mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-17 00:31:34 +03:00
Fix mapping
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@orionprotocol/sdk",
|
||||
"version": "0.19.48",
|
||||
"version": "0.19.49",
|
||||
"description": "Orion Protocol SDK",
|
||||
"main": "./lib/index.cjs",
|
||||
"module": "./lib/index.js",
|
||||
|
||||
@@ -1,9 +1,4 @@
|
||||
import type exchanges from './exchanges.js';
|
||||
|
||||
const mapping: Record<
|
||||
typeof exchanges[number],
|
||||
string
|
||||
> = {
|
||||
const mapping: Record<string, string> = {
|
||||
// CEXes
|
||||
ASCENDEX: 'AscendEx',
|
||||
OKX: 'OKX',
|
||||
@@ -28,6 +23,6 @@ const mapping: Record<
|
||||
OKXSWAP: 'OKXSwap',
|
||||
CURVE: 'Curve',
|
||||
CURVE_FACTORY: 'Curve Factory',
|
||||
} as const;
|
||||
};
|
||||
|
||||
export default mapping;
|
||||
|
||||
Reference in New Issue
Block a user