@gfxlabs/oku-chains 1.4.5 → 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 +3 -2
- package/dist/index-mjs.js +3 -2
- package/dist/index.js +3 -2
- package/dist/types/browser.d.ts +8 -6
- package/dist/types/index-mjs.d.ts +8 -6
- package/dist/types/index.d.ts +8 -6
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -959,7 +959,7 @@
|
|
|
959
959
|
|
|
960
960
|
const bsc = makeConfig({
|
|
961
961
|
...chains.bsc,
|
|
962
|
-
name: "
|
|
962
|
+
name: "BNB",
|
|
963
963
|
launchTime: 1689346800,
|
|
964
964
|
transactionType: "eip1559",
|
|
965
965
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -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
|
@@ -956,7 +956,7 @@ const boba = makeConfig({
|
|
|
956
956
|
|
|
957
957
|
const bsc = makeConfig({
|
|
958
958
|
...bsc$1,
|
|
959
|
-
name: "
|
|
959
|
+
name: "BNB",
|
|
960
960
|
launchTime: 1689346800,
|
|
961
961
|
transactionType: "eip1559",
|
|
962
962
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -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
|
@@ -958,7 +958,7 @@ const boba = makeConfig({
|
|
|
958
958
|
|
|
959
959
|
const bsc = makeConfig({
|
|
960
960
|
...chains.bsc,
|
|
961
|
-
name: "
|
|
961
|
+
name: "BNB",
|
|
962
962
|
launchTime: 1689346800,
|
|
963
963
|
transactionType: "eip1559",
|
|
964
964
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54",
|
|
@@ -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
|
@@ -1716,7 +1716,7 @@ declare const boba: Readonly<{
|
|
|
1716
1716
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
1717
1717
|
}>;
|
|
1718
1718
|
declare const bsc: Readonly<{
|
|
1719
|
-
name: "
|
|
1719
|
+
name: "BNB";
|
|
1720
1720
|
launchTime: 1689346800;
|
|
1721
1721
|
transactionType: "eip1559";
|
|
1722
1722
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -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")[];
|
|
@@ -10817,7 +10818,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10817
10818
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
10818
10819
|
};
|
|
10819
10820
|
}>, Readonly<{
|
|
10820
|
-
name: "
|
|
10821
|
+
name: "BNB";
|
|
10821
10822
|
launchTime: 1689346800;
|
|
10822
10823
|
transactionType: "eip1559";
|
|
10823
10824
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -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: {
|
|
@@ -1716,7 +1716,7 @@ declare const boba: Readonly<{
|
|
|
1716
1716
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
1717
1717
|
}>;
|
|
1718
1718
|
declare const bsc: Readonly<{
|
|
1719
|
-
name: "
|
|
1719
|
+
name: "BNB";
|
|
1720
1720
|
launchTime: 1689346800;
|
|
1721
1721
|
transactionType: "eip1559";
|
|
1722
1722
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -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")[];
|
|
@@ -10817,7 +10818,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10817
10818
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
10818
10819
|
};
|
|
10819
10820
|
}>, Readonly<{
|
|
10820
|
-
name: "
|
|
10821
|
+
name: "BNB";
|
|
10821
10822
|
launchTime: 1689346800;
|
|
10822
10823
|
transactionType: "eip1559";
|
|
10823
10824
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -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
|
@@ -1716,7 +1716,7 @@ declare const boba: Readonly<{
|
|
|
1716
1716
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
1717
1717
|
}>;
|
|
1718
1718
|
declare const bsc: Readonly<{
|
|
1719
|
-
name: "
|
|
1719
|
+
name: "BNB";
|
|
1720
1720
|
launchTime: 1689346800;
|
|
1721
1721
|
transactionType: "eip1559";
|
|
1722
1722
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -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")[];
|
|
@@ -10817,7 +10818,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10817
10818
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
10818
10819
|
};
|
|
10819
10820
|
}>, Readonly<{
|
|
10820
|
-
name: "
|
|
10821
|
+
name: "BNB";
|
|
10821
10822
|
launchTime: 1689346800;
|
|
10822
10823
|
transactionType: "eip1559";
|
|
10823
10824
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
@@ -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: {
|