@sodax/wallet-sdk-core 1.4.1-beta → 1.4.2-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +10 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +10 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1003,6 +1003,13 @@ var spokeChainConfig = {
|
|
|
1003
1003
|
decimals: 6,
|
|
1004
1004
|
address: "0x6308fa9545126237158778e74AE1b6b89022C5c0",
|
|
1005
1005
|
xChainId: LIGHTLINK_MAINNET_CHAIN_ID
|
|
1006
|
+
},
|
|
1007
|
+
LL: {
|
|
1008
|
+
symbol: "LL",
|
|
1009
|
+
name: "LightLink",
|
|
1010
|
+
decimals: 18,
|
|
1011
|
+
address: "0x519d3443cACc61bD844546eDAea48E5502021802",
|
|
1012
|
+
xChainId: LIGHTLINK_MAINNET_CHAIN_ID
|
|
1006
1013
|
}
|
|
1007
1014
|
}
|
|
1008
1015
|
},
|
|
@@ -1890,6 +1897,9 @@ var spokeChainConfig = {
|
|
|
1890
1897
|
},
|
|
1891
1898
|
[spokeChainConfig[LIGHTLINK_MAINNET_CHAIN_ID].supportedTokens.USDT.address]: {
|
|
1892
1899
|
vault: SodaTokens.sodaUSDT.address
|
|
1900
|
+
},
|
|
1901
|
+
[spokeChainConfig[LIGHTLINK_MAINNET_CHAIN_ID].supportedTokens.LL.address]: {
|
|
1902
|
+
vault: SodaTokens.sodaLL.address
|
|
1893
1903
|
}
|
|
1894
1904
|
},
|
|
1895
1905
|
[INJECTIVE_MAINNET_CHAIN_ID]: {
|