mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-25 07:07:39 +03:00
update exchanges
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user