From a6300ec2c89801488b24639edfe9d79b19d2f479 Mon Sep 17 00:00:00 2001 From: Aleksandr Kraiz Date: Mon, 14 Nov 2022 14:52:43 +0400 Subject: [PATCH] Updated exchanges --- package.json | 2 +- src/constants/exchanges.ts | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index da310ad..ee7e3cb 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/constants/exchanges.ts b/src/constants/exchanges.ts index ba62370..43e4907 100644 --- a/src/constants/exchanges.ts +++ b/src/constants/exchanges.ts @@ -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;