mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 06:02:36 +03:00
added thena exchange
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@orionprotocol/sdk",
|
"name": "@orionprotocol/sdk",
|
||||||
"version": "0.20.36",
|
"version": "0.20.38",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@orionprotocol/sdk",
|
"name": "@orionprotocol/sdk",
|
||||||
"version": "0.20.36",
|
"version": "0.20.38",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@orionprotocol/sdk",
|
"name": "@orionprotocol/sdk",
|
||||||
"version": "0.20.37",
|
"version": "0.20.38",
|
||||||
"description": "Orion Protocol SDK",
|
"description": "Orion Protocol SDK",
|
||||||
"main": "./lib/index.cjs",
|
"main": "./lib/index.cjs",
|
||||||
"module": "./lib/index.js",
|
"module": "./lib/index.js",
|
||||||
|
|||||||
@@ -23,4 +23,5 @@ export default [
|
|||||||
'OKXSWAP',
|
'OKXSWAP',
|
||||||
'CURVE',
|
'CURVE',
|
||||||
'CURVE_FACTORY',
|
'CURVE_FACTORY',
|
||||||
|
'THENA_ALGEBRA_V1',
|
||||||
] as const;
|
] as const;
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ const mapping: Record<string, string> = {
|
|||||||
OKXSWAP: 'OKXSwap',
|
OKXSWAP: 'OKXSwap',
|
||||||
CURVE: 'Curve',
|
CURVE: 'Curve',
|
||||||
CURVE_FACTORY: 'Curve Factory',
|
CURVE_FACTORY: 'Curve Factory',
|
||||||
|
THENA_ALGEBRA_V1: 'Thena',
|
||||||
};
|
};
|
||||||
|
|
||||||
export default mapping;
|
export default mapping;
|
||||||
|
|||||||
Reference in New Issue
Block a user