mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-08 05:57:49 +03:00
Added exchanges map
This commit is contained in:
26
src/constants/exchangesMap.ts
Normal file
26
src/constants/exchangesMap.ts
Normal file
@@ -0,0 +1,26 @@
|
||||
import exchanges from './exchanges';
|
||||
|
||||
const mapping: Record<
|
||||
typeof exchanges[number],
|
||||
string
|
||||
> = {
|
||||
// CEXes
|
||||
ASCENDEX: 'AscendEx',
|
||||
OKX: 'OKX',
|
||||
BINANCE: 'Binance',
|
||||
KUCOIN: 'KuCoin',
|
||||
ORION: 'Orion', // Internal
|
||||
|
||||
// DEXes
|
||||
SPOOKYSWAP: 'SpookySwap',
|
||||
PANCAKESWAP: 'PancakeSwap',
|
||||
UNISWAP: 'Uniswap',
|
||||
QUICKSWAP: 'QuickSwap',
|
||||
ORION_POOL: 'Orion Pool',
|
||||
CHERRYSWAP: 'CherrySwap',
|
||||
OKXSWAP: 'OKXSwap',
|
||||
CURVE: 'Curve',
|
||||
CURVE_FACTORY: 'Curve Factory',
|
||||
} as const;
|
||||
|
||||
export default mapping;
|
||||
Reference in New Issue
Block a user