mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-22 21:59:44 +03:00
Updated exchanges
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@orionprotocol/sdk",
|
"name": "@orionprotocol/sdk",
|
||||||
"version": "0.15.14",
|
"version": "0.15.15",
|
||||||
"description": "Orion Protocol SDK",
|
"description": "Orion Protocol SDK",
|
||||||
"main": "./lib/esm/index.js",
|
"main": "./lib/esm/index.js",
|
||||||
"module": "./lib/esm/index.js",
|
"module": "./lib/esm/index.js",
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ export default [
|
|||||||
'OKX',
|
'OKX',
|
||||||
'BINANCE',
|
'BINANCE',
|
||||||
'KUCOIN',
|
'KUCOIN',
|
||||||
|
'ORION', // Internal
|
||||||
|
|
||||||
// DEXes
|
// DEXes
|
||||||
'SPOOKYSWAP',
|
'SPOOKYSWAP',
|
||||||
@@ -11,4 +12,7 @@ export default [
|
|||||||
'UNISWAP',
|
'UNISWAP',
|
||||||
'QUICKSWAP',
|
'QUICKSWAP',
|
||||||
'ORION_POOL',
|
'ORION_POOL',
|
||||||
|
'CHERRYSWAP',
|
||||||
|
'OKXSWAP',
|
||||||
|
'CURVE',
|
||||||
] as const;
|
] as const;
|
||||||
|
|||||||
Reference in New Issue
Block a user