@gfxlabs/oku-chains 1.1.236 → 1.1.238
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 +67 -18
- package/dist/index-mjs.js +67 -18
- package/dist/index.js +67 -18
- package/dist/types/browser.d.ts +138 -37
- package/dist/types/index-mjs.d.ts +138 -37
- package/dist/types/index.d.ts +138 -37
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -11,10 +11,13 @@ declare const arbitrum: Readonly<{
|
|
|
11
11
|
zerion: string;
|
|
12
12
|
debank: string;
|
|
13
13
|
cowswap: string;
|
|
14
|
+
tenderly: string;
|
|
14
15
|
};
|
|
15
16
|
markets: {
|
|
16
17
|
kyberswap: string;
|
|
17
|
-
oneinch:
|
|
18
|
+
oneinch: {
|
|
19
|
+
spender: string;
|
|
20
|
+
};
|
|
18
21
|
paraswap: {
|
|
19
22
|
routerContract: string;
|
|
20
23
|
};
|
|
@@ -195,10 +198,13 @@ declare const base: Readonly<{
|
|
|
195
198
|
externalId: {
|
|
196
199
|
zerion: string;
|
|
197
200
|
debank: string;
|
|
201
|
+
tenderly: string;
|
|
198
202
|
};
|
|
199
203
|
markets: {
|
|
200
204
|
kyberswap: string;
|
|
201
|
-
oneinch:
|
|
205
|
+
oneinch: {
|
|
206
|
+
spender: string;
|
|
207
|
+
};
|
|
202
208
|
paraswap: {
|
|
203
209
|
routerContract: string;
|
|
204
210
|
};
|
|
@@ -620,6 +626,7 @@ declare const blast: Readonly<{
|
|
|
620
626
|
safeReorgDistance: 90000;
|
|
621
627
|
externalId: {
|
|
622
628
|
zerion: string;
|
|
629
|
+
tenderly: string;
|
|
623
630
|
};
|
|
624
631
|
morpho: {};
|
|
625
632
|
markets: {
|
|
@@ -1000,7 +1007,9 @@ declare const bob: Readonly<{
|
|
|
1000
1007
|
sortIndex: 15;
|
|
1001
1008
|
logoUrl: "https://assets.oku.trade/chains/bob-logo.svg";
|
|
1002
1009
|
safeReorgDistance: 90000;
|
|
1003
|
-
externalId: {
|
|
1010
|
+
externalId: {
|
|
1011
|
+
tenderly: string;
|
|
1012
|
+
};
|
|
1004
1013
|
markets: {
|
|
1005
1014
|
icecreamswap: true;
|
|
1006
1015
|
};
|
|
@@ -1400,6 +1409,7 @@ declare const boba: Readonly<{
|
|
|
1400
1409
|
safeReorgDistance: 90000;
|
|
1401
1410
|
externalId: {
|
|
1402
1411
|
debank: string;
|
|
1412
|
+
tenderly: string;
|
|
1403
1413
|
};
|
|
1404
1414
|
morpho: {};
|
|
1405
1415
|
markets: {
|
|
@@ -1528,12 +1538,15 @@ declare const bsc: Readonly<{
|
|
|
1528
1538
|
externalId: {
|
|
1529
1539
|
zerion: string;
|
|
1530
1540
|
debank: string;
|
|
1541
|
+
tenderly: string;
|
|
1531
1542
|
};
|
|
1532
1543
|
morpho: {};
|
|
1533
1544
|
markets: {
|
|
1534
1545
|
airswap: true;
|
|
1535
1546
|
kyberswap: string;
|
|
1536
|
-
oneinch:
|
|
1547
|
+
oneinch: {
|
|
1548
|
+
spender: string;
|
|
1549
|
+
};
|
|
1537
1550
|
paraswap: {
|
|
1538
1551
|
routerContract: string;
|
|
1539
1552
|
};
|
|
@@ -2627,7 +2640,9 @@ declare const corn: Readonly<{
|
|
|
2627
2640
|
sortIndex: 15;
|
|
2628
2641
|
logoUrl: "https://assets.oku.trade/chains/corn-logo.png";
|
|
2629
2642
|
safeReorgDistance: 90000;
|
|
2630
|
-
externalId: {
|
|
2643
|
+
externalId: {
|
|
2644
|
+
tenderly: string;
|
|
2645
|
+
};
|
|
2631
2646
|
markets: {};
|
|
2632
2647
|
bridges: {
|
|
2633
2648
|
chainlink: {
|
|
@@ -2874,6 +2889,7 @@ declare const gnosis: Readonly<{
|
|
|
2874
2889
|
externalId: {
|
|
2875
2890
|
zerion: string;
|
|
2876
2891
|
cowswap: string;
|
|
2892
|
+
tenderly: string;
|
|
2877
2893
|
};
|
|
2878
2894
|
markets: {
|
|
2879
2895
|
openocean: string;
|
|
@@ -2881,7 +2897,9 @@ declare const gnosis: Readonly<{
|
|
|
2881
2897
|
paraswap: {
|
|
2882
2898
|
routerContract: string;
|
|
2883
2899
|
};
|
|
2884
|
-
oneinch:
|
|
2900
|
+
oneinch: {
|
|
2901
|
+
spender: string;
|
|
2902
|
+
};
|
|
2885
2903
|
};
|
|
2886
2904
|
bridges: {
|
|
2887
2905
|
chainlink: {
|
|
@@ -3253,7 +3271,9 @@ declare const lens: Readonly<{
|
|
|
3253
3271
|
sortIndex: 15;
|
|
3254
3272
|
logoUrl: "https://assets.oku.trade/chains/lens-logo.png";
|
|
3255
3273
|
safeReorgDistance: 90000;
|
|
3256
|
-
externalId: {
|
|
3274
|
+
externalId: {
|
|
3275
|
+
tenderly: string;
|
|
3276
|
+
};
|
|
3257
3277
|
markets: {};
|
|
3258
3278
|
bridges: {};
|
|
3259
3279
|
oracles: {};
|
|
@@ -3486,13 +3506,16 @@ declare const linea: Readonly<{
|
|
|
3486
3506
|
safeReorgDistance: 100;
|
|
3487
3507
|
externalId: {
|
|
3488
3508
|
zerion: string;
|
|
3509
|
+
tenderly: string;
|
|
3489
3510
|
};
|
|
3490
3511
|
markets: {
|
|
3491
3512
|
kyberswap: string;
|
|
3492
3513
|
openocean: string;
|
|
3493
3514
|
zeroex: true;
|
|
3494
3515
|
icecreamswap: true;
|
|
3495
|
-
oneinch:
|
|
3516
|
+
oneinch: {
|
|
3517
|
+
spender: string;
|
|
3518
|
+
};
|
|
3496
3519
|
};
|
|
3497
3520
|
bridges: {
|
|
3498
3521
|
chainlink: {
|
|
@@ -3637,7 +3660,9 @@ declare const lisk: Readonly<{
|
|
|
3637
3660
|
sortIndex: 15;
|
|
3638
3661
|
logoUrl: "https://assets.oku.trade/chains/lisk-logo.png";
|
|
3639
3662
|
safeReorgDistance: 90000;
|
|
3640
|
-
externalId: {
|
|
3663
|
+
externalId: {
|
|
3664
|
+
tenderly: string;
|
|
3665
|
+
};
|
|
3641
3666
|
morpho: {};
|
|
3642
3667
|
markets: {};
|
|
3643
3668
|
bridges: {};
|
|
@@ -4024,6 +4049,7 @@ declare const mainnet: Readonly<{
|
|
|
4024
4049
|
zerion: string;
|
|
4025
4050
|
debank: string;
|
|
4026
4051
|
cowswap: string;
|
|
4052
|
+
tenderly: string;
|
|
4027
4053
|
};
|
|
4028
4054
|
rpcUrls: {
|
|
4029
4055
|
default: {
|
|
@@ -4034,7 +4060,9 @@ declare const mainnet: Readonly<{
|
|
|
4034
4060
|
markets: {
|
|
4035
4061
|
airswap: true;
|
|
4036
4062
|
kyberswap: string;
|
|
4037
|
-
oneinch:
|
|
4063
|
+
oneinch: {
|
|
4064
|
+
spender: string;
|
|
4065
|
+
};
|
|
4038
4066
|
paraswap: {
|
|
4039
4067
|
routerContract: string;
|
|
4040
4068
|
};
|
|
@@ -4328,7 +4356,9 @@ declare const mantle: Readonly<{
|
|
|
4328
4356
|
sortIndex: 15;
|
|
4329
4357
|
logoUrl: "https://assets.oku.trade/chains/mantle-logo.png";
|
|
4330
4358
|
safeReorgDistance: 90000;
|
|
4331
|
-
externalId: {
|
|
4359
|
+
externalId: {
|
|
4360
|
+
tenderly: string;
|
|
4361
|
+
};
|
|
4332
4362
|
morpho: {};
|
|
4333
4363
|
markets: {
|
|
4334
4364
|
openocean: string;
|
|
@@ -4837,6 +4867,7 @@ declare const moonbeam: Readonly<{
|
|
|
4837
4867
|
safeReorgDistance: 90000;
|
|
4838
4868
|
externalId: {
|
|
4839
4869
|
debank: string;
|
|
4870
|
+
tenderly: string;
|
|
4840
4871
|
};
|
|
4841
4872
|
morpho: {};
|
|
4842
4873
|
markets: {
|
|
@@ -5067,11 +5098,14 @@ declare const optimism: Readonly<{
|
|
|
5067
5098
|
externalId: {
|
|
5068
5099
|
zerion: string;
|
|
5069
5100
|
debank: string;
|
|
5101
|
+
tenderly: string;
|
|
5070
5102
|
};
|
|
5071
5103
|
morpho: {};
|
|
5072
5104
|
markets: {
|
|
5073
5105
|
kyberswap: string;
|
|
5074
|
-
oneinch:
|
|
5106
|
+
oneinch: {
|
|
5107
|
+
spender: string;
|
|
5108
|
+
};
|
|
5075
5109
|
paraswap: {
|
|
5076
5110
|
routerContract: string;
|
|
5077
5111
|
};
|
|
@@ -5513,12 +5547,15 @@ declare const polygon: Readonly<{
|
|
|
5513
5547
|
externalId: {
|
|
5514
5548
|
zerion: string;
|
|
5515
5549
|
debank: string;
|
|
5550
|
+
tenderly: string;
|
|
5516
5551
|
};
|
|
5517
5552
|
morpho: {};
|
|
5518
5553
|
markets: {
|
|
5519
5554
|
airswap: true;
|
|
5520
5555
|
kyberswap: string;
|
|
5521
|
-
oneinch:
|
|
5556
|
+
oneinch: {
|
|
5557
|
+
spender: string;
|
|
5558
|
+
};
|
|
5522
5559
|
paraswap: {
|
|
5523
5560
|
routerContract: string;
|
|
5524
5561
|
};
|
|
@@ -6035,6 +6072,7 @@ declare const scroll: Readonly<{
|
|
|
6035
6072
|
safeReorgDistance: 90000;
|
|
6036
6073
|
externalId: {
|
|
6037
6074
|
zerion: string;
|
|
6075
|
+
tenderly: string;
|
|
6038
6076
|
};
|
|
6039
6077
|
morpho: {};
|
|
6040
6078
|
markets: {
|
|
@@ -6185,7 +6223,9 @@ declare const sei: Readonly<{
|
|
|
6185
6223
|
sortIndex: 5;
|
|
6186
6224
|
logoUrl: "https://assets.oku.trade/chains/sei-logo.svg";
|
|
6187
6225
|
safeReorgDistance: 90000;
|
|
6188
|
-
externalId: {
|
|
6226
|
+
externalId: {
|
|
6227
|
+
tenderly: string;
|
|
6228
|
+
};
|
|
6189
6229
|
markets: {
|
|
6190
6230
|
openocean: string;
|
|
6191
6231
|
};
|
|
@@ -6324,7 +6364,9 @@ declare const sonic: Readonly<{
|
|
|
6324
6364
|
logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg";
|
|
6325
6365
|
safeReorgDistance: 90000;
|
|
6326
6366
|
morpho: {};
|
|
6327
|
-
externalId: {
|
|
6367
|
+
externalId: {
|
|
6368
|
+
tenderly: string;
|
|
6369
|
+
};
|
|
6328
6370
|
markets: {
|
|
6329
6371
|
icecreamswap: true;
|
|
6330
6372
|
kyberswap: string;
|
|
@@ -6445,7 +6487,9 @@ declare const taiko: Readonly<{
|
|
|
6445
6487
|
sortIndex: 4;
|
|
6446
6488
|
logoUrl: "https://assets.oku.trade/chains/taiko-logo.svg";
|
|
6447
6489
|
safeReorgDistance: 90000;
|
|
6448
|
-
externalId: {
|
|
6490
|
+
externalId: {
|
|
6491
|
+
tenderly: string;
|
|
6492
|
+
};
|
|
6449
6493
|
markets: {
|
|
6450
6494
|
icecreamswap: true;
|
|
6451
6495
|
};
|
|
@@ -6786,7 +6830,9 @@ declare const worldchain: Readonly<{
|
|
|
6786
6830
|
sortIndex: 15;
|
|
6787
6831
|
logoUrl: "https://assets.oku.trade/chains/world-logo.png";
|
|
6788
6832
|
safeReorgDistance: 90000;
|
|
6789
|
-
externalId: {
|
|
6833
|
+
externalId: {
|
|
6834
|
+
tenderly: string;
|
|
6835
|
+
};
|
|
6790
6836
|
rpcUrls: {
|
|
6791
6837
|
default: {
|
|
6792
6838
|
http: string[];
|
|
@@ -7402,10 +7448,13 @@ declare const zkSync: Readonly<{
|
|
|
7402
7448
|
morpho: {};
|
|
7403
7449
|
externalId: {
|
|
7404
7450
|
zerion: string;
|
|
7451
|
+
tenderly: string;
|
|
7405
7452
|
};
|
|
7406
7453
|
markets: {
|
|
7407
7454
|
kyberswap: string;
|
|
7408
|
-
oneinch:
|
|
7455
|
+
oneinch: {
|
|
7456
|
+
spender: string;
|
|
7457
|
+
};
|
|
7409
7458
|
propellerswap: string;
|
|
7410
7459
|
openocean: string;
|
|
7411
7460
|
};
|
|
@@ -7974,7 +8023,9 @@ interface Markets {
|
|
|
7974
8023
|
kyberswap?: string; // from https://github.com/KyberNetwork/kyberswap-documentation/blob/main/kyberswap-solutions/kyberswap-aggregator/aggregator-api-specification/evm-swaps.md
|
|
7975
8024
|
odos?: any;
|
|
7976
8025
|
okx?: any;
|
|
7977
|
-
oneinch?:
|
|
8026
|
+
oneinch?: {
|
|
8027
|
+
spender: string;
|
|
8028
|
+
};
|
|
7978
8029
|
openocean?: string;
|
|
7979
8030
|
paraswap?: {
|
|
7980
8031
|
routerContract: string;
|
|
@@ -8050,6 +8101,7 @@ interface IChainInfo<formatters extends ChainFormatters | undefined = ChainForma
|
|
|
8050
8101
|
zerion?: string;
|
|
8051
8102
|
debank?: string;
|
|
8052
8103
|
cowswap?: string;
|
|
8104
|
+
tenderly?: string;
|
|
8053
8105
|
};
|
|
8054
8106
|
markets: Markets;
|
|
8055
8107
|
bridges: Bridges;
|
|
@@ -8086,10 +8138,13 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8086
8138
|
zerion: string;
|
|
8087
8139
|
debank: string;
|
|
8088
8140
|
cowswap: string;
|
|
8141
|
+
tenderly: string;
|
|
8089
8142
|
};
|
|
8090
8143
|
markets: {
|
|
8091
8144
|
kyberswap: string;
|
|
8092
|
-
oneinch:
|
|
8145
|
+
oneinch: {
|
|
8146
|
+
spender: string;
|
|
8147
|
+
};
|
|
8093
8148
|
paraswap: {
|
|
8094
8149
|
routerContract: string;
|
|
8095
8150
|
};
|
|
@@ -8265,10 +8320,13 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8265
8320
|
externalId: {
|
|
8266
8321
|
zerion: string;
|
|
8267
8322
|
debank: string;
|
|
8323
|
+
tenderly: string;
|
|
8268
8324
|
};
|
|
8269
8325
|
markets: {
|
|
8270
8326
|
kyberswap: string;
|
|
8271
|
-
oneinch:
|
|
8327
|
+
oneinch: {
|
|
8328
|
+
spender: string;
|
|
8329
|
+
};
|
|
8272
8330
|
paraswap: {
|
|
8273
8331
|
routerContract: string;
|
|
8274
8332
|
};
|
|
@@ -8686,6 +8744,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8686
8744
|
safeReorgDistance: 90000;
|
|
8687
8745
|
externalId: {
|
|
8688
8746
|
debank: string;
|
|
8747
|
+
tenderly: string;
|
|
8689
8748
|
};
|
|
8690
8749
|
morpho: {};
|
|
8691
8750
|
markets: {
|
|
@@ -8808,6 +8867,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8808
8867
|
safeReorgDistance: 90000;
|
|
8809
8868
|
externalId: {
|
|
8810
8869
|
zerion: string;
|
|
8870
|
+
tenderly: string;
|
|
8811
8871
|
};
|
|
8812
8872
|
morpho: {};
|
|
8813
8873
|
markets: {
|
|
@@ -9187,12 +9247,15 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9187
9247
|
externalId: {
|
|
9188
9248
|
zerion: string;
|
|
9189
9249
|
debank: string;
|
|
9250
|
+
tenderly: string;
|
|
9190
9251
|
};
|
|
9191
9252
|
morpho: {};
|
|
9192
9253
|
markets: {
|
|
9193
9254
|
airswap: true;
|
|
9194
9255
|
kyberswap: string;
|
|
9195
|
-
oneinch:
|
|
9256
|
+
oneinch: {
|
|
9257
|
+
spender: string;
|
|
9258
|
+
};
|
|
9196
9259
|
paraswap: {
|
|
9197
9260
|
routerContract: string;
|
|
9198
9261
|
};
|
|
@@ -9473,6 +9536,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9473
9536
|
zerion: string;
|
|
9474
9537
|
debank: string;
|
|
9475
9538
|
cowswap: string;
|
|
9539
|
+
tenderly: string;
|
|
9476
9540
|
};
|
|
9477
9541
|
rpcUrls: {
|
|
9478
9542
|
default: {
|
|
@@ -9483,7 +9547,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9483
9547
|
markets: {
|
|
9484
9548
|
airswap: true;
|
|
9485
9549
|
kyberswap: string;
|
|
9486
|
-
oneinch:
|
|
9550
|
+
oneinch: {
|
|
9551
|
+
spender: string;
|
|
9552
|
+
};
|
|
9487
9553
|
paraswap: {
|
|
9488
9554
|
routerContract: string;
|
|
9489
9555
|
};
|
|
@@ -9653,6 +9719,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9653
9719
|
safeReorgDistance: 90000;
|
|
9654
9720
|
externalId: {
|
|
9655
9721
|
debank: string;
|
|
9722
|
+
tenderly: string;
|
|
9656
9723
|
};
|
|
9657
9724
|
morpho: {};
|
|
9658
9725
|
markets: {
|
|
@@ -9779,11 +9846,14 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9779
9846
|
externalId: {
|
|
9780
9847
|
zerion: string;
|
|
9781
9848
|
debank: string;
|
|
9849
|
+
tenderly: string;
|
|
9782
9850
|
};
|
|
9783
9851
|
morpho: {};
|
|
9784
9852
|
markets: {
|
|
9785
9853
|
kyberswap: string;
|
|
9786
|
-
oneinch:
|
|
9854
|
+
oneinch: {
|
|
9855
|
+
spender: string;
|
|
9856
|
+
};
|
|
9787
9857
|
paraswap: {
|
|
9788
9858
|
routerContract: string;
|
|
9789
9859
|
};
|
|
@@ -10219,12 +10289,15 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10219
10289
|
externalId: {
|
|
10220
10290
|
zerion: string;
|
|
10221
10291
|
debank: string;
|
|
10292
|
+
tenderly: string;
|
|
10222
10293
|
};
|
|
10223
10294
|
morpho: {};
|
|
10224
10295
|
markets: {
|
|
10225
10296
|
airswap: true;
|
|
10226
10297
|
kyberswap: string;
|
|
10227
|
-
oneinch:
|
|
10298
|
+
oneinch: {
|
|
10299
|
+
spender: string;
|
|
10300
|
+
};
|
|
10228
10301
|
paraswap: {
|
|
10229
10302
|
routerContract: string;
|
|
10230
10303
|
};
|
|
@@ -10521,6 +10594,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10521
10594
|
safeReorgDistance: 90000;
|
|
10522
10595
|
externalId: {
|
|
10523
10596
|
zerion: string;
|
|
10597
|
+
tenderly: string;
|
|
10524
10598
|
};
|
|
10525
10599
|
morpho: {};
|
|
10526
10600
|
markets: {
|
|
@@ -10796,10 +10870,13 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10796
10870
|
morpho: {};
|
|
10797
10871
|
externalId: {
|
|
10798
10872
|
zerion: string;
|
|
10873
|
+
tenderly: string;
|
|
10799
10874
|
};
|
|
10800
10875
|
markets: {
|
|
10801
10876
|
kyberswap: string;
|
|
10802
|
-
oneinch:
|
|
10877
|
+
oneinch: {
|
|
10878
|
+
spender: string;
|
|
10879
|
+
};
|
|
10803
10880
|
propellerswap: string;
|
|
10804
10881
|
openocean: string;
|
|
10805
10882
|
};
|
|
@@ -11428,13 +11505,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11428
11505
|
safeReorgDistance: 100;
|
|
11429
11506
|
externalId: {
|
|
11430
11507
|
zerion: string;
|
|
11508
|
+
tenderly: string;
|
|
11431
11509
|
};
|
|
11432
11510
|
markets: {
|
|
11433
11511
|
kyberswap: string;
|
|
11434
11512
|
openocean: string;
|
|
11435
11513
|
zeroex: true;
|
|
11436
11514
|
icecreamswap: true;
|
|
11437
|
-
oneinch:
|
|
11515
|
+
oneinch: {
|
|
11516
|
+
spender: string;
|
|
11517
|
+
};
|
|
11438
11518
|
};
|
|
11439
11519
|
bridges: {
|
|
11440
11520
|
chainlink: {
|
|
@@ -11573,7 +11653,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11573
11653
|
sortIndex: 4;
|
|
11574
11654
|
logoUrl: "https://assets.oku.trade/chains/taiko-logo.svg";
|
|
11575
11655
|
safeReorgDistance: 90000;
|
|
11576
|
-
externalId: {
|
|
11656
|
+
externalId: {
|
|
11657
|
+
tenderly: string;
|
|
11658
|
+
};
|
|
11577
11659
|
markets: {
|
|
11578
11660
|
icecreamswap: true;
|
|
11579
11661
|
};
|
|
@@ -11698,7 +11780,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11698
11780
|
sortIndex: 15;
|
|
11699
11781
|
logoUrl: "https://assets.oku.trade/chains/mantle-logo.png";
|
|
11700
11782
|
safeReorgDistance: 90000;
|
|
11701
|
-
externalId: {
|
|
11783
|
+
externalId: {
|
|
11784
|
+
tenderly: string;
|
|
11785
|
+
};
|
|
11702
11786
|
morpho: {};
|
|
11703
11787
|
markets: {
|
|
11704
11788
|
openocean: string;
|
|
@@ -11829,7 +11913,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11829
11913
|
sortIndex: 5;
|
|
11830
11914
|
logoUrl: "https://assets.oku.trade/chains/sei-logo.svg";
|
|
11831
11915
|
safeReorgDistance: 90000;
|
|
11832
|
-
externalId: {
|
|
11916
|
+
externalId: {
|
|
11917
|
+
tenderly: string;
|
|
11918
|
+
};
|
|
11833
11919
|
markets: {
|
|
11834
11920
|
openocean: string;
|
|
11835
11921
|
};
|
|
@@ -11962,7 +12048,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11962
12048
|
sortIndex: 15;
|
|
11963
12049
|
logoUrl: "https://assets.oku.trade/chains/lisk-logo.png";
|
|
11964
12050
|
safeReorgDistance: 90000;
|
|
11965
|
-
externalId: {
|
|
12051
|
+
externalId: {
|
|
12052
|
+
tenderly: string;
|
|
12053
|
+
};
|
|
11966
12054
|
morpho: {};
|
|
11967
12055
|
markets: {};
|
|
11968
12056
|
bridges: {};
|
|
@@ -12332,7 +12420,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12332
12420
|
sortIndex: 15;
|
|
12333
12421
|
logoUrl: "https://assets.oku.trade/chains/bob-logo.svg";
|
|
12334
12422
|
safeReorgDistance: 90000;
|
|
12335
|
-
externalId: {
|
|
12423
|
+
externalId: {
|
|
12424
|
+
tenderly: string;
|
|
12425
|
+
};
|
|
12336
12426
|
markets: {
|
|
12337
12427
|
icecreamswap: true;
|
|
12338
12428
|
};
|
|
@@ -12724,6 +12814,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12724
12814
|
externalId: {
|
|
12725
12815
|
zerion: string;
|
|
12726
12816
|
cowswap: string;
|
|
12817
|
+
tenderly: string;
|
|
12727
12818
|
};
|
|
12728
12819
|
markets: {
|
|
12729
12820
|
openocean: string;
|
|
@@ -12731,7 +12822,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12731
12822
|
paraswap: {
|
|
12732
12823
|
routerContract: string;
|
|
12733
12824
|
};
|
|
12734
|
-
oneinch:
|
|
12825
|
+
oneinch: {
|
|
12826
|
+
spender: string;
|
|
12827
|
+
};
|
|
12735
12828
|
};
|
|
12736
12829
|
bridges: {
|
|
12737
12830
|
chainlink: {
|
|
@@ -13230,7 +13323,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13230
13323
|
sortIndex: 15;
|
|
13231
13324
|
logoUrl: "https://assets.oku.trade/chains/corn-logo.png";
|
|
13232
13325
|
safeReorgDistance: 90000;
|
|
13233
|
-
externalId: {
|
|
13326
|
+
externalId: {
|
|
13327
|
+
tenderly: string;
|
|
13328
|
+
};
|
|
13234
13329
|
markets: {};
|
|
13235
13330
|
bridges: {
|
|
13236
13331
|
chainlink: {
|
|
@@ -13340,7 +13435,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13340
13435
|
logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg";
|
|
13341
13436
|
safeReorgDistance: 90000;
|
|
13342
13437
|
morpho: {};
|
|
13343
|
-
externalId: {
|
|
13438
|
+
externalId: {
|
|
13439
|
+
tenderly: string;
|
|
13440
|
+
};
|
|
13344
13441
|
markets: {
|
|
13345
13442
|
icecreamswap: true;
|
|
13346
13443
|
kyberswap: string;
|
|
@@ -15075,7 +15172,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15075
15172
|
sortIndex: 15;
|
|
15076
15173
|
logoUrl: "https://assets.oku.trade/chains/world-logo.png";
|
|
15077
15174
|
safeReorgDistance: 90000;
|
|
15078
|
-
externalId: {
|
|
15175
|
+
externalId: {
|
|
15176
|
+
tenderly: string;
|
|
15177
|
+
};
|
|
15079
15178
|
rpcUrls: {
|
|
15080
15179
|
default: {
|
|
15081
15180
|
http: string[];
|
|
@@ -15637,7 +15736,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15637
15736
|
sortIndex: 15;
|
|
15638
15737
|
logoUrl: "https://assets.oku.trade/chains/lens-logo.png";
|
|
15639
15738
|
safeReorgDistance: 90000;
|
|
15640
|
-
externalId: {
|
|
15739
|
+
externalId: {
|
|
15740
|
+
tenderly: string;
|
|
15741
|
+
};
|
|
15641
15742
|
markets: {};
|
|
15642
15743
|
bridges: {};
|
|
15643
15744
|
oracles: {};
|