@gfxlabs/oku-chains 1.9.2 → 1.9.3
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/browser.js +1 -1
- package/dist/index-mjs.js +1 -1
- package/dist/index.js +1 -1
- package/dist/types/browser.d.ts +2 -2
- package/dist/types/index-mjs.d.ts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -2257,7 +2257,7 @@
|
|
|
2257
2257
|
defaultToken0: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73",
|
|
2258
2258
|
defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd",
|
|
2259
2259
|
tokenList: [
|
|
2260
|
-
{ symbol: "LL", address: "
|
|
2260
|
+
{ symbol: "LL", address: "0x519d3443cacc61bd844546edaea48e5502021802" },
|
|
2261
2261
|
{ symbol: "USDC.e", address: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd" },
|
|
2262
2262
|
{ symbol: "USDT", address: "0x808d7c71ad2ba3FA531b068a2417C63106BC0949" },
|
|
2263
2263
|
{ symbol: "WETH", address: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73" },
|
package/dist/index-mjs.js
CHANGED
|
@@ -2254,7 +2254,7 @@ const lightlink = makeConfig({
|
|
|
2254
2254
|
defaultToken0: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73",
|
|
2255
2255
|
defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd",
|
|
2256
2256
|
tokenList: [
|
|
2257
|
-
{ symbol: "LL", address: "
|
|
2257
|
+
{ symbol: "LL", address: "0x519d3443cacc61bd844546edaea48e5502021802" },
|
|
2258
2258
|
{ symbol: "USDC.e", address: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd" },
|
|
2259
2259
|
{ symbol: "USDT", address: "0x808d7c71ad2ba3FA531b068a2417C63106BC0949" },
|
|
2260
2260
|
{ symbol: "WETH", address: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73" },
|
package/dist/index.js
CHANGED
|
@@ -2256,7 +2256,7 @@ const lightlink = makeConfig({
|
|
|
2256
2256
|
defaultToken0: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73",
|
|
2257
2257
|
defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd",
|
|
2258
2258
|
tokenList: [
|
|
2259
|
-
{ symbol: "LL", address: "
|
|
2259
|
+
{ symbol: "LL", address: "0x519d3443cacc61bd844546edaea48e5502021802" },
|
|
2260
2260
|
{ symbol: "USDC.e", address: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd" },
|
|
2261
2261
|
{ symbol: "USDT", address: "0x808d7c71ad2ba3FA531b068a2417C63106BC0949" },
|
|
2262
2262
|
{ symbol: "WETH", address: "0x7ebef2a4b1b09381ec5b9df8c5c6f2dbeca59c73" },
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -3938,7 +3938,7 @@ declare const lightlink: Readonly<{
|
|
|
3938
3938
|
defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
|
|
3939
3939
|
tokenList: ({
|
|
3940
3940
|
symbol: string;
|
|
3941
|
-
address: "
|
|
3941
|
+
address: "0x519d3443cacc61bd844546edaea48e5502021802";
|
|
3942
3942
|
} | {
|
|
3943
3943
|
symbol: string;
|
|
3944
3944
|
address: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
|
|
@@ -17462,7 +17462,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17462
17462
|
defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
|
|
17463
17463
|
tokenList: ({
|
|
17464
17464
|
symbol: string;
|
|
17465
|
-
address: "
|
|
17465
|
+
address: "0x519d3443cacc61bd844546edaea48e5502021802";
|
|
17466
17466
|
} | {
|
|
17467
17467
|
symbol: string;
|
|
17468
17468
|
address: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
|
|
@@ -3938,7 +3938,7 @@ declare const lightlink: Readonly<{
|
|
|
3938
3938
|
defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
|
|
3939
3939
|
tokenList: ({
|
|
3940
3940
|
symbol: string;
|
|
3941
|
-
address: "
|
|
3941
|
+
address: "0x519d3443cacc61bd844546edaea48e5502021802";
|
|
3942
3942
|
} | {
|
|
3943
3943
|
symbol: string;
|
|
3944
3944
|
address: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
|
|
@@ -17462,7 +17462,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17462
17462
|
defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
|
|
17463
17463
|
tokenList: ({
|
|
17464
17464
|
symbol: string;
|
|
17465
|
-
address: "
|
|
17465
|
+
address: "0x519d3443cacc61bd844546edaea48e5502021802";
|
|
17466
17466
|
} | {
|
|
17467
17467
|
symbol: string;
|
|
17468
17468
|
address: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
|
package/dist/types/index.d.ts
CHANGED
|
@@ -3938,7 +3938,7 @@ declare const lightlink: Readonly<{
|
|
|
3938
3938
|
defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
|
|
3939
3939
|
tokenList: ({
|
|
3940
3940
|
symbol: string;
|
|
3941
|
-
address: "
|
|
3941
|
+
address: "0x519d3443cacc61bd844546edaea48e5502021802";
|
|
3942
3942
|
} | {
|
|
3943
3943
|
symbol: string;
|
|
3944
3944
|
address: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
|
|
@@ -17462,7 +17462,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17462
17462
|
defaultToken1: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
|
|
17463
17463
|
tokenList: ({
|
|
17464
17464
|
symbol: string;
|
|
17465
|
-
address: "
|
|
17465
|
+
address: "0x519d3443cacc61bd844546edaea48e5502021802";
|
|
17466
17466
|
} | {
|
|
17467
17467
|
symbol: string;
|
|
17468
17468
|
address: "0xbCF8C1B03bBDDA88D579330BDF236B58F8bb2cFd";
|