@gfxlabs/oku-chains 1.1.118 → 1.1.120
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 +5 -12
- package/dist/index-mjs.js +5 -12
- package/dist/index.js +5 -12
- package/dist/types/browser.d.ts +10 -26
- package/dist/types/index-mjs.d.ts +10 -26
- package/dist/types/index.d.ts +10 -26
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -546,9 +546,7 @@
|
|
|
546
546
|
sortIndex: 15,
|
|
547
547
|
logoUrl: "https://assets.oku.trade/bob-logo.svg",
|
|
548
548
|
safeReorgDistance: 90000,
|
|
549
|
-
externalId: {
|
|
550
|
-
zerion: "bob",
|
|
551
|
-
},
|
|
549
|
+
externalId: {},
|
|
552
550
|
markets: {},
|
|
553
551
|
bridges: {},
|
|
554
552
|
oracles: {
|
|
@@ -1297,9 +1295,7 @@
|
|
|
1297
1295
|
sortIndex: 15,
|
|
1298
1296
|
logoUrl: "https://assets.oku.trade/lisk-logo.png",
|
|
1299
1297
|
safeReorgDistance: 90000,
|
|
1300
|
-
externalId: {
|
|
1301
|
-
zerion: "lisk"
|
|
1302
|
-
},
|
|
1298
|
+
externalId: {},
|
|
1303
1299
|
markets: {},
|
|
1304
1300
|
bridges: {},
|
|
1305
1301
|
oracles: {
|
|
@@ -1355,6 +1351,7 @@
|
|
|
1355
1351
|
watchlist: [
|
|
1356
1352
|
"0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3",
|
|
1357
1353
|
"0xd501d4e381491f64274cc65fdec32b47264a2422",
|
|
1354
|
+
"0x304d69c5e03e030d6b298C0d0467baeb310f1f68",
|
|
1358
1355
|
],
|
|
1359
1356
|
internalName: "lisk",
|
|
1360
1357
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
|
|
@@ -1686,9 +1683,7 @@
|
|
|
1686
1683
|
sortIndex: 13,
|
|
1687
1684
|
logoUrl: "https://assets.oku.trade/manta-logo.png",
|
|
1688
1685
|
safeReorgDistance: 90000,
|
|
1689
|
-
externalId: {
|
|
1690
|
-
zerion: "manta-pacific",
|
|
1691
|
-
},
|
|
1686
|
+
externalId: {},
|
|
1692
1687
|
markets: {
|
|
1693
1688
|
openocean: "manta",
|
|
1694
1689
|
},
|
|
@@ -2910,9 +2905,7 @@
|
|
|
2910
2905
|
sortIndex: 4,
|
|
2911
2906
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg",
|
|
2912
2907
|
safeReorgDistance: 90000,
|
|
2913
|
-
externalId: {
|
|
2914
|
-
zerion: "taiko"
|
|
2915
|
-
},
|
|
2908
|
+
externalId: {},
|
|
2916
2909
|
markets: {},
|
|
2917
2910
|
bridges: {
|
|
2918
2911
|
rhinofi: "TAIKO",
|
package/dist/index-mjs.js
CHANGED
|
@@ -542,9 +542,7 @@ const bob = makeConfig({
|
|
|
542
542
|
sortIndex: 15,
|
|
543
543
|
logoUrl: "https://assets.oku.trade/bob-logo.svg",
|
|
544
544
|
safeReorgDistance: 90000,
|
|
545
|
-
externalId: {
|
|
546
|
-
zerion: "bob",
|
|
547
|
-
},
|
|
545
|
+
externalId: {},
|
|
548
546
|
markets: {},
|
|
549
547
|
bridges: {},
|
|
550
548
|
oracles: {
|
|
@@ -1293,9 +1291,7 @@ const lisk = makeConfig({
|
|
|
1293
1291
|
sortIndex: 15,
|
|
1294
1292
|
logoUrl: "https://assets.oku.trade/lisk-logo.png",
|
|
1295
1293
|
safeReorgDistance: 90000,
|
|
1296
|
-
externalId: {
|
|
1297
|
-
zerion: "lisk"
|
|
1298
|
-
},
|
|
1294
|
+
externalId: {},
|
|
1299
1295
|
markets: {},
|
|
1300
1296
|
bridges: {},
|
|
1301
1297
|
oracles: {
|
|
@@ -1351,6 +1347,7 @@ const lisk = makeConfig({
|
|
|
1351
1347
|
watchlist: [
|
|
1352
1348
|
"0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3",
|
|
1353
1349
|
"0xd501d4e381491f64274cc65fdec32b47264a2422",
|
|
1350
|
+
"0x304d69c5e03e030d6b298C0d0467baeb310f1f68",
|
|
1354
1351
|
],
|
|
1355
1352
|
internalName: "lisk",
|
|
1356
1353
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
|
|
@@ -1682,9 +1679,7 @@ const manta = makeConfig({
|
|
|
1682
1679
|
sortIndex: 13,
|
|
1683
1680
|
logoUrl: "https://assets.oku.trade/manta-logo.png",
|
|
1684
1681
|
safeReorgDistance: 90000,
|
|
1685
|
-
externalId: {
|
|
1686
|
-
zerion: "manta-pacific",
|
|
1687
|
-
},
|
|
1682
|
+
externalId: {},
|
|
1688
1683
|
markets: {
|
|
1689
1684
|
openocean: "manta",
|
|
1690
1685
|
},
|
|
@@ -2906,9 +2901,7 @@ const taiko = makeConfig({
|
|
|
2906
2901
|
sortIndex: 4,
|
|
2907
2902
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg",
|
|
2908
2903
|
safeReorgDistance: 90000,
|
|
2909
|
-
externalId: {
|
|
2910
|
-
zerion: "taiko"
|
|
2911
|
-
},
|
|
2904
|
+
externalId: {},
|
|
2912
2905
|
markets: {},
|
|
2913
2906
|
bridges: {
|
|
2914
2907
|
rhinofi: "TAIKO",
|
package/dist/index.js
CHANGED
|
@@ -544,9 +544,7 @@ const bob = makeConfig({
|
|
|
544
544
|
sortIndex: 15,
|
|
545
545
|
logoUrl: "https://assets.oku.trade/bob-logo.svg",
|
|
546
546
|
safeReorgDistance: 90000,
|
|
547
|
-
externalId: {
|
|
548
|
-
zerion: "bob",
|
|
549
|
-
},
|
|
547
|
+
externalId: {},
|
|
550
548
|
markets: {},
|
|
551
549
|
bridges: {},
|
|
552
550
|
oracles: {
|
|
@@ -1295,9 +1293,7 @@ const lisk = makeConfig({
|
|
|
1295
1293
|
sortIndex: 15,
|
|
1296
1294
|
logoUrl: "https://assets.oku.trade/lisk-logo.png",
|
|
1297
1295
|
safeReorgDistance: 90000,
|
|
1298
|
-
externalId: {
|
|
1299
|
-
zerion: "lisk"
|
|
1300
|
-
},
|
|
1296
|
+
externalId: {},
|
|
1301
1297
|
markets: {},
|
|
1302
1298
|
bridges: {},
|
|
1303
1299
|
oracles: {
|
|
@@ -1353,6 +1349,7 @@ const lisk = makeConfig({
|
|
|
1353
1349
|
watchlist: [
|
|
1354
1350
|
"0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3",
|
|
1355
1351
|
"0xd501d4e381491f64274cc65fdec32b47264a2422",
|
|
1352
|
+
"0x304d69c5e03e030d6b298C0d0467baeb310f1f68",
|
|
1356
1353
|
],
|
|
1357
1354
|
internalName: "lisk",
|
|
1358
1355
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png",
|
|
@@ -1684,9 +1681,7 @@ const manta = makeConfig({
|
|
|
1684
1681
|
sortIndex: 13,
|
|
1685
1682
|
logoUrl: "https://assets.oku.trade/manta-logo.png",
|
|
1686
1683
|
safeReorgDistance: 90000,
|
|
1687
|
-
externalId: {
|
|
1688
|
-
zerion: "manta-pacific",
|
|
1689
|
-
},
|
|
1684
|
+
externalId: {},
|
|
1690
1685
|
markets: {
|
|
1691
1686
|
openocean: "manta",
|
|
1692
1687
|
},
|
|
@@ -2908,9 +2903,7 @@ const taiko = makeConfig({
|
|
|
2908
2903
|
sortIndex: 4,
|
|
2909
2904
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg",
|
|
2910
2905
|
safeReorgDistance: 90000,
|
|
2911
|
-
externalId: {
|
|
2912
|
-
zerion: "taiko"
|
|
2913
|
-
},
|
|
2906
|
+
externalId: {},
|
|
2914
2907
|
markets: {},
|
|
2915
2908
|
bridges: {
|
|
2916
2909
|
rhinofi: "TAIKO",
|
package/dist/types/browser.d.ts
CHANGED
|
@@ -715,9 +715,7 @@ declare const bob: Readonly<{
|
|
|
715
715
|
sortIndex: 15;
|
|
716
716
|
logoUrl: "https://assets.oku.trade/bob-logo.svg";
|
|
717
717
|
safeReorgDistance: 90000;
|
|
718
|
-
externalId: {
|
|
719
|
-
zerion: string;
|
|
720
|
-
};
|
|
718
|
+
externalId: {};
|
|
721
719
|
markets: {};
|
|
722
720
|
bridges: {};
|
|
723
721
|
oracles: {
|
|
@@ -1766,9 +1764,7 @@ declare const lisk: Readonly<{
|
|
|
1766
1764
|
sortIndex: 15;
|
|
1767
1765
|
logoUrl: "https://assets.oku.trade/lisk-logo.png";
|
|
1768
1766
|
safeReorgDistance: 90000;
|
|
1769
|
-
externalId: {
|
|
1770
|
-
zerion: string;
|
|
1771
|
-
};
|
|
1767
|
+
externalId: {};
|
|
1772
1768
|
markets: {};
|
|
1773
1769
|
bridges: {};
|
|
1774
1770
|
oracles: {
|
|
@@ -1826,7 +1822,7 @@ declare const lisk: Readonly<{
|
|
|
1826
1822
|
address: "0xac485391eb2d7d88253a7f1ef18c37f4242d1a24";
|
|
1827
1823
|
})[];
|
|
1828
1824
|
stables: "0x05D032ac25d322df992303dCa074EE7392C117b9"[];
|
|
1829
|
-
watchlist: ("0xd501d4e381491f64274cc65fdec32b47264a2422" | "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3")[];
|
|
1825
|
+
watchlist: ("0xd501d4e381491f64274cc65fdec32b47264a2422" | "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3" | "0x304d69c5e03e030d6b298C0d0467baeb310f1f68")[];
|
|
1830
1826
|
internalName: "lisk";
|
|
1831
1827
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
|
|
1832
1828
|
contracts: {
|
|
@@ -2317,9 +2313,7 @@ declare const manta: Readonly<{
|
|
|
2317
2313
|
sortIndex: 13;
|
|
2318
2314
|
logoUrl: "https://assets.oku.trade/manta-logo.png";
|
|
2319
2315
|
safeReorgDistance: 90000;
|
|
2320
|
-
externalId: {
|
|
2321
|
-
zerion: string;
|
|
2322
|
-
};
|
|
2316
|
+
externalId: {};
|
|
2323
2317
|
markets: {
|
|
2324
2318
|
openocean: string;
|
|
2325
2319
|
};
|
|
@@ -3680,9 +3674,7 @@ declare const taiko: Readonly<{
|
|
|
3680
3674
|
sortIndex: 4;
|
|
3681
3675
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg";
|
|
3682
3676
|
safeReorgDistance: 90000;
|
|
3683
|
-
externalId: {
|
|
3684
|
-
zerion: string;
|
|
3685
|
-
};
|
|
3677
|
+
externalId: {};
|
|
3686
3678
|
markets: {};
|
|
3687
3679
|
bridges: {
|
|
3688
3680
|
rhinofi: string;
|
|
@@ -7551,9 +7543,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7551
7543
|
sortIndex: 13;
|
|
7552
7544
|
logoUrl: "https://assets.oku.trade/manta-logo.png";
|
|
7553
7545
|
safeReorgDistance: 90000;
|
|
7554
|
-
externalId: {
|
|
7555
|
-
zerion: string;
|
|
7556
|
-
};
|
|
7546
|
+
externalId: {};
|
|
7557
7547
|
markets: {
|
|
7558
7548
|
openocean: string;
|
|
7559
7549
|
};
|
|
@@ -7801,9 +7791,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7801
7791
|
sortIndex: 4;
|
|
7802
7792
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg";
|
|
7803
7793
|
safeReorgDistance: 90000;
|
|
7804
|
-
externalId: {
|
|
7805
|
-
zerion: string;
|
|
7806
|
-
};
|
|
7794
|
+
externalId: {};
|
|
7807
7795
|
markets: {};
|
|
7808
7796
|
bridges: {
|
|
7809
7797
|
rhinofi: string;
|
|
@@ -8160,9 +8148,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8160
8148
|
sortIndex: 15;
|
|
8161
8149
|
logoUrl: "https://assets.oku.trade/lisk-logo.png";
|
|
8162
8150
|
safeReorgDistance: 90000;
|
|
8163
|
-
externalId: {
|
|
8164
|
-
zerion: string;
|
|
8165
|
-
};
|
|
8151
|
+
externalId: {};
|
|
8166
8152
|
markets: {};
|
|
8167
8153
|
bridges: {};
|
|
8168
8154
|
oracles: {
|
|
@@ -8220,7 +8206,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8220
8206
|
address: "0xac485391eb2d7d88253a7f1ef18c37f4242d1a24";
|
|
8221
8207
|
})[];
|
|
8222
8208
|
stables: "0x05D032ac25d322df992303dCa074EE7392C117b9"[];
|
|
8223
|
-
watchlist: ("0xd501d4e381491f64274cc65fdec32b47264a2422" | "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3")[];
|
|
8209
|
+
watchlist: ("0xd501d4e381491f64274cc65fdec32b47264a2422" | "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3" | "0x304d69c5e03e030d6b298C0d0467baeb310f1f68")[];
|
|
8224
8210
|
internalName: "lisk";
|
|
8225
8211
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
|
|
8226
8212
|
contracts: {
|
|
@@ -8530,9 +8516,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8530
8516
|
sortIndex: 15;
|
|
8531
8517
|
logoUrl: "https://assets.oku.trade/bob-logo.svg";
|
|
8532
8518
|
safeReorgDistance: 90000;
|
|
8533
|
-
externalId: {
|
|
8534
|
-
zerion: string;
|
|
8535
|
-
};
|
|
8519
|
+
externalId: {};
|
|
8536
8520
|
markets: {};
|
|
8537
8521
|
bridges: {};
|
|
8538
8522
|
oracles: {
|
|
@@ -715,9 +715,7 @@ declare const bob: Readonly<{
|
|
|
715
715
|
sortIndex: 15;
|
|
716
716
|
logoUrl: "https://assets.oku.trade/bob-logo.svg";
|
|
717
717
|
safeReorgDistance: 90000;
|
|
718
|
-
externalId: {
|
|
719
|
-
zerion: string;
|
|
720
|
-
};
|
|
718
|
+
externalId: {};
|
|
721
719
|
markets: {};
|
|
722
720
|
bridges: {};
|
|
723
721
|
oracles: {
|
|
@@ -1766,9 +1764,7 @@ declare const lisk: Readonly<{
|
|
|
1766
1764
|
sortIndex: 15;
|
|
1767
1765
|
logoUrl: "https://assets.oku.trade/lisk-logo.png";
|
|
1768
1766
|
safeReorgDistance: 90000;
|
|
1769
|
-
externalId: {
|
|
1770
|
-
zerion: string;
|
|
1771
|
-
};
|
|
1767
|
+
externalId: {};
|
|
1772
1768
|
markets: {};
|
|
1773
1769
|
bridges: {};
|
|
1774
1770
|
oracles: {
|
|
@@ -1826,7 +1822,7 @@ declare const lisk: Readonly<{
|
|
|
1826
1822
|
address: "0xac485391eb2d7d88253a7f1ef18c37f4242d1a24";
|
|
1827
1823
|
})[];
|
|
1828
1824
|
stables: "0x05D032ac25d322df992303dCa074EE7392C117b9"[];
|
|
1829
|
-
watchlist: ("0xd501d4e381491f64274cc65fdec32b47264a2422" | "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3")[];
|
|
1825
|
+
watchlist: ("0xd501d4e381491f64274cc65fdec32b47264a2422" | "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3" | "0x304d69c5e03e030d6b298C0d0467baeb310f1f68")[];
|
|
1830
1826
|
internalName: "lisk";
|
|
1831
1827
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
|
|
1832
1828
|
contracts: {
|
|
@@ -2317,9 +2313,7 @@ declare const manta: Readonly<{
|
|
|
2317
2313
|
sortIndex: 13;
|
|
2318
2314
|
logoUrl: "https://assets.oku.trade/manta-logo.png";
|
|
2319
2315
|
safeReorgDistance: 90000;
|
|
2320
|
-
externalId: {
|
|
2321
|
-
zerion: string;
|
|
2322
|
-
};
|
|
2316
|
+
externalId: {};
|
|
2323
2317
|
markets: {
|
|
2324
2318
|
openocean: string;
|
|
2325
2319
|
};
|
|
@@ -3680,9 +3674,7 @@ declare const taiko: Readonly<{
|
|
|
3680
3674
|
sortIndex: 4;
|
|
3681
3675
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg";
|
|
3682
3676
|
safeReorgDistance: 90000;
|
|
3683
|
-
externalId: {
|
|
3684
|
-
zerion: string;
|
|
3685
|
-
};
|
|
3677
|
+
externalId: {};
|
|
3686
3678
|
markets: {};
|
|
3687
3679
|
bridges: {
|
|
3688
3680
|
rhinofi: string;
|
|
@@ -7551,9 +7543,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7551
7543
|
sortIndex: 13;
|
|
7552
7544
|
logoUrl: "https://assets.oku.trade/manta-logo.png";
|
|
7553
7545
|
safeReorgDistance: 90000;
|
|
7554
|
-
externalId: {
|
|
7555
|
-
zerion: string;
|
|
7556
|
-
};
|
|
7546
|
+
externalId: {};
|
|
7557
7547
|
markets: {
|
|
7558
7548
|
openocean: string;
|
|
7559
7549
|
};
|
|
@@ -7801,9 +7791,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7801
7791
|
sortIndex: 4;
|
|
7802
7792
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg";
|
|
7803
7793
|
safeReorgDistance: 90000;
|
|
7804
|
-
externalId: {
|
|
7805
|
-
zerion: string;
|
|
7806
|
-
};
|
|
7794
|
+
externalId: {};
|
|
7807
7795
|
markets: {};
|
|
7808
7796
|
bridges: {
|
|
7809
7797
|
rhinofi: string;
|
|
@@ -8160,9 +8148,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8160
8148
|
sortIndex: 15;
|
|
8161
8149
|
logoUrl: "https://assets.oku.trade/lisk-logo.png";
|
|
8162
8150
|
safeReorgDistance: 90000;
|
|
8163
|
-
externalId: {
|
|
8164
|
-
zerion: string;
|
|
8165
|
-
};
|
|
8151
|
+
externalId: {};
|
|
8166
8152
|
markets: {};
|
|
8167
8153
|
bridges: {};
|
|
8168
8154
|
oracles: {
|
|
@@ -8220,7 +8206,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8220
8206
|
address: "0xac485391eb2d7d88253a7f1ef18c37f4242d1a24";
|
|
8221
8207
|
})[];
|
|
8222
8208
|
stables: "0x05D032ac25d322df992303dCa074EE7392C117b9"[];
|
|
8223
|
-
watchlist: ("0xd501d4e381491f64274cc65fdec32b47264a2422" | "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3")[];
|
|
8209
|
+
watchlist: ("0xd501d4e381491f64274cc65fdec32b47264a2422" | "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3" | "0x304d69c5e03e030d6b298C0d0467baeb310f1f68")[];
|
|
8224
8210
|
internalName: "lisk";
|
|
8225
8211
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
|
|
8226
8212
|
contracts: {
|
|
@@ -8530,9 +8516,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8530
8516
|
sortIndex: 15;
|
|
8531
8517
|
logoUrl: "https://assets.oku.trade/bob-logo.svg";
|
|
8532
8518
|
safeReorgDistance: 90000;
|
|
8533
|
-
externalId: {
|
|
8534
|
-
zerion: string;
|
|
8535
|
-
};
|
|
8519
|
+
externalId: {};
|
|
8536
8520
|
markets: {};
|
|
8537
8521
|
bridges: {};
|
|
8538
8522
|
oracles: {
|
package/dist/types/index.d.ts
CHANGED
|
@@ -715,9 +715,7 @@ declare const bob: Readonly<{
|
|
|
715
715
|
sortIndex: 15;
|
|
716
716
|
logoUrl: "https://assets.oku.trade/bob-logo.svg";
|
|
717
717
|
safeReorgDistance: 90000;
|
|
718
|
-
externalId: {
|
|
719
|
-
zerion: string;
|
|
720
|
-
};
|
|
718
|
+
externalId: {};
|
|
721
719
|
markets: {};
|
|
722
720
|
bridges: {};
|
|
723
721
|
oracles: {
|
|
@@ -1766,9 +1764,7 @@ declare const lisk: Readonly<{
|
|
|
1766
1764
|
sortIndex: 15;
|
|
1767
1765
|
logoUrl: "https://assets.oku.trade/lisk-logo.png";
|
|
1768
1766
|
safeReorgDistance: 90000;
|
|
1769
|
-
externalId: {
|
|
1770
|
-
zerion: string;
|
|
1771
|
-
};
|
|
1767
|
+
externalId: {};
|
|
1772
1768
|
markets: {};
|
|
1773
1769
|
bridges: {};
|
|
1774
1770
|
oracles: {
|
|
@@ -1826,7 +1822,7 @@ declare const lisk: Readonly<{
|
|
|
1826
1822
|
address: "0xac485391eb2d7d88253a7f1ef18c37f4242d1a24";
|
|
1827
1823
|
})[];
|
|
1828
1824
|
stables: "0x05D032ac25d322df992303dCa074EE7392C117b9"[];
|
|
1829
|
-
watchlist: ("0xd501d4e381491f64274cc65fdec32b47264a2422" | "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3")[];
|
|
1825
|
+
watchlist: ("0xd501d4e381491f64274cc65fdec32b47264a2422" | "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3" | "0x304d69c5e03e030d6b298C0d0467baeb310f1f68")[];
|
|
1830
1826
|
internalName: "lisk";
|
|
1831
1827
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
|
|
1832
1828
|
contracts: {
|
|
@@ -2317,9 +2313,7 @@ declare const manta: Readonly<{
|
|
|
2317
2313
|
sortIndex: 13;
|
|
2318
2314
|
logoUrl: "https://assets.oku.trade/manta-logo.png";
|
|
2319
2315
|
safeReorgDistance: 90000;
|
|
2320
|
-
externalId: {
|
|
2321
|
-
zerion: string;
|
|
2322
|
-
};
|
|
2316
|
+
externalId: {};
|
|
2323
2317
|
markets: {
|
|
2324
2318
|
openocean: string;
|
|
2325
2319
|
};
|
|
@@ -3680,9 +3674,7 @@ declare const taiko: Readonly<{
|
|
|
3680
3674
|
sortIndex: 4;
|
|
3681
3675
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg";
|
|
3682
3676
|
safeReorgDistance: 90000;
|
|
3683
|
-
externalId: {
|
|
3684
|
-
zerion: string;
|
|
3685
|
-
};
|
|
3677
|
+
externalId: {};
|
|
3686
3678
|
markets: {};
|
|
3687
3679
|
bridges: {
|
|
3688
3680
|
rhinofi: string;
|
|
@@ -7551,9 +7543,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7551
7543
|
sortIndex: 13;
|
|
7552
7544
|
logoUrl: "https://assets.oku.trade/manta-logo.png";
|
|
7553
7545
|
safeReorgDistance: 90000;
|
|
7554
|
-
externalId: {
|
|
7555
|
-
zerion: string;
|
|
7556
|
-
};
|
|
7546
|
+
externalId: {};
|
|
7557
7547
|
markets: {
|
|
7558
7548
|
openocean: string;
|
|
7559
7549
|
};
|
|
@@ -7801,9 +7791,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7801
7791
|
sortIndex: 4;
|
|
7802
7792
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg";
|
|
7803
7793
|
safeReorgDistance: 90000;
|
|
7804
|
-
externalId: {
|
|
7805
|
-
zerion: string;
|
|
7806
|
-
};
|
|
7794
|
+
externalId: {};
|
|
7807
7795
|
markets: {};
|
|
7808
7796
|
bridges: {
|
|
7809
7797
|
rhinofi: string;
|
|
@@ -8160,9 +8148,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8160
8148
|
sortIndex: 15;
|
|
8161
8149
|
logoUrl: "https://assets.oku.trade/lisk-logo.png";
|
|
8162
8150
|
safeReorgDistance: 90000;
|
|
8163
|
-
externalId: {
|
|
8164
|
-
zerion: string;
|
|
8165
|
-
};
|
|
8151
|
+
externalId: {};
|
|
8166
8152
|
markets: {};
|
|
8167
8153
|
bridges: {};
|
|
8168
8154
|
oracles: {
|
|
@@ -8220,7 +8206,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8220
8206
|
address: "0xac485391eb2d7d88253a7f1ef18c37f4242d1a24";
|
|
8221
8207
|
})[];
|
|
8222
8208
|
stables: "0x05D032ac25d322df992303dCa074EE7392C117b9"[];
|
|
8223
|
-
watchlist: ("0xd501d4e381491f64274cc65fdec32b47264a2422" | "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3")[];
|
|
8209
|
+
watchlist: ("0xd501d4e381491f64274cc65fdec32b47264a2422" | "0x3a670179bdece7eb4f570e30ee9d560f7ff4fac3" | "0x304d69c5e03e030d6b298C0d0467baeb310f1f68")[];
|
|
8224
8210
|
internalName: "lisk";
|
|
8225
8211
|
nativeLogoUrl: "https://assets.oku.trade/natives/eth.png";
|
|
8226
8212
|
contracts: {
|
|
@@ -8530,9 +8516,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8530
8516
|
sortIndex: 15;
|
|
8531
8517
|
logoUrl: "https://assets.oku.trade/bob-logo.svg";
|
|
8532
8518
|
safeReorgDistance: 90000;
|
|
8533
|
-
externalId: {
|
|
8534
|
-
zerion: string;
|
|
8535
|
-
};
|
|
8519
|
+
externalId: {};
|
|
8536
8520
|
markets: {};
|
|
8537
8521
|
bridges: {};
|
|
8538
8522
|
oracles: {
|