Semantics improvements

This commit is contained in:
Aleksandr Kraiz
2023-05-18 22:33:20 +04:00
parent dba7169828
commit ab36c0b26b
21 changed files with 71 additions and 55 deletions

View File

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

View File

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

View File

@@ -9,3 +9,5 @@ export { default as exchangesMap } from './exchangesMap.js';
export * from './chains.js';
export * from './precisions.js';
export * from './gasLimits.js';
export const SERVICE_TOKEN = 'ORN';