@lifi/types
Advanced tools
Comparing version 15.15.0-beta.0 to 15.16.0-beta.0
{ | ||
"name": "@lifi/types", | ||
"description": "Types for the LI.FI stack", | ||
"version": "15.15.0-beta.0", | ||
"version": "15.16.0-beta.0", | ||
"files": [ | ||
@@ -6,0 +6,0 @@ "src", |
@@ -43,3 +43,2 @@ "use strict"; | ||
ChainKey["KAI"] = "kai"; | ||
ChainKey["XLY"] = "xly"; | ||
ChainKey["SOL"] = "sol"; | ||
@@ -92,3 +91,2 @@ ChainKey["TER"] = "ter"; | ||
ChainId[ChainId["KAI"] = 8217] = "KAI"; | ||
ChainId[ChainId["XLY"] = 196] = "XLY"; | ||
ChainId[ChainId["SOL"] = 1151111081099710] = "SOL"; | ||
@@ -95,0 +93,0 @@ ChainId[ChainId["TER"] = 1161011141099710] = "TER"; |
@@ -30,3 +30,2 @@ "use strict"; | ||
CoinKey["KLAY"] = "KLAY"; | ||
CoinKey["OKB"] = "OKB"; | ||
CoinKey["SOL"] = "SOL"; | ||
@@ -61,4 +60,3 @@ CoinKey["WSOL"] = "wSOL"; | ||
CoinKey["WKLAY"] = "WKLAY"; | ||
CoinKey["WOKB"] = "WOKB"; | ||
})(CoinKey || (exports.CoinKey = CoinKey = {})); | ||
//# sourceMappingURL=base.js.map |
@@ -41,3 +41,2 @@ export var ChainKey; | ||
ChainKey["KAI"] = "kai"; | ||
ChainKey["XLY"] = "xly"; | ||
// None-EVM | ||
@@ -92,3 +91,2 @@ ChainKey["SOL"] = "sol"; | ||
ChainId[ChainId["KAI"] = 8217] = "KAI"; | ||
ChainId[ChainId["XLY"] = 196] = "XLY"; | ||
// None-EVM (IDs are made up by the LI.FI team) | ||
@@ -95,0 +93,0 @@ ChainId[ChainId["SOL"] = 1151111081099710] = "SOL"; |
@@ -27,3 +27,2 @@ export var CoinKey; | ||
CoinKey["KLAY"] = "KLAY"; | ||
CoinKey["OKB"] = "OKB"; | ||
// Solana | ||
@@ -62,4 +61,3 @@ CoinKey["SOL"] = "SOL"; | ||
CoinKey["WKLAY"] = "WKLAY"; | ||
CoinKey["WOKB"] = "WOKB"; | ||
})(CoinKey || (CoinKey = {})); | ||
//# sourceMappingURL=base.js.map |
@@ -235,2 +235,3 @@ import type { BridgeDefinition } from './bridges.js'; | ||
skipSimulation?: boolean; | ||
variableInput?: boolean; | ||
/** | ||
@@ -237,0 +238,0 @@ * @deprecated This property is deprecated and will be removed in future versions. |
@@ -39,3 +39,2 @@ export declare enum ChainKey { | ||
KAI = "kai", | ||
XLY = "xly", | ||
SOL = "sol", | ||
@@ -87,3 +86,2 @@ TER = "ter", | ||
KAI = 8217, | ||
XLY = 196, | ||
SOL = 1151111081099710, | ||
@@ -90,0 +88,0 @@ TER = 1161011141099710, |
@@ -26,3 +26,2 @@ export declare enum CoinKey { | ||
KLAY = "KLAY", | ||
OKB = "OKB", | ||
SOL = "SOL", | ||
@@ -56,5 +55,4 @@ WSOL = "wSOL", | ||
WPOL = "WPOL",// Wrapped POL Token | ||
WKLAY = "WKLAY",// Wrapped KLAY Token | ||
WOKB = "WOKB" | ||
WKLAY = "WKLAY" | ||
} | ||
//# sourceMappingURL=base.d.ts.map |
@@ -280,2 +280,3 @@ import type { BridgeDefinition } from './bridges.js' | ||
skipSimulation?: boolean | ||
variableInput?: boolean | ||
@@ -282,0 +283,0 @@ /** |
@@ -40,3 +40,2 @@ export enum ChainKey { | ||
KAI = 'kai', | ||
XLY = 'xly', | ||
@@ -93,3 +92,2 @@ // None-EVM | ||
KAI = 8217, | ||
XLY = 196, | ||
@@ -96,0 +94,0 @@ // None-EVM (IDs are made up by the LI.FI team) |
@@ -26,3 +26,2 @@ export enum CoinKey { | ||
KLAY = 'KLAY', | ||
OKB = 'OKB', | ||
@@ -65,3 +64,2 @@ // Solana | ||
WKLAY = 'WKLAY', // Wrapped KLAY Token | ||
WOKB = 'WOKB', // Wrapped OKB Token | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
130473
2673