@gfxlabs/oku-chains 1.1.119 → 1.1.121
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 -13
- package/dist/index-mjs.js +5 -13
- package/dist/index.js +5 -13
- 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: {
|
|
@@ -1687,9 +1683,7 @@
|
|
|
1687
1683
|
sortIndex: 13,
|
|
1688
1684
|
logoUrl: "https://assets.oku.trade/manta-logo.png",
|
|
1689
1685
|
safeReorgDistance: 90000,
|
|
1690
|
-
externalId: {
|
|
1691
|
-
zerion: "manta-pacific",
|
|
1692
|
-
},
|
|
1686
|
+
externalId: {},
|
|
1693
1687
|
markets: {
|
|
1694
1688
|
openocean: "manta",
|
|
1695
1689
|
},
|
|
@@ -2227,7 +2221,7 @@
|
|
|
2227
2221
|
},
|
|
2228
2222
|
defaultPool: "0x1c3140ab59d6caf9fa7459c6f83d4b52ba881d36",
|
|
2229
2223
|
defaultToken0: "0x4200000000000000000000000000000000000042",
|
|
2230
|
-
defaultToken1: "
|
|
2224
|
+
defaultToken1: "0x0b2c639c533813f4aa9d7837caf62653d097ff85",
|
|
2231
2225
|
tokenList: [
|
|
2232
2226
|
{ symbol: "USDT", address: "0x94b008aa00579c1307b0ef2c499ad98a8ce58e58" },
|
|
2233
2227
|
{ symbol: "DAI", address: "0xda10009cbd5d07dd0cecc66161fc93d7c9000da1" },
|
|
@@ -2911,9 +2905,7 @@
|
|
|
2911
2905
|
sortIndex: 4,
|
|
2912
2906
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg",
|
|
2913
2907
|
safeReorgDistance: 90000,
|
|
2914
|
-
externalId: {
|
|
2915
|
-
zerion: "taiko"
|
|
2916
|
-
},
|
|
2908
|
+
externalId: {},
|
|
2917
2909
|
markets: {},
|
|
2918
2910
|
bridges: {
|
|
2919
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: {
|
|
@@ -1683,9 +1679,7 @@ const manta = makeConfig({
|
|
|
1683
1679
|
sortIndex: 13,
|
|
1684
1680
|
logoUrl: "https://assets.oku.trade/manta-logo.png",
|
|
1685
1681
|
safeReorgDistance: 90000,
|
|
1686
|
-
externalId: {
|
|
1687
|
-
zerion: "manta-pacific",
|
|
1688
|
-
},
|
|
1682
|
+
externalId: {},
|
|
1689
1683
|
markets: {
|
|
1690
1684
|
openocean: "manta",
|
|
1691
1685
|
},
|
|
@@ -2223,7 +2217,7 @@ const optimism = makeConfig({
|
|
|
2223
2217
|
},
|
|
2224
2218
|
defaultPool: "0x1c3140ab59d6caf9fa7459c6f83d4b52ba881d36",
|
|
2225
2219
|
defaultToken0: "0x4200000000000000000000000000000000000042",
|
|
2226
|
-
defaultToken1: "
|
|
2220
|
+
defaultToken1: "0x0b2c639c533813f4aa9d7837caf62653d097ff85",
|
|
2227
2221
|
tokenList: [
|
|
2228
2222
|
{ symbol: "USDT", address: "0x94b008aa00579c1307b0ef2c499ad98a8ce58e58" },
|
|
2229
2223
|
{ symbol: "DAI", address: "0xda10009cbd5d07dd0cecc66161fc93d7c9000da1" },
|
|
@@ -2907,9 +2901,7 @@ const taiko = makeConfig({
|
|
|
2907
2901
|
sortIndex: 4,
|
|
2908
2902
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg",
|
|
2909
2903
|
safeReorgDistance: 90000,
|
|
2910
|
-
externalId: {
|
|
2911
|
-
zerion: "taiko"
|
|
2912
|
-
},
|
|
2904
|
+
externalId: {},
|
|
2913
2905
|
markets: {},
|
|
2914
2906
|
bridges: {
|
|
2915
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: {
|
|
@@ -1685,9 +1681,7 @@ const manta = makeConfig({
|
|
|
1685
1681
|
sortIndex: 13,
|
|
1686
1682
|
logoUrl: "https://assets.oku.trade/manta-logo.png",
|
|
1687
1683
|
safeReorgDistance: 90000,
|
|
1688
|
-
externalId: {
|
|
1689
|
-
zerion: "manta-pacific",
|
|
1690
|
-
},
|
|
1684
|
+
externalId: {},
|
|
1691
1685
|
markets: {
|
|
1692
1686
|
openocean: "manta",
|
|
1693
1687
|
},
|
|
@@ -2225,7 +2219,7 @@ const optimism = makeConfig({
|
|
|
2225
2219
|
},
|
|
2226
2220
|
defaultPool: "0x1c3140ab59d6caf9fa7459c6f83d4b52ba881d36",
|
|
2227
2221
|
defaultToken0: "0x4200000000000000000000000000000000000042",
|
|
2228
|
-
defaultToken1: "
|
|
2222
|
+
defaultToken1: "0x0b2c639c533813f4aa9d7837caf62653d097ff85",
|
|
2229
2223
|
tokenList: [
|
|
2230
2224
|
{ symbol: "USDT", address: "0x94b008aa00579c1307b0ef2c499ad98a8ce58e58" },
|
|
2231
2225
|
{ symbol: "DAI", address: "0xda10009cbd5d07dd0cecc66161fc93d7c9000da1" },
|
|
@@ -2909,9 +2903,7 @@ const taiko = makeConfig({
|
|
|
2909
2903
|
sortIndex: 4,
|
|
2910
2904
|
logoUrl: "https://assets.oku.trade/taiko-logo.svg",
|
|
2911
2905
|
safeReorgDistance: 90000,
|
|
2912
|
-
externalId: {
|
|
2913
|
-
zerion: "taiko"
|
|
2914
|
-
},
|
|
2906
|
+
externalId: {},
|
|
2915
2907
|
markets: {},
|
|
2916
2908
|
bridges: {
|
|
2917
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: {
|
|
@@ -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
|
};
|
|
@@ -2781,7 +2775,7 @@ declare const optimism: Readonly<{
|
|
|
2781
2775
|
};
|
|
2782
2776
|
defaultPool: "0x1c3140ab59d6caf9fa7459c6f83d4b52ba881d36";
|
|
2783
2777
|
defaultToken0: "0x4200000000000000000000000000000000000042";
|
|
2784
|
-
defaultToken1: "
|
|
2778
|
+
defaultToken1: "0x0b2c639c533813f4aa9d7837caf62653d097ff85";
|
|
2785
2779
|
tokenList: ({
|
|
2786
2780
|
symbol: string;
|
|
2787
2781
|
address: "0x94b008aa00579c1307b0ef2c499ad98a8ce58e58";
|
|
@@ -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;
|
|
@@ -6172,7 +6164,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6172
6164
|
};
|
|
6173
6165
|
defaultPool: "0x1c3140ab59d6caf9fa7459c6f83d4b52ba881d36";
|
|
6174
6166
|
defaultToken0: "0x4200000000000000000000000000000000000042";
|
|
6175
|
-
defaultToken1: "
|
|
6167
|
+
defaultToken1: "0x0b2c639c533813f4aa9d7837caf62653d097ff85";
|
|
6176
6168
|
tokenList: ({
|
|
6177
6169
|
symbol: string;
|
|
6178
6170
|
address: "0x94b008aa00579c1307b0ef2c499ad98a8ce58e58";
|
|
@@ -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: {
|
|
@@ -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: {
|
|
@@ -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
|
};
|
|
@@ -2781,7 +2775,7 @@ declare const optimism: Readonly<{
|
|
|
2781
2775
|
};
|
|
2782
2776
|
defaultPool: "0x1c3140ab59d6caf9fa7459c6f83d4b52ba881d36";
|
|
2783
2777
|
defaultToken0: "0x4200000000000000000000000000000000000042";
|
|
2784
|
-
defaultToken1: "
|
|
2778
|
+
defaultToken1: "0x0b2c639c533813f4aa9d7837caf62653d097ff85";
|
|
2785
2779
|
tokenList: ({
|
|
2786
2780
|
symbol: string;
|
|
2787
2781
|
address: "0x94b008aa00579c1307b0ef2c499ad98a8ce58e58";
|
|
@@ -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;
|
|
@@ -6172,7 +6164,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6172
6164
|
};
|
|
6173
6165
|
defaultPool: "0x1c3140ab59d6caf9fa7459c6f83d4b52ba881d36";
|
|
6174
6166
|
defaultToken0: "0x4200000000000000000000000000000000000042";
|
|
6175
|
-
defaultToken1: "
|
|
6167
|
+
defaultToken1: "0x0b2c639c533813f4aa9d7837caf62653d097ff85";
|
|
6176
6168
|
tokenList: ({
|
|
6177
6169
|
symbol: string;
|
|
6178
6170
|
address: "0x94b008aa00579c1307b0ef2c499ad98a8ce58e58";
|
|
@@ -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: {
|
|
@@ -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: {
|
|
@@ -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
|
};
|
|
@@ -2781,7 +2775,7 @@ declare const optimism: Readonly<{
|
|
|
2781
2775
|
};
|
|
2782
2776
|
defaultPool: "0x1c3140ab59d6caf9fa7459c6f83d4b52ba881d36";
|
|
2783
2777
|
defaultToken0: "0x4200000000000000000000000000000000000042";
|
|
2784
|
-
defaultToken1: "
|
|
2778
|
+
defaultToken1: "0x0b2c639c533813f4aa9d7837caf62653d097ff85";
|
|
2785
2779
|
tokenList: ({
|
|
2786
2780
|
symbol: string;
|
|
2787
2781
|
address: "0x94b008aa00579c1307b0ef2c499ad98a8ce58e58";
|
|
@@ -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;
|
|
@@ -6172,7 +6164,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6172
6164
|
};
|
|
6173
6165
|
defaultPool: "0x1c3140ab59d6caf9fa7459c6f83d4b52ba881d36";
|
|
6174
6166
|
defaultToken0: "0x4200000000000000000000000000000000000042";
|
|
6175
|
-
defaultToken1: "
|
|
6167
|
+
defaultToken1: "0x0b2c639c533813f4aa9d7837caf62653d097ff85";
|
|
6176
6168
|
tokenList: ({
|
|
6177
6169
|
symbol: string;
|
|
6178
6170
|
address: "0x94b008aa00579c1307b0ef2c499ad98a8ce58e58";
|
|
@@ -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: {
|
|
@@ -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: {
|