@gfxlabs/oku-chains 1.11.36 → 1.12.1
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
CHANGED
|
@@ -1816,6 +1816,7 @@
|
|
|
1816
1816
|
watchlist: [
|
|
1817
1817
|
"0xF3F77fb85A74f49a3DCb082347D7FEFa8aBA596f",
|
|
1818
1818
|
"0x3e228359c8ce20fae623e54b438c74420ce30e5b",
|
|
1819
|
+
"0xf17e769b556f7cc4f02e64cdeb2a43d5ddb54bc2",
|
|
1819
1820
|
],
|
|
1820
1821
|
v4Watchlist: [],
|
|
1821
1822
|
internalName: "gensyn",
|
|
@@ -5903,7 +5904,7 @@
|
|
|
5903
5904
|
transactionType: "legacy",
|
|
5904
5905
|
sortIndex: 32,
|
|
5905
5906
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/telos-logo.svg",
|
|
5906
|
-
deprecated:
|
|
5907
|
+
deprecated: true,
|
|
5907
5908
|
estimatedSwapGas: 300000,
|
|
5908
5909
|
estimatedBridgeGas: 200000,
|
|
5909
5910
|
estimatedWrapGas: 60000,
|
package/dist/index-mjs.js
CHANGED
|
@@ -1813,6 +1813,7 @@ const gensyn = makeConfig({
|
|
|
1813
1813
|
watchlist: [
|
|
1814
1814
|
"0xF3F77fb85A74f49a3DCb082347D7FEFa8aBA596f",
|
|
1815
1815
|
"0x3e228359c8ce20fae623e54b438c74420ce30e5b",
|
|
1816
|
+
"0xf17e769b556f7cc4f02e64cdeb2a43d5ddb54bc2",
|
|
1816
1817
|
],
|
|
1817
1818
|
v4Watchlist: [],
|
|
1818
1819
|
internalName: "gensyn",
|
|
@@ -5900,7 +5901,7 @@ const telos = makeConfig({
|
|
|
5900
5901
|
transactionType: "legacy",
|
|
5901
5902
|
sortIndex: 32,
|
|
5902
5903
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/telos-logo.svg",
|
|
5903
|
-
deprecated:
|
|
5904
|
+
deprecated: true,
|
|
5904
5905
|
estimatedSwapGas: 300000,
|
|
5905
5906
|
estimatedBridgeGas: 200000,
|
|
5906
5907
|
estimatedWrapGas: 60000,
|
package/dist/index.js
CHANGED
|
@@ -1815,6 +1815,7 @@ const gensyn = makeConfig({
|
|
|
1815
1815
|
watchlist: [
|
|
1816
1816
|
"0xF3F77fb85A74f49a3DCb082347D7FEFa8aBA596f",
|
|
1817
1817
|
"0x3e228359c8ce20fae623e54b438c74420ce30e5b",
|
|
1818
|
+
"0xf17e769b556f7cc4f02e64cdeb2a43d5ddb54bc2",
|
|
1818
1819
|
],
|
|
1819
1820
|
v4Watchlist: [],
|
|
1820
1821
|
internalName: "gensyn",
|
|
@@ -5902,7 +5903,7 @@ const telos = makeConfig({
|
|
|
5902
5903
|
transactionType: "legacy",
|
|
5903
5904
|
sortIndex: 32,
|
|
5904
5905
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/telos-logo.svg",
|
|
5905
|
-
deprecated:
|
|
5906
|
+
deprecated: true,
|
|
5906
5907
|
estimatedSwapGas: 300000,
|
|
5907
5908
|
estimatedBridgeGas: 200000,
|
|
5908
5909
|
estimatedWrapGas: 60000,
|
|
@@ -60,7 +60,7 @@ export declare const gensyn: Readonly<{
|
|
|
60
60
|
address: "0x5b32c997211621d55a89Cc5abAF1cC21F3A6ddF5";
|
|
61
61
|
})[];
|
|
62
62
|
stables: "0x5b32c997211621d55a89Cc5abAF1cC21F3A6ddF5"[];
|
|
63
|
-
watchlist: ("0xF3F77fb85A74f49a3DCb082347D7FEFa8aBA596f" | "0x3e228359c8ce20fae623e54b438c74420ce30e5b")[];
|
|
63
|
+
watchlist: ("0xF3F77fb85A74f49a3DCb082347D7FEFa8aBA596f" | "0x3e228359c8ce20fae623e54b438c74420ce30e5b" | "0xf17e769b556f7cc4f02e64cdeb2a43d5ddb54bc2")[];
|
|
64
64
|
v4Watchlist: never[];
|
|
65
65
|
internalName: "gensyn";
|
|
66
66
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png";
|
|
@@ -4,7 +4,7 @@ export declare const telos: Readonly<{
|
|
|
4
4
|
transactionType: "legacy";
|
|
5
5
|
sortIndex: 32;
|
|
6
6
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/telos-logo.svg";
|
|
7
|
-
deprecated:
|
|
7
|
+
deprecated: true;
|
|
8
8
|
estimatedSwapGas: 300000;
|
|
9
9
|
estimatedBridgeGas: 200000;
|
|
10
10
|
estimatedWrapGas: 60000;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -7396,7 +7396,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7396
7396
|
transactionType: "legacy";
|
|
7397
7397
|
sortIndex: 32;
|
|
7398
7398
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/telos-logo.svg";
|
|
7399
|
-
deprecated:
|
|
7399
|
+
deprecated: true;
|
|
7400
7400
|
estimatedSwapGas: 300000;
|
|
7401
7401
|
estimatedBridgeGas: 200000;
|
|
7402
7402
|
estimatedWrapGas: 60000;
|
|
@@ -10574,7 +10574,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10574
10574
|
address: "0x5b32c997211621d55a89Cc5abAF1cC21F3A6ddF5";
|
|
10575
10575
|
})[];
|
|
10576
10576
|
stables: "0x5b32c997211621d55a89Cc5abAF1cC21F3A6ddF5"[];
|
|
10577
|
-
watchlist: ("0xF3F77fb85A74f49a3DCb082347D7FEFa8aBA596f" | "0x3e228359c8ce20fae623e54b438c74420ce30e5b")[];
|
|
10577
|
+
watchlist: ("0xF3F77fb85A74f49a3DCb082347D7FEFa8aBA596f" | "0x3e228359c8ce20fae623e54b438c74420ce30e5b" | "0xf17e769b556f7cc4f02e64cdeb2a43d5ddb54bc2")[];
|
|
10578
10578
|
v4Watchlist: never[];
|
|
10579
10579
|
internalName: "gensyn";
|
|
10580
10580
|
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/eth.png";
|