@lifi/types
Advanced tools
Comparing version 15.16.0-beta.1 to 15.16.0-beta.2
{ | ||
"name": "@lifi/types", | ||
"description": "Types for the LI.FI stack", | ||
"version": "15.16.0-beta.1", | ||
"version": "15.16.0-beta.2", | ||
"files": [ | ||
@@ -6,0 +6,0 @@ "src", |
@@ -43,2 +43,3 @@ "use strict"; | ||
ChainKey["KAI"] = "kai"; | ||
ChainKey["XLY"] = "xly"; | ||
ChainKey["SOL"] = "sol"; | ||
@@ -91,2 +92,3 @@ ChainKey["TER"] = "ter"; | ||
ChainId[ChainId["KAI"] = 8217] = "KAI"; | ||
ChainId[ChainId["XLY"] = 196] = "XLY"; | ||
ChainId[ChainId["SOL"] = 1151111081099710] = "SOL"; | ||
@@ -93,0 +95,0 @@ ChainId[ChainId["TER"] = 1161011141099710] = "TER"; |
@@ -30,2 +30,3 @@ "use strict"; | ||
CoinKey["KLAY"] = "KLAY"; | ||
CoinKey["OKB"] = "OKB"; | ||
CoinKey["SOL"] = "SOL"; | ||
@@ -60,3 +61,4 @@ CoinKey["WSOL"] = "wSOL"; | ||
CoinKey["WKLAY"] = "WKLAY"; | ||
CoinKey["WOKB"] = "WOKB"; | ||
})(CoinKey || (exports.CoinKey = CoinKey = {})); | ||
//# sourceMappingURL=base.js.map |
@@ -41,2 +41,3 @@ export var ChainKey; | ||
ChainKey["KAI"] = "kai"; | ||
ChainKey["XLY"] = "xly"; | ||
// None-EVM | ||
@@ -91,2 +92,3 @@ ChainKey["SOL"] = "sol"; | ||
ChainId[ChainId["KAI"] = 8217] = "KAI"; | ||
ChainId[ChainId["XLY"] = 196] = "XLY"; | ||
// None-EVM (IDs are made up by the LI.FI team) | ||
@@ -93,0 +95,0 @@ ChainId[ChainId["SOL"] = 1151111081099710] = "SOL"; |
@@ -27,2 +27,3 @@ export var CoinKey; | ||
CoinKey["KLAY"] = "KLAY"; | ||
CoinKey["OKB"] = "OKB"; | ||
// Solana | ||
@@ -61,3 +62,4 @@ CoinKey["SOL"] = "SOL"; | ||
CoinKey["WKLAY"] = "WKLAY"; | ||
CoinKey["WOKB"] = "WOKB"; | ||
})(CoinKey || (CoinKey = {})); | ||
//# sourceMappingURL=base.js.map |
@@ -97,3 +97,2 @@ import type { BridgeDefinition } from './bridges.js'; | ||
timing?: Timing; | ||
variableInput?: boolean; | ||
/** | ||
@@ -237,3 +236,2 @@ * @deprecated This property is deprecated and will be removed in future versions. | ||
skipSimulation?: boolean; | ||
variableInput?: boolean; | ||
/** | ||
@@ -396,2 +394,4 @@ * @deprecated This property is deprecated and will be removed in future versions. | ||
diamondAddress: string; | ||
permit2?: string; | ||
permit2Proxy?: string; | ||
} | ||
@@ -398,0 +398,0 @@ export interface ChainsResponse { |
@@ -39,2 +39,3 @@ export declare enum ChainKey { | ||
KAI = "kai", | ||
XLY = "xly", | ||
SOL = "sol", | ||
@@ -86,2 +87,3 @@ TER = "ter", | ||
KAI = 8217, | ||
XLY = 196, | ||
SOL = 1151111081099710, | ||
@@ -88,0 +90,0 @@ TER = 1161011141099710, |
@@ -26,2 +26,3 @@ export declare enum CoinKey { | ||
KLAY = "KLAY", | ||
OKB = "OKB", | ||
SOL = "SOL", | ||
@@ -55,4 +56,5 @@ WSOL = "wSOL", | ||
WPOL = "WPOL",// Wrapped POL Token | ||
WKLAY = "WKLAY" | ||
WKLAY = "WKLAY",// Wrapped KLAY Token | ||
WOKB = "WOKB" | ||
} | ||
//# sourceMappingURL=base.d.ts.map |
@@ -115,3 +115,3 @@ import type { BridgeDefinition } from './bridges.js' | ||
timing?: Timing | ||
variableInput?: boolean | ||
/** | ||
@@ -281,3 +281,2 @@ * @deprecated This property is deprecated and will be removed in future versions. | ||
skipSimulation?: boolean | ||
variableInput?: boolean | ||
@@ -537,2 +536,4 @@ /** | ||
diamondAddress: string | ||
permit2?: string | ||
permit2Proxy?: string | ||
} | ||
@@ -539,0 +540,0 @@ |
@@ -40,2 +40,3 @@ export enum ChainKey { | ||
KAI = 'kai', | ||
XLY = 'xly', | ||
@@ -92,2 +93,3 @@ // None-EVM | ||
KAI = 8217, | ||
XLY = 196, | ||
@@ -94,0 +96,0 @@ // None-EVM (IDs are made up by the LI.FI team) |
@@ -26,2 +26,3 @@ export enum CoinKey { | ||
KLAY = 'KLAY', | ||
OKB = 'OKB', | ||
@@ -64,2 +65,3 @@ // 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
131169
2691