Updated exchanges

This commit is contained in:
Aleksandr Kraiz
2023-07-28 10:49:54 +04:00
parent bd60eb79b4
commit 1e9c25887b
3 changed files with 12 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.19.37",
"version": "0.19.38",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",
@@ -108,4 +108,4 @@
"overrides": {
"tsconfig-paths": "^4.0.0"
}
}
}

View File

@@ -15,6 +15,10 @@ export default [
'ORION_POOL',
'INTERNAL_POOL_V2',
'INTERNAL_POOL_V3',
'INTERNAL_POOL_V3_0_01',
'INTERNAL_POOL_V3_0_05',
'INTERNAL_POOL_V3_0_3',
'INTERNAL_POOL_V3_1_0',
'CHERRYSWAP',
'OKXSWAP',
'CURVE',

View File

@@ -18,8 +18,12 @@ const mapping: Record<
UNISWAP: 'Uniswap',
QUICKSWAP: 'QuickSwap',
ORION_POOL: 'Orion Pool',
INTERNAL_POOL_V2: 'Orion Pool',
INTERNAL_POOL_V3: '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',
CHERRYSWAP: 'CherrySwap',
OKXSWAP: 'OKXSwap',
CURVE: 'Curve',