update exchanges

This commit is contained in:
Dmitriy Pavlov
2023-09-08 11:35:06 +03:00
parent c202f3523a
commit 4378286243
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.19.81-rc0",
"version": "0.19.81-rc1",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",

View File

@@ -28,10 +28,10 @@ const exchangeToType: Partial<Record<string, Factory>> = {
'INTERNAL_POOL_V3_0_05': 'OrionV3',
'INTERNAL_POOL_V3_0_3': 'OrionV3',
'INTERNAL_POOL_V3_1_0': 'OrionV3',
'PancakeSwapV3_0_01': 'PancakeSwapV3',
'PancakeSwapV3_0_05': 'PancakeSwapV3',
'PancakeSwapV3_0_25': 'PancakeSwapV3',
'PancakeSwapV3_1_0': 'PancakeSwapV3',
'PANCAKESWAP_V3_0_01': 'PancakeSwapV3',
'PANCAKESWAP_V3_0_05': 'PancakeSwapV3',
'PANCAKESWAP_V3_0_25': 'PancakeSwapV3',
'PANCAKESWAP_V3_1_0': 'PancakeSwapV3',
'CURVE': "Curve",
'CURVE_FACTORY': "Curve",
}