Updated exchanges

This commit is contained in:
Aleksandr Kraiz
2022-11-14 14:52:43 +04:00
parent 88010c8364
commit a6300ec2c8
2 changed files with 5 additions and 1 deletions

View File

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

View File

@@ -4,6 +4,7 @@ export default [
'OKX',
'BINANCE',
'KUCOIN',
'ORION', // Internal
// DEXes
'SPOOKYSWAP',
@@ -11,4 +12,7 @@ export default [
'UNISWAP',
'QUICKSWAP',
'ORION_POOL',
'CHERRYSWAP',
'OKXSWAP',
'CURVE',
] as const;