mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
Merge branch 'main' into feature/new-exchanges
# Conflicts: # package.json
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@orionprotocol/sdk",
|
||||
"version": "0.19.80",
|
||||
"version": "0.19.81",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@orionprotocol/sdk",
|
||||
"version": "0.19.80",
|
||||
"version": "0.19.81",
|
||||
"hasInstallScript": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@orionprotocol/sdk",
|
||||
"version": "0.19.81-rc6",
|
||||
"version": "0.19.81-rc7",
|
||||
"description": "Orion Protocol SDK",
|
||||
"main": "./lib/index.cjs",
|
||||
"module": "./lib/index.js",
|
||||
|
||||
@@ -12,13 +12,9 @@ const mapping: Record<string, string> = {
|
||||
PANCAKESWAP: 'PancakeSwap',
|
||||
UNISWAP: 'Uniswap',
|
||||
QUICKSWAP: 'QuickSwap',
|
||||
ORION_POOL: 'Orion Pool',
|
||||
INTERNAL_POOL_V2: 'Orion Pool V2',
|
||||
INTERNAL_POOL_V3: 'Orion Pool V3',
|
||||
INTERNAL_POOL_V3_0_01: 'Orion Pool V3',
|
||||
INTERNAL_POOL_V3_0_05: 'Orion Pool V3',
|
||||
INTERNAL_POOL_V3_0_3: 'Orion Pool V3',
|
||||
INTERNAL_POOL_V3_1_0: 'Orion Pool V3',
|
||||
ORION_POOL: 'Internal Pool',
|
||||
INTERNAL_POOL_V2: 'Internal Pool V2',
|
||||
INTERNAL_POOL_V3: 'Internal Pool V3',
|
||||
CHERRYSWAP: 'CherrySwap',
|
||||
OKXSWAP: 'OKXSwap',
|
||||
CURVE: 'Curve',
|
||||
|
||||
Reference in New Issue
Block a user