Merge branch 'main' into feature/new-exchanges

# Conflicts:
#	package.json
This commit is contained in:
Dmitriy Pavlov
2023-09-08 14:38:50 +03:00
3 changed files with 6 additions and 10 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@orionprotocol/sdk",
"version": "0.19.80",
"version": "0.19.81",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@orionprotocol/sdk",
"version": "0.19.80",
"version": "0.19.81",
"hasInstallScript": true,
"license": "ISC",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@orionprotocol/sdk",
"version": "0.19.81-rc6",
"version": "0.19.81-rc7",
"description": "Orion Protocol SDK",
"main": "./lib/index.cjs",
"module": "./lib/index.js",

View File

@@ -12,13 +12,9 @@ const mapping: Record<string, string> = {
PANCAKESWAP: 'PancakeSwap',
UNISWAP: 'Uniswap',
QUICKSWAP: 'QuickSwap',
ORION_POOL: 'Orion Pool',
INTERNAL_POOL_V2: 'Orion Pool V2',
INTERNAL_POOL_V3: 'Orion Pool V3',
INTERNAL_POOL_V3_0_01: 'Orion Pool V3',
INTERNAL_POOL_V3_0_05: 'Orion Pool V3',
INTERNAL_POOL_V3_0_3: 'Orion Pool V3',
INTERNAL_POOL_V3_1_0: 'Orion Pool V3',
ORION_POOL: 'Internal Pool',
INTERNAL_POOL_V2: 'Internal Pool V2',
INTERNAL_POOL_V3: 'Internal Pool V3',
CHERRYSWAP: 'CherrySwap',
OKXSWAP: 'OKXSwap',
CURVE: 'Curve',