This commit is contained in:
Aleksandr Kraiz
2023-05-22 15:23:07 +04:00
parent ab36c0b26b
commit 6fb9ea65bc
3 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -5,7 +5,7 @@ export default [
'BINANCE',
'KUCOIN',
'ORION', // Internal
'INTERNAL_CEX',
'INTERNAL_ORDER_BOOK',
// DEXes
'SPOOKYSWAP',
@@ -13,7 +13,7 @@ export default [
'UNISWAP',
'QUICKSWAP',
'ORION_POOL',
'INTERNAL_DEX',
'INTERNAL_POOL_V2',
'CHERRYSWAP',
'OKXSWAP',
'CURVE',

View File

@@ -10,7 +10,7 @@ const mapping: Record<
BINANCE: 'Binance',
KUCOIN: 'KuCoin',
ORION: 'Orion', // Internal
INTERNAL_CEX: 'Internal',
INTERNAL_ORDER_BOOK: 'Internal',
// DEXes
SPOOKYSWAP: 'SpookySwap',
@@ -18,7 +18,7 @@ const mapping: Record<
UNISWAP: 'Uniswap',
QUICKSWAP: 'QuickSwap',
ORION_POOL: 'Orion Pool',
INTERNAL_DEX: 'Orion Pool',
INTERNAL_POOL_V2: 'Orion Pool',
CHERRYSWAP: 'CherrySwap',
OKXSWAP: 'OKXSwap',
CURVE: 'Curve',