mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-04-01 18:48:13 +03:00
Fix: pools instead ORION_POOL
This commit is contained in:
14
src/constants/exchanges.ts
Normal file
14
src/constants/exchanges.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export default [
|
||||
// CEXes
|
||||
'ASCENDEX',
|
||||
'OKX',
|
||||
'BINANCE',
|
||||
'KUCOIN',
|
||||
|
||||
// DEXes
|
||||
'SPOOKYSWAP',
|
||||
'PANCAKESWAP',
|
||||
'UNISWAP',
|
||||
'QUICKSWAP',
|
||||
'ORION_POOL',
|
||||
] as const;
|
||||
Reference in New Issue
Block a user