@gfxlabs/oku-chains 1.4.6 → 1.5.0
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 +2 -1
- package/dist/index-mjs.js +2 -1
- package/dist/index.js +2 -1
- package/dist/types/browser.d.ts +6 -4
- package/dist/types/index-mjs.d.ts +6 -4
- package/dist/types/index.d.ts +6 -4
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -1427,6 +1427,7 @@
|
|
|
1427
1427
|
tenderly: "true",
|
|
1428
1428
|
},
|
|
1429
1429
|
markets: {
|
|
1430
|
+
kyberswap: "etherlink",
|
|
1430
1431
|
threeroute: true,
|
|
1431
1432
|
},
|
|
1432
1433
|
bridges: {
|
|
@@ -5640,8 +5641,8 @@
|
|
|
5640
5641
|
defaultToken1: "0xfa2958cb79b0491cc627c1557f441ef849ca8eb1",
|
|
5641
5642
|
tokenList: [
|
|
5642
5643
|
{ symbol: "WXDC", address: "0x951857744785e80e2de051c32ee7b25f9c458c42" },
|
|
5643
|
-
{ symbol: "USDC.e", address: "0x2a8e898b6242355c290e1f4fc966b8788729a4d4" },
|
|
5644
5644
|
{ symbol: "USDC", address: "0xfa2958cb79b0491cc627c1557f441ef849ca8eb1" },
|
|
5645
|
+
{ symbol: "USDC.e", address: "0x2a8e898b6242355c290e1f4fc966b8788729a4d4" },
|
|
5645
5646
|
],
|
|
5646
5647
|
stables: [
|
|
5647
5648
|
"0x2a8e898b6242355c290e1f4fc966b8788729a4d4",
|
package/dist/index-mjs.js
CHANGED
|
@@ -1424,6 +1424,7 @@ const etherlink = makeConfig({
|
|
|
1424
1424
|
tenderly: "true",
|
|
1425
1425
|
},
|
|
1426
1426
|
markets: {
|
|
1427
|
+
kyberswap: "etherlink",
|
|
1427
1428
|
threeroute: true,
|
|
1428
1429
|
},
|
|
1429
1430
|
bridges: {
|
|
@@ -5637,8 +5638,8 @@ const xdc = makeConfig({
|
|
|
5637
5638
|
defaultToken1: "0xfa2958cb79b0491cc627c1557f441ef849ca8eb1",
|
|
5638
5639
|
tokenList: [
|
|
5639
5640
|
{ symbol: "WXDC", address: "0x951857744785e80e2de051c32ee7b25f9c458c42" },
|
|
5640
|
-
{ symbol: "USDC.e", address: "0x2a8e898b6242355c290e1f4fc966b8788729a4d4" },
|
|
5641
5641
|
{ symbol: "USDC", address: "0xfa2958cb79b0491cc627c1557f441ef849ca8eb1" },
|
|
5642
|
+
{ symbol: "USDC.e", address: "0x2a8e898b6242355c290e1f4fc966b8788729a4d4" },
|
|
5642
5643
|
],
|
|
5643
5644
|
stables: [
|
|
5644
5645
|
"0x2a8e898b6242355c290e1f4fc966b8788729a4d4",
|
package/dist/index.js
CHANGED
|
@@ -1426,6 +1426,7 @@ const etherlink = makeConfig({
|
|
|
1426
1426
|
tenderly: "true",
|
|
1427
1427
|
},
|
|
1428
1428
|
markets: {
|
|
1429
|
+
kyberswap: "etherlink",
|
|
1429
1430
|
threeroute: true,
|
|
1430
1431
|
},
|
|
1431
1432
|
bridges: {
|
|
@@ -5639,8 +5640,8 @@ const xdc = makeConfig({
|
|
|
5639
5640
|
defaultToken1: "0xfa2958cb79b0491cc627c1557f441ef849ca8eb1",
|
|
5640
5641
|
tokenList: [
|
|
5641
5642
|
{ symbol: "WXDC", address: "0x951857744785e80e2de051c32ee7b25f9c458c42" },
|
|
5642
|
-
{ symbol: "USDC.e", address: "0x2a8e898b6242355c290e1f4fc966b8788729a4d4" },
|
|
5643
5643
|
{ symbol: "USDC", address: "0xfa2958cb79b0491cc627c1557f441ef849ca8eb1" },
|
|
5644
|
+
{ symbol: "USDC.e", address: "0x2a8e898b6242355c290e1f4fc966b8788729a4d4" },
|
|
5644
5645
|
],
|
|
5645
5646
|
stables: [
|
|
5646
5647
|
"0x2a8e898b6242355c290e1f4fc966b8788729a4d4",
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -2989,6 +2989,7 @@ declare const etherlink: Readonly<{
|
|
|
2989
2989
|
tenderly: string;
|
|
2990
2990
|
};
|
|
2991
2991
|
markets: {
|
|
2992
|
+
kyberswap: string;
|
|
2992
2993
|
threeroute: true;
|
|
2993
2994
|
};
|
|
2994
2995
|
bridges: {
|
|
@@ -8619,10 +8620,10 @@ declare const xdc: Readonly<{
|
|
|
8619
8620
|
address: "0x951857744785e80e2de051c32ee7b25f9c458c42";
|
|
8620
8621
|
} | {
|
|
8621
8622
|
symbol: string;
|
|
8622
|
-
address: "
|
|
8623
|
+
address: "0xfa2958cb79b0491cc627c1557f441ef849ca8eb1";
|
|
8623
8624
|
} | {
|
|
8624
8625
|
symbol: string;
|
|
8625
|
-
address: "
|
|
8626
|
+
address: "0x2a8e898b6242355c290e1f4fc966b8788729a4d4";
|
|
8626
8627
|
})[];
|
|
8627
8628
|
stables: ("0xfa2958cb79b0491cc627c1557f441ef849ca8eb1" | "0x2a8e898b6242355c290e1f4fc966b8788729a4d4" | "0xd4b5f10d61916bd6e0860144a91ac658de8a1437")[];
|
|
8628
8629
|
watchlist: ("0x1e5aec37f6df6653c3342df75edd92beb3fb9846" | "0x9149b4e074f101ca0514b1d30fc78f181e21d409")[];
|
|
@@ -17557,10 +17558,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17557
17558
|
address: "0x951857744785e80e2de051c32ee7b25f9c458c42";
|
|
17558
17559
|
} | {
|
|
17559
17560
|
symbol: string;
|
|
17560
|
-
address: "
|
|
17561
|
+
address: "0xfa2958cb79b0491cc627c1557f441ef849ca8eb1";
|
|
17561
17562
|
} | {
|
|
17562
17563
|
symbol: string;
|
|
17563
|
-
address: "
|
|
17564
|
+
address: "0x2a8e898b6242355c290e1f4fc966b8788729a4d4";
|
|
17564
17565
|
})[];
|
|
17565
17566
|
stables: ("0xfa2958cb79b0491cc627c1557f441ef849ca8eb1" | "0x2a8e898b6242355c290e1f4fc966b8788729a4d4" | "0xd4b5f10d61916bd6e0860144a91ac658de8a1437")[];
|
|
17566
17567
|
watchlist: ("0x1e5aec37f6df6653c3342df75edd92beb3fb9846" | "0x9149b4e074f101ca0514b1d30fc78f181e21d409")[];
|
|
@@ -17941,6 +17942,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17941
17942
|
tenderly: string;
|
|
17942
17943
|
};
|
|
17943
17944
|
markets: {
|
|
17945
|
+
kyberswap: string;
|
|
17944
17946
|
threeroute: true;
|
|
17945
17947
|
};
|
|
17946
17948
|
bridges: {
|
|
@@ -2989,6 +2989,7 @@ declare const etherlink: Readonly<{
|
|
|
2989
2989
|
tenderly: string;
|
|
2990
2990
|
};
|
|
2991
2991
|
markets: {
|
|
2992
|
+
kyberswap: string;
|
|
2992
2993
|
threeroute: true;
|
|
2993
2994
|
};
|
|
2994
2995
|
bridges: {
|
|
@@ -8619,10 +8620,10 @@ declare const xdc: Readonly<{
|
|
|
8619
8620
|
address: "0x951857744785e80e2de051c32ee7b25f9c458c42";
|
|
8620
8621
|
} | {
|
|
8621
8622
|
symbol: string;
|
|
8622
|
-
address: "
|
|
8623
|
+
address: "0xfa2958cb79b0491cc627c1557f441ef849ca8eb1";
|
|
8623
8624
|
} | {
|
|
8624
8625
|
symbol: string;
|
|
8625
|
-
address: "
|
|
8626
|
+
address: "0x2a8e898b6242355c290e1f4fc966b8788729a4d4";
|
|
8626
8627
|
})[];
|
|
8627
8628
|
stables: ("0xfa2958cb79b0491cc627c1557f441ef849ca8eb1" | "0x2a8e898b6242355c290e1f4fc966b8788729a4d4" | "0xd4b5f10d61916bd6e0860144a91ac658de8a1437")[];
|
|
8628
8629
|
watchlist: ("0x1e5aec37f6df6653c3342df75edd92beb3fb9846" | "0x9149b4e074f101ca0514b1d30fc78f181e21d409")[];
|
|
@@ -17557,10 +17558,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17557
17558
|
address: "0x951857744785e80e2de051c32ee7b25f9c458c42";
|
|
17558
17559
|
} | {
|
|
17559
17560
|
symbol: string;
|
|
17560
|
-
address: "
|
|
17561
|
+
address: "0xfa2958cb79b0491cc627c1557f441ef849ca8eb1";
|
|
17561
17562
|
} | {
|
|
17562
17563
|
symbol: string;
|
|
17563
|
-
address: "
|
|
17564
|
+
address: "0x2a8e898b6242355c290e1f4fc966b8788729a4d4";
|
|
17564
17565
|
})[];
|
|
17565
17566
|
stables: ("0xfa2958cb79b0491cc627c1557f441ef849ca8eb1" | "0x2a8e898b6242355c290e1f4fc966b8788729a4d4" | "0xd4b5f10d61916bd6e0860144a91ac658de8a1437")[];
|
|
17566
17567
|
watchlist: ("0x1e5aec37f6df6653c3342df75edd92beb3fb9846" | "0x9149b4e074f101ca0514b1d30fc78f181e21d409")[];
|
|
@@ -17941,6 +17942,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17941
17942
|
tenderly: string;
|
|
17942
17943
|
};
|
|
17943
17944
|
markets: {
|
|
17945
|
+
kyberswap: string;
|
|
17944
17946
|
threeroute: true;
|
|
17945
17947
|
};
|
|
17946
17948
|
bridges: {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -2989,6 +2989,7 @@ declare const etherlink: Readonly<{
|
|
|
2989
2989
|
tenderly: string;
|
|
2990
2990
|
};
|
|
2991
2991
|
markets: {
|
|
2992
|
+
kyberswap: string;
|
|
2992
2993
|
threeroute: true;
|
|
2993
2994
|
};
|
|
2994
2995
|
bridges: {
|
|
@@ -8619,10 +8620,10 @@ declare const xdc: Readonly<{
|
|
|
8619
8620
|
address: "0x951857744785e80e2de051c32ee7b25f9c458c42";
|
|
8620
8621
|
} | {
|
|
8621
8622
|
symbol: string;
|
|
8622
|
-
address: "
|
|
8623
|
+
address: "0xfa2958cb79b0491cc627c1557f441ef849ca8eb1";
|
|
8623
8624
|
} | {
|
|
8624
8625
|
symbol: string;
|
|
8625
|
-
address: "
|
|
8626
|
+
address: "0x2a8e898b6242355c290e1f4fc966b8788729a4d4";
|
|
8626
8627
|
})[];
|
|
8627
8628
|
stables: ("0xfa2958cb79b0491cc627c1557f441ef849ca8eb1" | "0x2a8e898b6242355c290e1f4fc966b8788729a4d4" | "0xd4b5f10d61916bd6e0860144a91ac658de8a1437")[];
|
|
8628
8629
|
watchlist: ("0x1e5aec37f6df6653c3342df75edd92beb3fb9846" | "0x9149b4e074f101ca0514b1d30fc78f181e21d409")[];
|
|
@@ -17557,10 +17558,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17557
17558
|
address: "0x951857744785e80e2de051c32ee7b25f9c458c42";
|
|
17558
17559
|
} | {
|
|
17559
17560
|
symbol: string;
|
|
17560
|
-
address: "
|
|
17561
|
+
address: "0xfa2958cb79b0491cc627c1557f441ef849ca8eb1";
|
|
17561
17562
|
} | {
|
|
17562
17563
|
symbol: string;
|
|
17563
|
-
address: "
|
|
17564
|
+
address: "0x2a8e898b6242355c290e1f4fc966b8788729a4d4";
|
|
17564
17565
|
})[];
|
|
17565
17566
|
stables: ("0xfa2958cb79b0491cc627c1557f441ef849ca8eb1" | "0x2a8e898b6242355c290e1f4fc966b8788729a4d4" | "0xd4b5f10d61916bd6e0860144a91ac658de8a1437")[];
|
|
17566
17567
|
watchlist: ("0x1e5aec37f6df6653c3342df75edd92beb3fb9846" | "0x9149b4e074f101ca0514b1d30fc78f181e21d409")[];
|
|
@@ -17941,6 +17942,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17941
17942
|
tenderly: string;
|
|
17942
17943
|
};
|
|
17943
17944
|
markets: {
|
|
17945
|
+
kyberswap: string;
|
|
17944
17946
|
threeroute: true;
|
|
17945
17947
|
};
|
|
17946
17948
|
bridges: {
|