@gfxlabs/oku-chains 1.1.273 → 1.1.274
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 +40 -0
- package/dist/index-mjs.js +40 -0
- package/dist/index.js +40 -0
- package/dist/types/browser.d.ts +201 -4
- package/dist/types/index-mjs.d.ts +201 -4
- package/dist/types/index.d.ts +201 -4
- package/package.json +2 -2
package/dist/types/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import { Address, Chain, ChainContract, ChainFormatters, Hash } from "viem";
|
|
|
2
2
|
declare const arbitrum: Readonly<{
|
|
3
3
|
name: "Arbitrum";
|
|
4
4
|
launchTime: 1688997600;
|
|
5
|
+
transactionType: "eip1559";
|
|
5
6
|
sortIndex: 1;
|
|
6
7
|
blockTimeSeconds: 0.25;
|
|
7
8
|
logoUrl: "https://assets.oku.trade/chains/arbitrum-logo.svg";
|
|
@@ -174,7 +175,7 @@ declare const arbitrum: Readonly<{
|
|
|
174
175
|
readonly apiUrl: "https://api.arbiscan.io/api";
|
|
175
176
|
};
|
|
176
177
|
};
|
|
177
|
-
blockTime
|
|
178
|
+
blockTime: 250;
|
|
178
179
|
ensTlds?: readonly string[] | undefined;
|
|
179
180
|
id: 42161;
|
|
180
181
|
nativeCurrency: {
|
|
@@ -182,6 +183,7 @@ declare const arbitrum: Readonly<{
|
|
|
182
183
|
readonly symbol: "ETH";
|
|
183
184
|
readonly decimals: 18;
|
|
184
185
|
};
|
|
186
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
185
187
|
rpcUrls: {
|
|
186
188
|
readonly default: {
|
|
187
189
|
readonly http: readonly [
|
|
@@ -199,6 +201,7 @@ declare const arbitrum: Readonly<{
|
|
|
199
201
|
declare const base: Readonly<{
|
|
200
202
|
sortIndex: 8;
|
|
201
203
|
launchTime: 1707321600;
|
|
204
|
+
transactionType: "eip1559";
|
|
202
205
|
blockTimeSeconds: 2;
|
|
203
206
|
logoUrl: "https://assets.oku.trade/chains/base-logo.svg";
|
|
204
207
|
blockAid: "base";
|
|
@@ -402,6 +405,7 @@ declare const base: Readonly<{
|
|
|
402
405
|
readonly symbol: "ETH";
|
|
403
406
|
readonly decimals: 18;
|
|
404
407
|
};
|
|
408
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
405
409
|
rpcUrls: {
|
|
406
410
|
readonly default: {
|
|
407
411
|
readonly http: readonly [
|
|
@@ -654,6 +658,7 @@ declare const base: Readonly<{
|
|
|
654
658
|
declare const blast: Readonly<{
|
|
655
659
|
blockTimeSeconds: 2;
|
|
656
660
|
launchTime: 1719410400;
|
|
661
|
+
transactionType: "eip1559";
|
|
657
662
|
sortIndex: 14;
|
|
658
663
|
logoUrl: "https://assets.oku.trade/chains/blast-logo.svg";
|
|
659
664
|
safeReorgDistance: 90000;
|
|
@@ -752,6 +757,24 @@ declare const blast: Readonly<{
|
|
|
752
757
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
753
758
|
readonly blockCreated: 212929;
|
|
754
759
|
};
|
|
760
|
+
l2OutputOracle: {
|
|
761
|
+
readonly 1: {
|
|
762
|
+
readonly address: "0x826D1B0D4111Ad9146Eb8941D7Ca2B6a44215c76";
|
|
763
|
+
readonly blockCreated: 19300358;
|
|
764
|
+
};
|
|
765
|
+
};
|
|
766
|
+
portal: {
|
|
767
|
+
readonly 1: {
|
|
768
|
+
readonly address: "0x0Ec68c5B10F21EFFb74f2A5C61DFe6b08C0Db6Cb";
|
|
769
|
+
readonly blockCreated: 19300357;
|
|
770
|
+
};
|
|
771
|
+
};
|
|
772
|
+
l1StandardBridge: {
|
|
773
|
+
readonly 1: {
|
|
774
|
+
readonly address: "0x697402166Fbf2F22E970df8a6486Ef171dbfc524";
|
|
775
|
+
readonly blockCreated: 19300360;
|
|
776
|
+
};
|
|
777
|
+
};
|
|
755
778
|
gasPriceOracle: {
|
|
756
779
|
readonly address: "0x420000000000000000000000000000000000000F";
|
|
757
780
|
};
|
|
@@ -787,6 +810,7 @@ declare const blast: Readonly<{
|
|
|
787
810
|
readonly name: "Ether";
|
|
788
811
|
readonly symbol: "ETH";
|
|
789
812
|
};
|
|
813
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
790
814
|
rpcUrls: {
|
|
791
815
|
readonly default: {
|
|
792
816
|
readonly http: readonly [
|
|
@@ -1039,6 +1063,7 @@ declare const blast: Readonly<{
|
|
|
1039
1063
|
declare const bob: Readonly<{
|
|
1040
1064
|
blockTimeSeconds: 2;
|
|
1041
1065
|
launchTime: 1727359200;
|
|
1066
|
+
transactionType: "eip1559";
|
|
1042
1067
|
sortIndex: 15;
|
|
1043
1068
|
logoUrl: "https://assets.oku.trade/chains/bob-logo.svg";
|
|
1044
1069
|
safeReorgDistance: 90000;
|
|
@@ -1187,6 +1212,7 @@ declare const bob: Readonly<{
|
|
|
1187
1212
|
readonly name: "ETH";
|
|
1188
1213
|
readonly symbol: "ETH";
|
|
1189
1214
|
};
|
|
1215
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
1190
1216
|
rpcUrls: {
|
|
1191
1217
|
readonly default: {
|
|
1192
1218
|
readonly http: readonly [
|
|
@@ -1442,6 +1468,7 @@ declare const bob: Readonly<{
|
|
|
1442
1468
|
declare const boba: Readonly<{
|
|
1443
1469
|
name: "Boba";
|
|
1444
1470
|
launchTime: 1690297200;
|
|
1471
|
+
transactionType: "eip1559";
|
|
1445
1472
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
1446
1473
|
sortIndex: 11;
|
|
1447
1474
|
blockTimeSeconds: 2;
|
|
@@ -1555,6 +1582,7 @@ declare const boba: Readonly<{
|
|
|
1555
1582
|
blockTime?: number | undefined | undefined | undefined;
|
|
1556
1583
|
ensTlds?: readonly string[] | undefined;
|
|
1557
1584
|
id: 288;
|
|
1585
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
1558
1586
|
rpcUrls: {
|
|
1559
1587
|
readonly default: {
|
|
1560
1588
|
readonly http: readonly [
|
|
@@ -1572,6 +1600,7 @@ declare const boba: Readonly<{
|
|
|
1572
1600
|
declare const bsc: Readonly<{
|
|
1573
1601
|
name: "BSC";
|
|
1574
1602
|
launchTime: 1689346800;
|
|
1603
|
+
transactionType: "eip1559";
|
|
1575
1604
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
1576
1605
|
sortIndex: 9;
|
|
1577
1606
|
blockTimeSeconds: 3;
|
|
@@ -1729,6 +1758,7 @@ declare const bsc: Readonly<{
|
|
|
1729
1758
|
readonly name: "BNB";
|
|
1730
1759
|
readonly symbol: "BNB";
|
|
1731
1760
|
};
|
|
1761
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
1732
1762
|
rpcUrls: {
|
|
1733
1763
|
readonly default: {
|
|
1734
1764
|
readonly http: readonly [
|
|
@@ -1746,6 +1776,7 @@ declare const bsc: Readonly<{
|
|
|
1746
1776
|
declare const celo: Readonly<{
|
|
1747
1777
|
blockTimeSeconds: 2;
|
|
1748
1778
|
launchTime: 1737754469;
|
|
1779
|
+
transactionType: "eip1559";
|
|
1749
1780
|
sortIndex: 15;
|
|
1750
1781
|
logoUrl: "https://assets.oku.trade/chains/celo-logo.svg";
|
|
1751
1782
|
safeReorgDistance: 90000;
|
|
@@ -1851,7 +1882,7 @@ declare const celo: Readonly<{
|
|
|
1851
1882
|
readonly apiUrl: "https://api.celoscan.io/api";
|
|
1852
1883
|
};
|
|
1853
1884
|
};
|
|
1854
|
-
blockTime:
|
|
1885
|
+
blockTime: 1000;
|
|
1855
1886
|
ensTlds?: readonly string[] | undefined;
|
|
1856
1887
|
id: 42220;
|
|
1857
1888
|
name: "Celo";
|
|
@@ -1860,6 +1891,7 @@ declare const celo: Readonly<{
|
|
|
1860
1891
|
readonly name: "CELO";
|
|
1861
1892
|
readonly symbol: "CELO";
|
|
1862
1893
|
};
|
|
1894
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
1863
1895
|
rpcUrls: {
|
|
1864
1896
|
readonly default: {
|
|
1865
1897
|
readonly http: readonly [
|
|
@@ -2698,6 +2730,7 @@ declare const corn: Readonly<{
|
|
|
2698
2730
|
name: "Corn";
|
|
2699
2731
|
blockTimeSeconds: 35;
|
|
2700
2732
|
launchTime: 1733882663;
|
|
2733
|
+
transactionType: "eip1559";
|
|
2701
2734
|
sortIndex: 15;
|
|
2702
2735
|
logoUrl: "https://assets.oku.trade/chains/corn-logo.png";
|
|
2703
2736
|
safeReorgDistance: 90000;
|
|
@@ -2807,6 +2840,7 @@ declare const corn: Readonly<{
|
|
|
2807
2840
|
readonly name: "Bitcorn";
|
|
2808
2841
|
readonly symbol: "BTCN";
|
|
2809
2842
|
};
|
|
2843
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
2810
2844
|
rpcUrls: {
|
|
2811
2845
|
readonly default: {
|
|
2812
2846
|
readonly http: readonly [
|
|
@@ -2824,6 +2858,7 @@ declare const corn: Readonly<{
|
|
|
2824
2858
|
declare const etherlink: Readonly<{
|
|
2825
2859
|
blockTimeSeconds: 0.6;
|
|
2826
2860
|
launchTime: 1750211928;
|
|
2861
|
+
transactionType: "eip1559";
|
|
2827
2862
|
sortIndex: 15;
|
|
2828
2863
|
logoUrl: "https://assets.oku.trade/chains/etherlink-logo.png";
|
|
2829
2864
|
safeReorgDistance: 90000;
|
|
@@ -2939,6 +2974,7 @@ declare const etherlink: Readonly<{
|
|
|
2939
2974
|
readonly name: "Tez";
|
|
2940
2975
|
readonly symbol: "XTZ";
|
|
2941
2976
|
};
|
|
2977
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
2942
2978
|
rpcUrls: {
|
|
2943
2979
|
readonly default: {
|
|
2944
2980
|
readonly http: readonly [
|
|
@@ -2956,6 +2992,7 @@ declare const etherlink: Readonly<{
|
|
|
2956
2992
|
declare const filecoin: Readonly<{
|
|
2957
2993
|
sortIndex: 10;
|
|
2958
2994
|
launchTime: 1677600000;
|
|
2995
|
+
transactionType: "legacy";
|
|
2959
2996
|
name: "Filecoin";
|
|
2960
2997
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
2961
2998
|
blockTimeSeconds: 30;
|
|
@@ -3072,6 +3109,7 @@ declare const filecoin: Readonly<{
|
|
|
3072
3109
|
readonly name: "filecoin";
|
|
3073
3110
|
readonly symbol: "FIL";
|
|
3074
3111
|
};
|
|
3112
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
3075
3113
|
rpcUrls: {
|
|
3076
3114
|
readonly default: {
|
|
3077
3115
|
readonly http: readonly [
|
|
@@ -3089,6 +3127,7 @@ declare const filecoin: Readonly<{
|
|
|
3089
3127
|
declare const gnosis: Readonly<{
|
|
3090
3128
|
blockTimeSeconds: 5;
|
|
3091
3129
|
launchTime: 1725890400;
|
|
3130
|
+
transactionType: "eip1559";
|
|
3092
3131
|
sortIndex: 18;
|
|
3093
3132
|
blockAid: "";
|
|
3094
3133
|
logoUrl: "https://assets.oku.trade/chains/gnosis-logo.png";
|
|
@@ -3235,6 +3274,7 @@ declare const gnosis: Readonly<{
|
|
|
3235
3274
|
readonly name: "xDAI";
|
|
3236
3275
|
readonly symbol: "XDAI";
|
|
3237
3276
|
};
|
|
3277
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
3238
3278
|
rpcUrls: {
|
|
3239
3279
|
readonly default: {
|
|
3240
3280
|
readonly http: readonly [
|
|
@@ -3256,6 +3296,7 @@ declare const goat: Readonly<{
|
|
|
3256
3296
|
name: "GOAT";
|
|
3257
3297
|
blockTimeSeconds: 3;
|
|
3258
3298
|
launchTime: 1742159744;
|
|
3299
|
+
transactionType: "eip1559";
|
|
3259
3300
|
sortIndex: 15;
|
|
3260
3301
|
logoUrl: "https://assets.oku.trade/chains/goat-logo.svg";
|
|
3261
3302
|
safeReorgDistance: 90000;
|
|
@@ -3353,6 +3394,7 @@ declare const goat: Readonly<{
|
|
|
3353
3394
|
readonly name: "Bitcoin";
|
|
3354
3395
|
readonly symbol: "BTC";
|
|
3355
3396
|
};
|
|
3397
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
3356
3398
|
rpcUrls: {
|
|
3357
3399
|
readonly default: {
|
|
3358
3400
|
readonly http: readonly [
|
|
@@ -3370,6 +3412,7 @@ declare const goat: Readonly<{
|
|
|
3370
3412
|
declare const hemi: Readonly<{
|
|
3371
3413
|
blockTimeSeconds: 12;
|
|
3372
3414
|
launchTime: 1741901593;
|
|
3415
|
+
transactionType: "eip1559";
|
|
3373
3416
|
sortIndex: 13;
|
|
3374
3417
|
logoUrl: "https://assets.oku.trade/chains/hemi-logo.svg";
|
|
3375
3418
|
safeReorgDistance: 90000;
|
|
@@ -3476,6 +3519,7 @@ declare const hemi: Readonly<{
|
|
|
3476
3519
|
readonly symbol: "ETH";
|
|
3477
3520
|
readonly decimals: 18;
|
|
3478
3521
|
};
|
|
3522
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
3479
3523
|
rpcUrls: {
|
|
3480
3524
|
readonly default: {
|
|
3481
3525
|
readonly http: readonly [
|
|
@@ -3495,6 +3539,7 @@ declare const lens: Readonly<{
|
|
|
3495
3539
|
name: "Lens";
|
|
3496
3540
|
blockTimeSeconds: 2;
|
|
3497
3541
|
launchTime: 1746050531;
|
|
3542
|
+
transactionType: "eip1559";
|
|
3498
3543
|
sortIndex: 15;
|
|
3499
3544
|
blockAid: "";
|
|
3500
3545
|
logoUrl: "https://assets.oku.trade/chains/lens-logo.png";
|
|
@@ -3587,6 +3632,7 @@ declare const lens: Readonly<{
|
|
|
3587
3632
|
readonly symbol: "GHO";
|
|
3588
3633
|
readonly decimals: 18;
|
|
3589
3634
|
};
|
|
3635
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
3590
3636
|
rpcUrls: {
|
|
3591
3637
|
readonly default: {
|
|
3592
3638
|
readonly http: readonly [
|
|
@@ -3605,6 +3651,7 @@ declare const lightlink: Readonly<{
|
|
|
3605
3651
|
name: "LightLink";
|
|
3606
3652
|
blockTimeSeconds: 0.5;
|
|
3607
3653
|
launchTime: 1741485513;
|
|
3654
|
+
transactionType: "eip1559";
|
|
3608
3655
|
sortIndex: 13;
|
|
3609
3656
|
logoUrl: "https://assets.oku.trade/chains/lightlink-logo.svg";
|
|
3610
3657
|
safeReorgDistance: 90000;
|
|
@@ -3711,6 +3758,7 @@ declare const lightlink: Readonly<{
|
|
|
3711
3758
|
readonly name: "Ether";
|
|
3712
3759
|
readonly symbol: "ETH";
|
|
3713
3760
|
};
|
|
3761
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
3714
3762
|
rpcUrls: {
|
|
3715
3763
|
readonly default: {
|
|
3716
3764
|
readonly http: readonly [
|
|
@@ -3729,6 +3777,7 @@ declare const lightlink: Readonly<{
|
|
|
3729
3777
|
declare const linea: Readonly<{
|
|
3730
3778
|
name: "Linea";
|
|
3731
3779
|
launchTime: 1713362400;
|
|
3780
|
+
transactionType: "eip1559";
|
|
3732
3781
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
3733
3782
|
blockTimeSeconds: 2;
|
|
3734
3783
|
sortIndex: 15;
|
|
@@ -3876,6 +3925,7 @@ declare const linea: Readonly<{
|
|
|
3876
3925
|
readonly symbol: "ETH";
|
|
3877
3926
|
readonly decimals: 18;
|
|
3878
3927
|
};
|
|
3928
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
3879
3929
|
rpcUrls: {
|
|
3880
3930
|
readonly default: {
|
|
3881
3931
|
readonly http: readonly [
|
|
@@ -3899,6 +3949,7 @@ declare const linea: Readonly<{
|
|
|
3899
3949
|
declare const lisk: Readonly<{
|
|
3900
3950
|
blockTimeSeconds: 2;
|
|
3901
3951
|
launchTime: 1724076000;
|
|
3952
|
+
transactionType: "eip1559";
|
|
3902
3953
|
sortIndex: 15;
|
|
3903
3954
|
logoUrl: "https://assets.oku.trade/chains/lisk-logo.png";
|
|
3904
3955
|
safeReorgDistance: 90000;
|
|
@@ -4026,6 +4077,7 @@ declare const lisk: Readonly<{
|
|
|
4026
4077
|
readonly name: "Ether";
|
|
4027
4078
|
readonly symbol: "ETH";
|
|
4028
4079
|
};
|
|
4080
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
4029
4081
|
rpcUrls: {
|
|
4030
4082
|
readonly default: {
|
|
4031
4083
|
readonly http: readonly [
|
|
@@ -4280,6 +4332,7 @@ declare const mainnet: Readonly<{
|
|
|
4280
4332
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
4281
4333
|
sortIndex: 0;
|
|
4282
4334
|
launchTime: 1688997600;
|
|
4335
|
+
transactionType: "eip1559";
|
|
4283
4336
|
blockTimeSeconds: 15;
|
|
4284
4337
|
safeReorgDistance: 90000;
|
|
4285
4338
|
logoUrl: "https://assets.oku.trade/chains/ethereum-logo.webp";
|
|
@@ -4473,6 +4526,7 @@ declare const mainnet: Readonly<{
|
|
|
4473
4526
|
readonly symbol: "ETH";
|
|
4474
4527
|
readonly decimals: 18;
|
|
4475
4528
|
};
|
|
4529
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
4476
4530
|
sourceId?: number | undefined | undefined | undefined;
|
|
4477
4531
|
testnet?: boolean | undefined | undefined | undefined;
|
|
4478
4532
|
custom?: Record<string, unknown> | undefined;
|
|
@@ -4483,6 +4537,7 @@ declare const mainnet: Readonly<{
|
|
|
4483
4537
|
declare const manta: Readonly<{
|
|
4484
4538
|
name: "Manta Pacific";
|
|
4485
4539
|
launchTime: 1709910000;
|
|
4540
|
+
transactionType: "eip1559";
|
|
4486
4541
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
4487
4542
|
blockTimeSeconds: 2;
|
|
4488
4543
|
sortIndex: 13;
|
|
@@ -4592,6 +4647,7 @@ declare const manta: Readonly<{
|
|
|
4592
4647
|
readonly name: "ETH";
|
|
4593
4648
|
readonly symbol: "ETH";
|
|
4594
4649
|
};
|
|
4650
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
4595
4651
|
rpcUrls: {
|
|
4596
4652
|
readonly default: {
|
|
4597
4653
|
readonly http: readonly [
|
|
@@ -4611,6 +4667,7 @@ declare const mantle: Readonly<{
|
|
|
4611
4667
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
4612
4668
|
blockTimeSeconds: 2;
|
|
4613
4669
|
launchTime: 1720101600;
|
|
4670
|
+
transactionType: "eip1559";
|
|
4614
4671
|
sortIndex: 15;
|
|
4615
4672
|
logoUrl: "https://assets.oku.trade/chains/mantle-logo.png";
|
|
4616
4673
|
safeReorgDistance: 90000;
|
|
@@ -4734,6 +4791,7 @@ declare const mantle: Readonly<{
|
|
|
4734
4791
|
readonly name: "MNT";
|
|
4735
4792
|
readonly symbol: "MNT";
|
|
4736
4793
|
};
|
|
4794
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
4737
4795
|
rpcUrls: {
|
|
4738
4796
|
readonly default: {
|
|
4739
4797
|
readonly http: readonly [
|
|
@@ -4752,6 +4810,7 @@ declare const matchain: Readonly<{
|
|
|
4752
4810
|
name: "Matchain";
|
|
4753
4811
|
blockTimeSeconds: 0.5;
|
|
4754
4812
|
launchTime: 1754106070;
|
|
4813
|
+
transactionType: "eip1559";
|
|
4755
4814
|
sortIndex: 15;
|
|
4756
4815
|
blockAid: "";
|
|
4757
4816
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/matchain-logo.svg";
|
|
@@ -4838,6 +4897,7 @@ declare const matchain: Readonly<{
|
|
|
4838
4897
|
readonly symbol: "BNB";
|
|
4839
4898
|
readonly decimals: 18;
|
|
4840
4899
|
};
|
|
4900
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
4841
4901
|
rpcUrls: {
|
|
4842
4902
|
readonly default: {
|
|
4843
4903
|
readonly http: readonly [
|
|
@@ -4855,6 +4915,7 @@ declare const matchain: Readonly<{
|
|
|
4855
4915
|
declare const metal: Readonly<{
|
|
4856
4916
|
blockTimeSeconds: 2;
|
|
4857
4917
|
launchTime: 1733882663;
|
|
4918
|
+
transactionType: "eip1559";
|
|
4858
4919
|
sortIndex: 15;
|
|
4859
4920
|
logoUrl: "https://assets.oku.trade/chains/metal-logo.png";
|
|
4860
4921
|
safeReorgDistance: 90000;
|
|
@@ -4975,6 +5036,7 @@ declare const metal: Readonly<{
|
|
|
4975
5036
|
readonly name: "Ether";
|
|
4976
5037
|
readonly symbol: "ETH";
|
|
4977
5038
|
};
|
|
5039
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
4978
5040
|
rpcUrls: {
|
|
4979
5041
|
readonly default: {
|
|
4980
5042
|
readonly http: readonly [
|
|
@@ -5231,6 +5293,7 @@ declare const moonbeam: Readonly<{
|
|
|
5231
5293
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
5232
5294
|
sortIndex: 12;
|
|
5233
5295
|
launchTime: 1696341600;
|
|
5296
|
+
transactionType: "eip1559";
|
|
5234
5297
|
blockTimeSeconds: 30;
|
|
5235
5298
|
logoUrl: "https://assets.oku.trade/chains/moonbeam-logo.svg";
|
|
5236
5299
|
safeReorgDistance: 90000;
|
|
@@ -5351,6 +5414,7 @@ declare const moonbeam: Readonly<{
|
|
|
5351
5414
|
readonly name: "GLMR";
|
|
5352
5415
|
readonly symbol: "GLMR";
|
|
5353
5416
|
};
|
|
5417
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
5354
5418
|
rpcUrls: {
|
|
5355
5419
|
readonly default: {
|
|
5356
5420
|
readonly http: readonly [
|
|
@@ -5372,6 +5436,7 @@ declare const nibiru: Readonly<{
|
|
|
5372
5436
|
name: "Nibiru";
|
|
5373
5437
|
blockTimeSeconds: 2;
|
|
5374
5438
|
launchTime: 1750705200;
|
|
5439
|
+
transactionType: "eip1559";
|
|
5375
5440
|
sortIndex: 15;
|
|
5376
5441
|
logoUrl: "https://assets.oku.trade/chains/nibiru-logo.svg";
|
|
5377
5442
|
safeReorgDistance: 90000;
|
|
@@ -5465,6 +5530,7 @@ declare const nibiru: Readonly<{
|
|
|
5465
5530
|
readonly name: "NIBI";
|
|
5466
5531
|
readonly symbol: "NIBI";
|
|
5467
5532
|
};
|
|
5533
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
5468
5534
|
rpcUrls: {
|
|
5469
5535
|
readonly default: {
|
|
5470
5536
|
readonly http: readonly [
|
|
@@ -5484,6 +5550,7 @@ declare const optimism: Readonly<{
|
|
|
5484
5550
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
5485
5551
|
blockTimeSeconds: 0.5;
|
|
5486
5552
|
launchTime: 1688997600;
|
|
5553
|
+
transactionType: "eip1559";
|
|
5487
5554
|
sortIndex: 2;
|
|
5488
5555
|
logoUrl: "https://assets.oku.trade/chains/optimism-logo.svg";
|
|
5489
5556
|
safeReorgDistance: 90000;
|
|
@@ -5691,6 +5758,7 @@ declare const optimism: Readonly<{
|
|
|
5691
5758
|
readonly symbol: "ETH";
|
|
5692
5759
|
readonly decimals: 18;
|
|
5693
5760
|
};
|
|
5761
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
5694
5762
|
rpcUrls: {
|
|
5695
5763
|
readonly default: {
|
|
5696
5764
|
readonly http: readonly [
|
|
@@ -5944,6 +6012,7 @@ declare const polygon: Readonly<{
|
|
|
5944
6012
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
5945
6013
|
blockTimeSeconds: 2;
|
|
5946
6014
|
launchTime: 1688997600;
|
|
6015
|
+
transactionType: "eip1559";
|
|
5947
6016
|
sortIndex: 3;
|
|
5948
6017
|
logoUrl: "https://assets.oku.trade/chains/polygon-logo.webp";
|
|
5949
6018
|
safeReorgDistance: 90000;
|
|
@@ -6112,6 +6181,7 @@ declare const polygon: Readonly<{
|
|
|
6112
6181
|
readonly symbol: "POL";
|
|
6113
6182
|
readonly decimals: 18;
|
|
6114
6183
|
};
|
|
6184
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
6115
6185
|
rpcUrls: {
|
|
6116
6186
|
readonly default: {
|
|
6117
6187
|
readonly http: readonly [
|
|
@@ -6130,6 +6200,7 @@ declare const redbelly: Readonly<{
|
|
|
6130
6200
|
name: "Redbelly";
|
|
6131
6201
|
blockTimeSeconds: 5;
|
|
6132
6202
|
launchTime: 1741362479;
|
|
6203
|
+
transactionType: "eip1559";
|
|
6133
6204
|
sortIndex: 15;
|
|
6134
6205
|
logoUrl: "https://assets.oku.trade/chains/redbelly-logo.svg";
|
|
6135
6206
|
safeReorgDistance: 90000;
|
|
@@ -6220,6 +6291,7 @@ declare const redbelly: Readonly<{
|
|
|
6220
6291
|
readonly symbol: "RBNT";
|
|
6221
6292
|
readonly decimals: 18;
|
|
6222
6293
|
};
|
|
6294
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
6223
6295
|
rpcUrls: {
|
|
6224
6296
|
readonly default: {
|
|
6225
6297
|
readonly http: readonly [
|
|
@@ -6237,6 +6309,7 @@ declare const redbelly: Readonly<{
|
|
|
6237
6309
|
declare const rootstock: Readonly<{
|
|
6238
6310
|
sortIndex: 7;
|
|
6239
6311
|
launchTime: 1702479600;
|
|
6312
|
+
transactionType: "legacy";
|
|
6240
6313
|
name: "Rootstock";
|
|
6241
6314
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
6242
6315
|
blockTimeSeconds: 33;
|
|
@@ -6361,6 +6434,7 @@ declare const rootstock: Readonly<{
|
|
|
6361
6434
|
readonly name: "Rootstock Bitcoin";
|
|
6362
6435
|
readonly symbol: "RBTC";
|
|
6363
6436
|
};
|
|
6437
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
6364
6438
|
rpcUrls: {
|
|
6365
6439
|
readonly default: {
|
|
6366
6440
|
readonly http: readonly [
|
|
@@ -6380,6 +6454,7 @@ declare const saga: Readonly<{
|
|
|
6380
6454
|
name: "Saga EVM";
|
|
6381
6455
|
blockTimeSeconds: 5;
|
|
6382
6456
|
launchTime: 1740384000;
|
|
6457
|
+
transactionType: "eip1559";
|
|
6383
6458
|
sortIndex: 13;
|
|
6384
6459
|
logoUrl: "https://assets.oku.trade/chains/saga-logo.png";
|
|
6385
6460
|
safeReorgDistance: 90000;
|
|
@@ -6478,6 +6553,7 @@ declare const saga: Readonly<{
|
|
|
6478
6553
|
readonly name: "gas";
|
|
6479
6554
|
readonly symbol: "GAS";
|
|
6480
6555
|
};
|
|
6556
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
6481
6557
|
sourceId?: number | undefined | undefined | undefined;
|
|
6482
6558
|
testnet?: boolean | undefined | undefined | undefined;
|
|
6483
6559
|
custom?: Record<string, unknown> | undefined;
|
|
@@ -6490,6 +6566,7 @@ declare const scroll: Readonly<{
|
|
|
6490
6566
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
6491
6567
|
sortIndex: 5;
|
|
6492
6568
|
launchTime: 1703257200;
|
|
6569
|
+
transactionType: "eip1559";
|
|
6493
6570
|
blockTimeSeconds: 3;
|
|
6494
6571
|
logoUrl: "https://assets.oku.trade/chains/scroll-logo.png";
|
|
6495
6572
|
safeReorgDistance: 90000;
|
|
@@ -6624,6 +6701,7 @@ declare const scroll: Readonly<{
|
|
|
6624
6701
|
readonly symbol: "ETH";
|
|
6625
6702
|
readonly decimals: 18;
|
|
6626
6703
|
};
|
|
6704
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
6627
6705
|
rpcUrls: {
|
|
6628
6706
|
readonly default: {
|
|
6629
6707
|
readonly http: readonly [
|
|
@@ -6645,6 +6723,7 @@ declare const sei: Readonly<{
|
|
|
6645
6723
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
6646
6724
|
blockTimeSeconds: 0.4;
|
|
6647
6725
|
launchTime: 1687788000;
|
|
6726
|
+
transactionType: "eip1559";
|
|
6648
6727
|
sortIndex: 5;
|
|
6649
6728
|
logoUrl: "https://assets.oku.trade/chains/sei-logo.svg";
|
|
6650
6729
|
safeReorgDistance: 90000;
|
|
@@ -6776,6 +6855,7 @@ declare const sei: Readonly<{
|
|
|
6776
6855
|
readonly symbol: "SEI";
|
|
6777
6856
|
readonly decimals: 18;
|
|
6778
6857
|
};
|
|
6858
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
6779
6859
|
rpcUrls: {
|
|
6780
6860
|
readonly default: {
|
|
6781
6861
|
readonly http: readonly [
|
|
@@ -6796,6 +6876,7 @@ declare const sei: Readonly<{
|
|
|
6796
6876
|
declare const sonic: Readonly<{
|
|
6797
6877
|
blockTimeSeconds: 3;
|
|
6798
6878
|
launchTime: 1737165834;
|
|
6879
|
+
transactionType: "eip1559";
|
|
6799
6880
|
sortIndex: 15;
|
|
6800
6881
|
logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg";
|
|
6801
6882
|
safeReorgDistance: 90000;
|
|
@@ -6919,6 +7000,7 @@ declare const sonic: Readonly<{
|
|
|
6919
7000
|
readonly name: "Sonic";
|
|
6920
7001
|
readonly symbol: "S";
|
|
6921
7002
|
};
|
|
7003
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
6922
7004
|
rpcUrls: {
|
|
6923
7005
|
readonly default: {
|
|
6924
7006
|
readonly http: readonly [
|
|
@@ -6937,6 +7019,7 @@ declare const taiko: Readonly<{
|
|
|
6937
7019
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
6938
7020
|
blockTimeSeconds: 24;
|
|
6939
7021
|
launchTime: 1717509600;
|
|
7022
|
+
transactionType: "eip1559";
|
|
6940
7023
|
sortIndex: 4;
|
|
6941
7024
|
logoUrl: "https://assets.oku.trade/chains/taiko-logo.svg";
|
|
6942
7025
|
safeReorgDistance: 90000;
|
|
@@ -7059,6 +7142,7 @@ declare const taiko: Readonly<{
|
|
|
7059
7142
|
readonly name: "Ether";
|
|
7060
7143
|
readonly symbol: "ETH";
|
|
7061
7144
|
};
|
|
7145
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
7062
7146
|
rpcUrls: {
|
|
7063
7147
|
readonly default: {
|
|
7064
7148
|
readonly http: readonly [
|
|
@@ -7079,6 +7163,7 @@ declare const taiko: Readonly<{
|
|
|
7079
7163
|
declare const telos: Readonly<{
|
|
7080
7164
|
blockTimeSeconds: 0.5;
|
|
7081
7165
|
launchTime: 1743089303;
|
|
7166
|
+
transactionType: "eip1559";
|
|
7082
7167
|
sortIndex: 13;
|
|
7083
7168
|
logoUrl: "https://assets.oku.trade/chains/telos-logo.svg";
|
|
7084
7169
|
safeReorgDistance: 90000;
|
|
@@ -7189,6 +7274,7 @@ declare const telos: Readonly<{
|
|
|
7189
7274
|
readonly name: "Telos";
|
|
7190
7275
|
readonly symbol: "TLOS";
|
|
7191
7276
|
};
|
|
7277
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
7192
7278
|
rpcUrls: {
|
|
7193
7279
|
readonly default: {
|
|
7194
7280
|
readonly http: readonly [
|
|
@@ -7207,6 +7293,7 @@ declare const tronShasta: Readonly<{
|
|
|
7207
7293
|
name: "Tron Shasta";
|
|
7208
7294
|
blockTimeSeconds: 5;
|
|
7209
7295
|
launchTime: 1746055290;
|
|
7296
|
+
transactionType: "eip1559";
|
|
7210
7297
|
sortIndex: 15;
|
|
7211
7298
|
blockAid: "";
|
|
7212
7299
|
logoUrl: "https://assets.oku.trade/chains/tron.png";
|
|
@@ -7278,6 +7365,7 @@ declare const tronShasta: Readonly<{
|
|
|
7278
7365
|
readonly symbol: "TRX";
|
|
7279
7366
|
readonly decimals: 6;
|
|
7280
7367
|
};
|
|
7368
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
7281
7369
|
rpcUrls: {
|
|
7282
7370
|
readonly default: {
|
|
7283
7371
|
readonly http: readonly [
|
|
@@ -7296,6 +7384,7 @@ declare const unichain: Readonly<{
|
|
|
7296
7384
|
name: "Unichain";
|
|
7297
7385
|
blockTimeSeconds: 1;
|
|
7298
7386
|
launchTime: 1750384728;
|
|
7387
|
+
transactionType: "eip1559";
|
|
7299
7388
|
sortIndex: 15;
|
|
7300
7389
|
logoUrl: "https://assets.oku.trade/chains/unichain-logo.svg";
|
|
7301
7390
|
safeReorgDistance: 90000;
|
|
@@ -7435,6 +7524,7 @@ declare const unichain: Readonly<{
|
|
|
7435
7524
|
readonly symbol: "ETH";
|
|
7436
7525
|
readonly decimals: 18;
|
|
7437
7526
|
};
|
|
7527
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
7438
7528
|
rpcUrls: {
|
|
7439
7529
|
readonly default: {
|
|
7440
7530
|
readonly http: readonly [
|
|
@@ -7687,6 +7777,7 @@ declare const unichain: Readonly<{
|
|
|
7687
7777
|
declare const worldchain: Readonly<{
|
|
7688
7778
|
blockTimeSeconds: 2;
|
|
7689
7779
|
launchTime: 0;
|
|
7780
|
+
transactionType: "eip1559";
|
|
7690
7781
|
sortIndex: 15;
|
|
7691
7782
|
logoUrl: "https://assets.oku.trade/chains/world-logo.png";
|
|
7692
7783
|
safeReorgDistance: 90000;
|
|
@@ -7827,6 +7918,7 @@ declare const worldchain: Readonly<{
|
|
|
7827
7918
|
readonly symbol: "ETH";
|
|
7828
7919
|
readonly decimals: 18;
|
|
7829
7920
|
};
|
|
7921
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
7830
7922
|
rpcUrls: {
|
|
7831
7923
|
readonly default: {
|
|
7832
7924
|
readonly http: readonly [
|
|
@@ -8086,6 +8178,7 @@ declare const xdc: Readonly<{
|
|
|
8086
8178
|
};
|
|
8087
8179
|
blockTimeSeconds: 2;
|
|
8088
8180
|
launchTime: 1746453600;
|
|
8181
|
+
transactionType: "eip1559";
|
|
8089
8182
|
sortIndex: 15;
|
|
8090
8183
|
logoUrl: "https://assets.oku.trade/chains/xdc-logo.png";
|
|
8091
8184
|
safeReorgDistance: 90000;
|
|
@@ -8181,6 +8274,7 @@ declare const xdc: Readonly<{
|
|
|
8181
8274
|
readonly name: "XDC";
|
|
8182
8275
|
readonly symbol: "XDC";
|
|
8183
8276
|
};
|
|
8277
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
8184
8278
|
sourceId?: number | undefined | undefined | undefined;
|
|
8185
8279
|
testnet?: boolean | undefined | undefined | undefined;
|
|
8186
8280
|
custom?: Record<string, unknown> | undefined;
|
|
@@ -8192,6 +8286,7 @@ declare const polygonZkEvm: Readonly<{
|
|
|
8192
8286
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
8193
8287
|
sortIndex: 6;
|
|
8194
8288
|
launchTime: 1722520800;
|
|
8289
|
+
transactionType: "eip1559";
|
|
8195
8290
|
blockTimeSeconds: 7;
|
|
8196
8291
|
logoUrl: "https://assets.oku.trade/chains/zkevm-logo.svg";
|
|
8197
8292
|
safeReorgDistance: 90000;
|
|
@@ -8307,6 +8402,7 @@ declare const polygonZkEvm: Readonly<{
|
|
|
8307
8402
|
readonly symbol: "ETH";
|
|
8308
8403
|
readonly decimals: 18;
|
|
8309
8404
|
};
|
|
8405
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
8310
8406
|
rpcUrls: {
|
|
8311
8407
|
readonly default: {
|
|
8312
8408
|
readonly http: readonly [
|
|
@@ -8325,6 +8421,7 @@ declare const zkSync: Readonly<{
|
|
|
8325
8421
|
blockTimeSeconds: 2;
|
|
8326
8422
|
sortIndex: 4;
|
|
8327
8423
|
launchTime: 1696514400;
|
|
8424
|
+
transactionType: "eip1559";
|
|
8328
8425
|
logoUrl: "https://assets.oku.trade/chains/zksync-logo.svg";
|
|
8329
8426
|
safeReorgDistance: 90000;
|
|
8330
8427
|
blockAid: "zksync";
|
|
@@ -8450,6 +8547,7 @@ declare const zkSync: Readonly<{
|
|
|
8450
8547
|
readonly name: "Ether";
|
|
8451
8548
|
readonly symbol: "ETH";
|
|
8452
8549
|
};
|
|
8550
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
8453
8551
|
rpcUrls: {
|
|
8454
8552
|
readonly default: {
|
|
8455
8553
|
readonly http: readonly [
|
|
@@ -8985,6 +9083,7 @@ interface IChainInfo<formatters extends ChainFormatters | undefined = ChainForma
|
|
|
8985
9083
|
safeReorgDistance?: number;
|
|
8986
9084
|
defaultPool: Address;
|
|
8987
9085
|
internalName: string;
|
|
9086
|
+
transactionType: string;
|
|
8988
9087
|
defaultToken0: Address;
|
|
8989
9088
|
defaultToken1: Address;
|
|
8990
9089
|
blockAid: string;
|
|
@@ -9026,6 +9125,7 @@ interface IChainInfo<formatters extends ChainFormatters | undefined = ChainForma
|
|
|
9026
9125
|
declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
9027
9126
|
name: "Arbitrum";
|
|
9028
9127
|
launchTime: 1688997600;
|
|
9128
|
+
transactionType: "eip1559";
|
|
9029
9129
|
sortIndex: 1;
|
|
9030
9130
|
blockTimeSeconds: 0.25;
|
|
9031
9131
|
logoUrl: "https://assets.oku.trade/chains/arbitrum-logo.svg";
|
|
@@ -9196,7 +9296,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9196
9296
|
readonly apiUrl: "https://api.arbiscan.io/api";
|
|
9197
9297
|
};
|
|
9198
9298
|
};
|
|
9199
|
-
blockTime
|
|
9299
|
+
blockTime: 250;
|
|
9200
9300
|
ensTlds?: readonly string[] | undefined;
|
|
9201
9301
|
id: 42161;
|
|
9202
9302
|
nativeCurrency: {
|
|
@@ -9204,6 +9304,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9204
9304
|
readonly symbol: "ETH";
|
|
9205
9305
|
readonly decimals: 18;
|
|
9206
9306
|
};
|
|
9307
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
9207
9308
|
rpcUrls: {
|
|
9208
9309
|
readonly default: {
|
|
9209
9310
|
readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
|
|
@@ -9218,6 +9319,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9218
9319
|
}>, Readonly<{
|
|
9219
9320
|
sortIndex: 8;
|
|
9220
9321
|
launchTime: 1707321600;
|
|
9322
|
+
transactionType: "eip1559";
|
|
9221
9323
|
blockTimeSeconds: 2;
|
|
9222
9324
|
logoUrl: "https://assets.oku.trade/chains/base-logo.svg";
|
|
9223
9325
|
blockAid: "base";
|
|
@@ -9421,6 +9523,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9421
9523
|
readonly symbol: "ETH";
|
|
9422
9524
|
readonly decimals: 18;
|
|
9423
9525
|
};
|
|
9526
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
9424
9527
|
rpcUrls: {
|
|
9425
9528
|
readonly default: {
|
|
9426
9529
|
readonly http: readonly ["https://mainnet.base.org"];
|
|
@@ -9667,6 +9770,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9667
9770
|
}>, Readonly<{
|
|
9668
9771
|
name: "Boba";
|
|
9669
9772
|
launchTime: 1690297200;
|
|
9773
|
+
transactionType: "eip1559";
|
|
9670
9774
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
9671
9775
|
sortIndex: 11;
|
|
9672
9776
|
blockTimeSeconds: 2;
|
|
@@ -9780,6 +9884,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9780
9884
|
blockTime?: number | undefined | undefined | undefined;
|
|
9781
9885
|
ensTlds?: readonly string[] | undefined;
|
|
9782
9886
|
id: 288;
|
|
9887
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
9783
9888
|
rpcUrls: {
|
|
9784
9889
|
readonly default: {
|
|
9785
9890
|
readonly http: readonly ["https://mainnet.boba.network"];
|
|
@@ -9794,6 +9899,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9794
9899
|
}>, Readonly<{
|
|
9795
9900
|
blockTimeSeconds: 2;
|
|
9796
9901
|
launchTime: 1719410400;
|
|
9902
|
+
transactionType: "eip1559";
|
|
9797
9903
|
sortIndex: 14;
|
|
9798
9904
|
logoUrl: "https://assets.oku.trade/chains/blast-logo.svg";
|
|
9799
9905
|
safeReorgDistance: 90000;
|
|
@@ -9892,6 +9998,24 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9892
9998
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
9893
9999
|
readonly blockCreated: 212929;
|
|
9894
10000
|
};
|
|
10001
|
+
l2OutputOracle: {
|
|
10002
|
+
readonly 1: {
|
|
10003
|
+
readonly address: "0x826D1B0D4111Ad9146Eb8941D7Ca2B6a44215c76";
|
|
10004
|
+
readonly blockCreated: 19300358;
|
|
10005
|
+
};
|
|
10006
|
+
};
|
|
10007
|
+
portal: {
|
|
10008
|
+
readonly 1: {
|
|
10009
|
+
readonly address: "0x0Ec68c5B10F21EFFb74f2A5C61DFe6b08C0Db6Cb";
|
|
10010
|
+
readonly blockCreated: 19300357;
|
|
10011
|
+
};
|
|
10012
|
+
};
|
|
10013
|
+
l1StandardBridge: {
|
|
10014
|
+
readonly 1: {
|
|
10015
|
+
readonly address: "0x697402166Fbf2F22E970df8a6486Ef171dbfc524";
|
|
10016
|
+
readonly blockCreated: 19300360;
|
|
10017
|
+
};
|
|
10018
|
+
};
|
|
9895
10019
|
gasPriceOracle: {
|
|
9896
10020
|
readonly address: "0x420000000000000000000000000000000000000F";
|
|
9897
10021
|
};
|
|
@@ -9927,6 +10051,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9927
10051
|
readonly name: "Ether";
|
|
9928
10052
|
readonly symbol: "ETH";
|
|
9929
10053
|
};
|
|
10054
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
9930
10055
|
rpcUrls: {
|
|
9931
10056
|
readonly default: {
|
|
9932
10057
|
readonly http: readonly ["https://rpc.blast.io"];
|
|
@@ -10173,6 +10298,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10173
10298
|
}>, Readonly<{
|
|
10174
10299
|
name: "BSC";
|
|
10175
10300
|
launchTime: 1689346800;
|
|
10301
|
+
transactionType: "eip1559";
|
|
10176
10302
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
10177
10303
|
sortIndex: 9;
|
|
10178
10304
|
blockTimeSeconds: 3;
|
|
@@ -10330,6 +10456,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10330
10456
|
readonly name: "BNB";
|
|
10331
10457
|
readonly symbol: "BNB";
|
|
10332
10458
|
};
|
|
10459
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
10333
10460
|
rpcUrls: {
|
|
10334
10461
|
readonly default: {
|
|
10335
10462
|
readonly http: readonly ["https://56.rpc.thirdweb.com"];
|
|
@@ -10344,6 +10471,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10344
10471
|
}>, Readonly<{
|
|
10345
10472
|
sortIndex: 10;
|
|
10346
10473
|
launchTime: 1677600000;
|
|
10474
|
+
transactionType: "legacy";
|
|
10347
10475
|
name: "Filecoin";
|
|
10348
10476
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
10349
10477
|
blockTimeSeconds: 30;
|
|
@@ -10460,6 +10588,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10460
10588
|
readonly name: "filecoin";
|
|
10461
10589
|
readonly symbol: "FIL";
|
|
10462
10590
|
};
|
|
10591
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
10463
10592
|
rpcUrls: {
|
|
10464
10593
|
readonly default: {
|
|
10465
10594
|
readonly http: readonly ["https://api.node.glif.io/rpc/v1"];
|
|
@@ -10475,6 +10604,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10475
10604
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
10476
10605
|
sortIndex: 0;
|
|
10477
10606
|
launchTime: 1688997600;
|
|
10607
|
+
transactionType: "eip1559";
|
|
10478
10608
|
blockTimeSeconds: 15;
|
|
10479
10609
|
safeReorgDistance: 90000;
|
|
10480
10610
|
logoUrl: "https://assets.oku.trade/chains/ethereum-logo.webp";
|
|
@@ -10668,6 +10798,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10668
10798
|
readonly symbol: "ETH";
|
|
10669
10799
|
readonly decimals: 18;
|
|
10670
10800
|
};
|
|
10801
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
10671
10802
|
sourceId?: number | undefined | undefined | undefined;
|
|
10672
10803
|
testnet?: boolean | undefined | undefined | undefined;
|
|
10673
10804
|
custom?: Record<string, unknown> | undefined;
|
|
@@ -10678,6 +10809,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10678
10809
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
10679
10810
|
sortIndex: 12;
|
|
10680
10811
|
launchTime: 1696341600;
|
|
10812
|
+
transactionType: "eip1559";
|
|
10681
10813
|
blockTimeSeconds: 30;
|
|
10682
10814
|
logoUrl: "https://assets.oku.trade/chains/moonbeam-logo.svg";
|
|
10683
10815
|
safeReorgDistance: 90000;
|
|
@@ -10798,6 +10930,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10798
10930
|
readonly name: "GLMR";
|
|
10799
10931
|
readonly symbol: "GLMR";
|
|
10800
10932
|
};
|
|
10933
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
10801
10934
|
rpcUrls: {
|
|
10802
10935
|
readonly default: {
|
|
10803
10936
|
readonly http: readonly ["https://moonbeam.public.blastapi.io"];
|
|
@@ -10815,6 +10948,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10815
10948
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
10816
10949
|
blockTimeSeconds: 0.5;
|
|
10817
10950
|
launchTime: 1688997600;
|
|
10951
|
+
transactionType: "eip1559";
|
|
10818
10952
|
sortIndex: 2;
|
|
10819
10953
|
logoUrl: "https://assets.oku.trade/chains/optimism-logo.svg";
|
|
10820
10954
|
safeReorgDistance: 90000;
|
|
@@ -11022,6 +11156,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11022
11156
|
readonly symbol: "ETH";
|
|
11023
11157
|
readonly decimals: 18;
|
|
11024
11158
|
};
|
|
11159
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
11025
11160
|
rpcUrls: {
|
|
11026
11161
|
readonly default: {
|
|
11027
11162
|
readonly http: readonly ["https://mainnet.optimism.io"];
|
|
@@ -11269,6 +11404,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11269
11404
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
11270
11405
|
blockTimeSeconds: 2;
|
|
11271
11406
|
launchTime: 1688997600;
|
|
11407
|
+
transactionType: "eip1559";
|
|
11272
11408
|
sortIndex: 3;
|
|
11273
11409
|
logoUrl: "https://assets.oku.trade/chains/polygon-logo.webp";
|
|
11274
11410
|
safeReorgDistance: 90000;
|
|
@@ -11437,6 +11573,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11437
11573
|
readonly symbol: "POL";
|
|
11438
11574
|
readonly decimals: 18;
|
|
11439
11575
|
};
|
|
11576
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
11440
11577
|
rpcUrls: {
|
|
11441
11578
|
readonly default: {
|
|
11442
11579
|
readonly http: readonly ["https://polygon-rpc.com"];
|
|
@@ -11451,6 +11588,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11451
11588
|
}>, Readonly<{
|
|
11452
11589
|
sortIndex: 7;
|
|
11453
11590
|
launchTime: 1702479600;
|
|
11591
|
+
transactionType: "legacy";
|
|
11454
11592
|
name: "Rootstock";
|
|
11455
11593
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
11456
11594
|
blockTimeSeconds: 33;
|
|
@@ -11575,6 +11713,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11575
11713
|
readonly name: "Rootstock Bitcoin";
|
|
11576
11714
|
readonly symbol: "RBTC";
|
|
11577
11715
|
};
|
|
11716
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
11578
11717
|
rpcUrls: {
|
|
11579
11718
|
readonly default: {
|
|
11580
11719
|
readonly http: readonly ["https://public-node.rsk.co"];
|
|
@@ -11591,6 +11730,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11591
11730
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
11592
11731
|
sortIndex: 5;
|
|
11593
11732
|
launchTime: 1703257200;
|
|
11733
|
+
transactionType: "eip1559";
|
|
11594
11734
|
blockTimeSeconds: 3;
|
|
11595
11735
|
logoUrl: "https://assets.oku.trade/chains/scroll-logo.png";
|
|
11596
11736
|
safeReorgDistance: 90000;
|
|
@@ -11725,6 +11865,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11725
11865
|
readonly symbol: "ETH";
|
|
11726
11866
|
readonly decimals: 18;
|
|
11727
11867
|
};
|
|
11868
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
11728
11869
|
rpcUrls: {
|
|
11729
11870
|
readonly default: {
|
|
11730
11871
|
readonly http: readonly ["https://rpc.scroll.io"];
|
|
@@ -11741,6 +11882,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11741
11882
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
11742
11883
|
sortIndex: 6;
|
|
11743
11884
|
launchTime: 1722520800;
|
|
11885
|
+
transactionType: "eip1559";
|
|
11744
11886
|
blockTimeSeconds: 7;
|
|
11745
11887
|
logoUrl: "https://assets.oku.trade/chains/zkevm-logo.svg";
|
|
11746
11888
|
safeReorgDistance: 90000;
|
|
@@ -11856,6 +11998,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11856
11998
|
readonly symbol: "ETH";
|
|
11857
11999
|
readonly decimals: 18;
|
|
11858
12000
|
};
|
|
12001
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
11859
12002
|
rpcUrls: {
|
|
11860
12003
|
readonly default: {
|
|
11861
12004
|
readonly http: readonly ["https://zkevm-rpc.com"];
|
|
@@ -11871,6 +12014,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11871
12014
|
blockTimeSeconds: 2;
|
|
11872
12015
|
sortIndex: 4;
|
|
11873
12016
|
launchTime: 1696514400;
|
|
12017
|
+
transactionType: "eip1559";
|
|
11874
12018
|
logoUrl: "https://assets.oku.trade/chains/zksync-logo.svg";
|
|
11875
12019
|
safeReorgDistance: 90000;
|
|
11876
12020
|
blockAid: "zksync";
|
|
@@ -11996,6 +12140,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11996
12140
|
readonly name: "Ether";
|
|
11997
12141
|
readonly symbol: "ETH";
|
|
11998
12142
|
};
|
|
12143
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
11999
12144
|
rpcUrls: {
|
|
12000
12145
|
readonly default: {
|
|
12001
12146
|
readonly http: readonly ["https://mainnet.era.zksync.io"];
|
|
@@ -12383,6 +12528,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12383
12528
|
}>, Readonly<{
|
|
12384
12529
|
name: "Manta Pacific";
|
|
12385
12530
|
launchTime: 1709910000;
|
|
12531
|
+
transactionType: "eip1559";
|
|
12386
12532
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
12387
12533
|
blockTimeSeconds: 2;
|
|
12388
12534
|
sortIndex: 13;
|
|
@@ -12492,6 +12638,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12492
12638
|
readonly name: "ETH";
|
|
12493
12639
|
readonly symbol: "ETH";
|
|
12494
12640
|
};
|
|
12641
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
12495
12642
|
rpcUrls: {
|
|
12496
12643
|
readonly default: {
|
|
12497
12644
|
readonly http: readonly ["https://pacific-rpc.manta.network/http"];
|
|
@@ -12507,6 +12654,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12507
12654
|
}>, Readonly<{
|
|
12508
12655
|
name: "Linea";
|
|
12509
12656
|
launchTime: 1713362400;
|
|
12657
|
+
transactionType: "eip1559";
|
|
12510
12658
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
12511
12659
|
blockTimeSeconds: 2;
|
|
12512
12660
|
sortIndex: 15;
|
|
@@ -12652,6 +12800,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12652
12800
|
readonly symbol: "ETH";
|
|
12653
12801
|
readonly decimals: 18;
|
|
12654
12802
|
};
|
|
12803
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
12655
12804
|
rpcUrls: {
|
|
12656
12805
|
readonly default: {
|
|
12657
12806
|
readonly http: readonly ["https://rpc.linea.build"];
|
|
@@ -12671,6 +12820,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12671
12820
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
12672
12821
|
blockTimeSeconds: 24;
|
|
12673
12822
|
launchTime: 1717509600;
|
|
12823
|
+
transactionType: "eip1559";
|
|
12674
12824
|
sortIndex: 4;
|
|
12675
12825
|
logoUrl: "https://assets.oku.trade/chains/taiko-logo.svg";
|
|
12676
12826
|
safeReorgDistance: 90000;
|
|
@@ -12793,6 +12943,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12793
12943
|
readonly name: "Ether";
|
|
12794
12944
|
readonly symbol: "ETH";
|
|
12795
12945
|
};
|
|
12946
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
12796
12947
|
rpcUrls: {
|
|
12797
12948
|
readonly default: {
|
|
12798
12949
|
readonly http: readonly ["https://rpc.mainnet.taiko.xyz"];
|
|
@@ -12809,6 +12960,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12809
12960
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
12810
12961
|
blockTimeSeconds: 2;
|
|
12811
12962
|
launchTime: 1720101600;
|
|
12963
|
+
transactionType: "eip1559";
|
|
12812
12964
|
sortIndex: 15;
|
|
12813
12965
|
logoUrl: "https://assets.oku.trade/chains/mantle-logo.png";
|
|
12814
12966
|
safeReorgDistance: 90000;
|
|
@@ -12932,6 +13084,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12932
13084
|
readonly name: "MNT";
|
|
12933
13085
|
readonly symbol: "MNT";
|
|
12934
13086
|
};
|
|
13087
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
12935
13088
|
rpcUrls: {
|
|
12936
13089
|
readonly default: {
|
|
12937
13090
|
readonly http: readonly ["https://rpc.mantle.xyz"];
|
|
@@ -12947,6 +13100,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12947
13100
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
12948
13101
|
blockTimeSeconds: 0.4;
|
|
12949
13102
|
launchTime: 1687788000;
|
|
13103
|
+
transactionType: "eip1559";
|
|
12950
13104
|
sortIndex: 5;
|
|
12951
13105
|
logoUrl: "https://assets.oku.trade/chains/sei-logo.svg";
|
|
12952
13106
|
safeReorgDistance: 90000;
|
|
@@ -13078,6 +13232,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13078
13232
|
readonly symbol: "SEI";
|
|
13079
13233
|
readonly decimals: 18;
|
|
13080
13234
|
};
|
|
13235
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
13081
13236
|
rpcUrls: {
|
|
13082
13237
|
readonly default: {
|
|
13083
13238
|
readonly http: readonly ["https://evm-rpc.sei-apis.com/"];
|
|
@@ -13093,6 +13248,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13093
13248
|
}>, Readonly<{
|
|
13094
13249
|
blockTimeSeconds: 2;
|
|
13095
13250
|
launchTime: 1724076000;
|
|
13251
|
+
transactionType: "eip1559";
|
|
13096
13252
|
sortIndex: 15;
|
|
13097
13253
|
logoUrl: "https://assets.oku.trade/chains/lisk-logo.png";
|
|
13098
13254
|
safeReorgDistance: 90000;
|
|
@@ -13220,6 +13376,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13220
13376
|
readonly name: "Ether";
|
|
13221
13377
|
readonly symbol: "ETH";
|
|
13222
13378
|
};
|
|
13379
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
13223
13380
|
rpcUrls: {
|
|
13224
13381
|
readonly default: {
|
|
13225
13382
|
readonly http: readonly ["https://rpc.api.lisk.com"];
|
|
@@ -13467,6 +13624,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13467
13624
|
}>, Readonly<{
|
|
13468
13625
|
blockTimeSeconds: 2;
|
|
13469
13626
|
launchTime: 1727359200;
|
|
13627
|
+
transactionType: "eip1559";
|
|
13470
13628
|
sortIndex: 15;
|
|
13471
13629
|
logoUrl: "https://assets.oku.trade/chains/bob-logo.svg";
|
|
13472
13630
|
safeReorgDistance: 90000;
|
|
@@ -13615,6 +13773,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13615
13773
|
readonly name: "ETH";
|
|
13616
13774
|
readonly symbol: "ETH";
|
|
13617
13775
|
};
|
|
13776
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
13618
13777
|
rpcUrls: {
|
|
13619
13778
|
readonly default: {
|
|
13620
13779
|
readonly http: readonly ["https://rpc.gobob.xyz"];
|
|
@@ -13862,6 +14021,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13862
14021
|
}>, Readonly<{
|
|
13863
14022
|
blockTimeSeconds: 5;
|
|
13864
14023
|
launchTime: 1725890400;
|
|
14024
|
+
transactionType: "eip1559";
|
|
13865
14025
|
sortIndex: 18;
|
|
13866
14026
|
blockAid: "";
|
|
13867
14027
|
logoUrl: "https://assets.oku.trade/chains/gnosis-logo.png";
|
|
@@ -14008,6 +14168,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14008
14168
|
readonly name: "xDAI";
|
|
14009
14169
|
readonly symbol: "XDAI";
|
|
14010
14170
|
};
|
|
14171
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
14011
14172
|
rpcUrls: {
|
|
14012
14173
|
readonly default: {
|
|
14013
14174
|
readonly http: readonly ["https://rpc.gnosischain.com"];
|
|
@@ -14023,6 +14184,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14023
14184
|
}>, Readonly<{
|
|
14024
14185
|
blockTimeSeconds: 2;
|
|
14025
14186
|
launchTime: 1733882663;
|
|
14187
|
+
transactionType: "eip1559";
|
|
14026
14188
|
sortIndex: 15;
|
|
14027
14189
|
logoUrl: "https://assets.oku.trade/chains/metal-logo.png";
|
|
14028
14190
|
safeReorgDistance: 90000;
|
|
@@ -14143,6 +14305,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14143
14305
|
readonly name: "Ether";
|
|
14144
14306
|
readonly symbol: "ETH";
|
|
14145
14307
|
};
|
|
14308
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
14146
14309
|
rpcUrls: {
|
|
14147
14310
|
readonly default: {
|
|
14148
14311
|
readonly http: readonly ["https://rpc.metall2.com"];
|
|
@@ -14391,6 +14554,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14391
14554
|
name: "Corn";
|
|
14392
14555
|
blockTimeSeconds: 35;
|
|
14393
14556
|
launchTime: 1733882663;
|
|
14557
|
+
transactionType: "eip1559";
|
|
14394
14558
|
sortIndex: 15;
|
|
14395
14559
|
logoUrl: "https://assets.oku.trade/chains/corn-logo.png";
|
|
14396
14560
|
safeReorgDistance: 90000;
|
|
@@ -14500,6 +14664,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14500
14664
|
readonly name: "Bitcorn";
|
|
14501
14665
|
readonly symbol: "BTCN";
|
|
14502
14666
|
};
|
|
14667
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
14503
14668
|
rpcUrls: {
|
|
14504
14669
|
readonly default: {
|
|
14505
14670
|
readonly http: readonly ["https://21000000.rpc.thirdweb.com"];
|
|
@@ -14514,6 +14679,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14514
14679
|
}>, Readonly<{
|
|
14515
14680
|
blockTimeSeconds: 3;
|
|
14516
14681
|
launchTime: 1737165834;
|
|
14682
|
+
transactionType: "eip1559";
|
|
14517
14683
|
sortIndex: 15;
|
|
14518
14684
|
logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg";
|
|
14519
14685
|
safeReorgDistance: 90000;
|
|
@@ -14637,6 +14803,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14637
14803
|
readonly name: "Sonic";
|
|
14638
14804
|
readonly symbol: "S";
|
|
14639
14805
|
};
|
|
14806
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
14640
14807
|
rpcUrls: {
|
|
14641
14808
|
readonly default: {
|
|
14642
14809
|
readonly http: readonly ["https://rpc.soniclabs.com"];
|
|
@@ -14651,6 +14818,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14651
14818
|
}>, Readonly<{
|
|
14652
14819
|
blockTimeSeconds: 2;
|
|
14653
14820
|
launchTime: 1737754469;
|
|
14821
|
+
transactionType: "eip1559";
|
|
14654
14822
|
sortIndex: 15;
|
|
14655
14823
|
logoUrl: "https://assets.oku.trade/chains/celo-logo.svg";
|
|
14656
14824
|
safeReorgDistance: 90000;
|
|
@@ -14756,7 +14924,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14756
14924
|
readonly apiUrl: "https://api.celoscan.io/api";
|
|
14757
14925
|
};
|
|
14758
14926
|
};
|
|
14759
|
-
blockTime:
|
|
14927
|
+
blockTime: 1000;
|
|
14760
14928
|
ensTlds?: readonly string[] | undefined;
|
|
14761
14929
|
id: 42220;
|
|
14762
14930
|
name: "Celo";
|
|
@@ -14765,6 +14933,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14765
14933
|
readonly name: "CELO";
|
|
14766
14934
|
readonly symbol: "CELO";
|
|
14767
14935
|
};
|
|
14936
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
14768
14937
|
rpcUrls: {
|
|
14769
14938
|
readonly default: {
|
|
14770
14939
|
readonly http: readonly ["https://forno.celo.org"];
|
|
@@ -15593,6 +15762,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15593
15762
|
}>, Readonly<{
|
|
15594
15763
|
blockTimeSeconds: 12;
|
|
15595
15764
|
launchTime: 1741901593;
|
|
15765
|
+
transactionType: "eip1559";
|
|
15596
15766
|
sortIndex: 13;
|
|
15597
15767
|
logoUrl: "https://assets.oku.trade/chains/hemi-logo.svg";
|
|
15598
15768
|
safeReorgDistance: 90000;
|
|
@@ -15699,6 +15869,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15699
15869
|
readonly symbol: "ETH";
|
|
15700
15870
|
readonly decimals: 18;
|
|
15701
15871
|
};
|
|
15872
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
15702
15873
|
rpcUrls: {
|
|
15703
15874
|
readonly default: {
|
|
15704
15875
|
readonly http: readonly ["https://rpc.hemi.network/rpc"];
|
|
@@ -15714,6 +15885,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15714
15885
|
}>, Readonly<{
|
|
15715
15886
|
blockTimeSeconds: 0.5;
|
|
15716
15887
|
launchTime: 1743089303;
|
|
15888
|
+
transactionType: "eip1559";
|
|
15717
15889
|
sortIndex: 13;
|
|
15718
15890
|
logoUrl: "https://assets.oku.trade/chains/telos-logo.svg";
|
|
15719
15891
|
safeReorgDistance: 90000;
|
|
@@ -15824,6 +15996,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15824
15996
|
readonly name: "Telos";
|
|
15825
15997
|
readonly symbol: "TLOS";
|
|
15826
15998
|
};
|
|
15999
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
15827
16000
|
rpcUrls: {
|
|
15828
16001
|
readonly default: {
|
|
15829
16002
|
readonly http: readonly ["https://rpc.telos.net"];
|
|
@@ -15839,6 +16012,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15839
16012
|
name: "Saga EVM";
|
|
15840
16013
|
blockTimeSeconds: 5;
|
|
15841
16014
|
launchTime: 1740384000;
|
|
16015
|
+
transactionType: "eip1559";
|
|
15842
16016
|
sortIndex: 13;
|
|
15843
16017
|
logoUrl: "https://assets.oku.trade/chains/saga-logo.png";
|
|
15844
16018
|
safeReorgDistance: 90000;
|
|
@@ -15937,6 +16111,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15937
16111
|
readonly name: "gas";
|
|
15938
16112
|
readonly symbol: "GAS";
|
|
15939
16113
|
};
|
|
16114
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
15940
16115
|
sourceId?: number | undefined | undefined | undefined;
|
|
15941
16116
|
testnet?: boolean | undefined | undefined | undefined;
|
|
15942
16117
|
custom?: Record<string, unknown> | undefined;
|
|
@@ -15948,6 +16123,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15948
16123
|
name: "GOAT";
|
|
15949
16124
|
blockTimeSeconds: 3;
|
|
15950
16125
|
launchTime: 1742159744;
|
|
16126
|
+
transactionType: "eip1559";
|
|
15951
16127
|
sortIndex: 15;
|
|
15952
16128
|
logoUrl: "https://assets.oku.trade/chains/goat-logo.svg";
|
|
15953
16129
|
safeReorgDistance: 90000;
|
|
@@ -16045,6 +16221,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16045
16221
|
readonly name: "Bitcoin";
|
|
16046
16222
|
readonly symbol: "BTC";
|
|
16047
16223
|
};
|
|
16224
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
16048
16225
|
rpcUrls: {
|
|
16049
16226
|
readonly default: {
|
|
16050
16227
|
readonly http: readonly ["https://rpc.goat.network"];
|
|
@@ -16060,6 +16237,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16060
16237
|
name: "Redbelly";
|
|
16061
16238
|
blockTimeSeconds: 5;
|
|
16062
16239
|
launchTime: 1741362479;
|
|
16240
|
+
transactionType: "eip1559";
|
|
16063
16241
|
sortIndex: 15;
|
|
16064
16242
|
logoUrl: "https://assets.oku.trade/chains/redbelly-logo.svg";
|
|
16065
16243
|
safeReorgDistance: 90000;
|
|
@@ -16150,6 +16328,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16150
16328
|
readonly symbol: "RBNT";
|
|
16151
16329
|
readonly decimals: 18;
|
|
16152
16330
|
};
|
|
16331
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
16153
16332
|
rpcUrls: {
|
|
16154
16333
|
readonly default: {
|
|
16155
16334
|
readonly http: readonly ["https://governors.mainnet.redbelly.network"];
|
|
@@ -16165,6 +16344,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16165
16344
|
name: "LightLink";
|
|
16166
16345
|
blockTimeSeconds: 0.5;
|
|
16167
16346
|
launchTime: 1741485513;
|
|
16347
|
+
transactionType: "eip1559";
|
|
16168
16348
|
sortIndex: 13;
|
|
16169
16349
|
logoUrl: "https://assets.oku.trade/chains/lightlink-logo.svg";
|
|
16170
16350
|
safeReorgDistance: 90000;
|
|
@@ -16271,6 +16451,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16271
16451
|
readonly name: "Ether";
|
|
16272
16452
|
readonly symbol: "ETH";
|
|
16273
16453
|
};
|
|
16454
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
16274
16455
|
rpcUrls: {
|
|
16275
16456
|
readonly default: {
|
|
16276
16457
|
readonly http: readonly ["https://replicator.phoenix.lightlink.io/rpc/v1"];
|
|
@@ -16286,6 +16467,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16286
16467
|
}>, Readonly<{
|
|
16287
16468
|
blockTimeSeconds: 2;
|
|
16288
16469
|
launchTime: 0;
|
|
16470
|
+
transactionType: "eip1559";
|
|
16289
16471
|
sortIndex: 15;
|
|
16290
16472
|
logoUrl: "https://assets.oku.trade/chains/world-logo.png";
|
|
16291
16473
|
safeReorgDistance: 90000;
|
|
@@ -16426,6 +16608,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16426
16608
|
readonly symbol: "ETH";
|
|
16427
16609
|
readonly decimals: 18;
|
|
16428
16610
|
};
|
|
16611
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
16429
16612
|
rpcUrls: {
|
|
16430
16613
|
readonly default: {
|
|
16431
16614
|
readonly http: readonly ["https://worldchain-mainnet.g.alchemy.com/public"];
|
|
@@ -16679,6 +16862,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16679
16862
|
};
|
|
16680
16863
|
blockTimeSeconds: 2;
|
|
16681
16864
|
launchTime: 1746453600;
|
|
16865
|
+
transactionType: "eip1559";
|
|
16682
16866
|
sortIndex: 15;
|
|
16683
16867
|
logoUrl: "https://assets.oku.trade/chains/xdc-logo.png";
|
|
16684
16868
|
safeReorgDistance: 90000;
|
|
@@ -16774,6 +16958,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16774
16958
|
readonly name: "XDC";
|
|
16775
16959
|
readonly symbol: "XDC";
|
|
16776
16960
|
};
|
|
16961
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
16777
16962
|
sourceId?: number | undefined | undefined | undefined;
|
|
16778
16963
|
testnet?: boolean | undefined | undefined | undefined;
|
|
16779
16964
|
custom?: Record<string, unknown> | undefined;
|
|
@@ -16784,6 +16969,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16784
16969
|
name: "Tron Shasta";
|
|
16785
16970
|
blockTimeSeconds: 5;
|
|
16786
16971
|
launchTime: 1746055290;
|
|
16972
|
+
transactionType: "eip1559";
|
|
16787
16973
|
sortIndex: 15;
|
|
16788
16974
|
blockAid: "";
|
|
16789
16975
|
logoUrl: "https://assets.oku.trade/chains/tron.png";
|
|
@@ -16855,6 +17041,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16855
17041
|
readonly symbol: "TRX";
|
|
16856
17042
|
readonly decimals: 6;
|
|
16857
17043
|
};
|
|
17044
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
16858
17045
|
rpcUrls: {
|
|
16859
17046
|
readonly default: {
|
|
16860
17047
|
readonly http: readonly ["https://api.shasta.trongrid.io/jsonrpc"];
|
|
@@ -16870,6 +17057,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16870
17057
|
name: "Lens";
|
|
16871
17058
|
blockTimeSeconds: 2;
|
|
16872
17059
|
launchTime: 1746050531;
|
|
17060
|
+
transactionType: "eip1559";
|
|
16873
17061
|
sortIndex: 15;
|
|
16874
17062
|
blockAid: "";
|
|
16875
17063
|
logoUrl: "https://assets.oku.trade/chains/lens-logo.png";
|
|
@@ -16962,6 +17150,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16962
17150
|
readonly symbol: "GHO";
|
|
16963
17151
|
readonly decimals: 18;
|
|
16964
17152
|
};
|
|
17153
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
16965
17154
|
rpcUrls: {
|
|
16966
17155
|
readonly default: {
|
|
16967
17156
|
readonly http: readonly ["https://rpc.lens.xyz"];
|
|
@@ -16977,6 +17166,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16977
17166
|
name: "Nibiru";
|
|
16978
17167
|
blockTimeSeconds: 2;
|
|
16979
17168
|
launchTime: 1750705200;
|
|
17169
|
+
transactionType: "eip1559";
|
|
16980
17170
|
sortIndex: 15;
|
|
16981
17171
|
logoUrl: "https://assets.oku.trade/chains/nibiru-logo.svg";
|
|
16982
17172
|
safeReorgDistance: 90000;
|
|
@@ -17070,6 +17260,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17070
17260
|
readonly name: "NIBI";
|
|
17071
17261
|
readonly symbol: "NIBI";
|
|
17072
17262
|
};
|
|
17263
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
17073
17264
|
rpcUrls: {
|
|
17074
17265
|
readonly default: {
|
|
17075
17266
|
readonly http: readonly ["https://evm-rpc.nibiru.fi"];
|
|
@@ -17084,6 +17275,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17084
17275
|
}>, Readonly<{
|
|
17085
17276
|
blockTimeSeconds: 0.6;
|
|
17086
17277
|
launchTime: 1750211928;
|
|
17278
|
+
transactionType: "eip1559";
|
|
17087
17279
|
sortIndex: 15;
|
|
17088
17280
|
logoUrl: "https://assets.oku.trade/chains/etherlink-logo.png";
|
|
17089
17281
|
safeReorgDistance: 90000;
|
|
@@ -17199,6 +17391,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17199
17391
|
readonly name: "Tez";
|
|
17200
17392
|
readonly symbol: "XTZ";
|
|
17201
17393
|
};
|
|
17394
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
17202
17395
|
rpcUrls: {
|
|
17203
17396
|
readonly default: {
|
|
17204
17397
|
readonly http: readonly ["https://node.mainnet.etherlink.com"];
|
|
@@ -17214,6 +17407,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17214
17407
|
name: "Unichain";
|
|
17215
17408
|
blockTimeSeconds: 1;
|
|
17216
17409
|
launchTime: 1750384728;
|
|
17410
|
+
transactionType: "eip1559";
|
|
17217
17411
|
sortIndex: 15;
|
|
17218
17412
|
logoUrl: "https://assets.oku.trade/chains/unichain-logo.svg";
|
|
17219
17413
|
safeReorgDistance: 90000;
|
|
@@ -17353,6 +17547,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17353
17547
|
readonly symbol: "ETH";
|
|
17354
17548
|
readonly decimals: 18;
|
|
17355
17549
|
};
|
|
17550
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
17356
17551
|
rpcUrls: {
|
|
17357
17552
|
readonly default: {
|
|
17358
17553
|
readonly http: readonly ["https://mainnet.unichain.org/"];
|
|
@@ -17600,6 +17795,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17600
17795
|
name: "Matchain";
|
|
17601
17796
|
blockTimeSeconds: 0.5;
|
|
17602
17797
|
launchTime: 1754106070;
|
|
17798
|
+
transactionType: "eip1559";
|
|
17603
17799
|
sortIndex: 15;
|
|
17604
17800
|
blockAid: "";
|
|
17605
17801
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/matchain-logo.svg";
|
|
@@ -17686,6 +17882,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17686
17882
|
readonly symbol: "BNB";
|
|
17687
17883
|
readonly decimals: 18;
|
|
17688
17884
|
};
|
|
17885
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
17689
17886
|
rpcUrls: {
|
|
17690
17887
|
readonly default: {
|
|
17691
17888
|
readonly http: readonly ["https://rpc.matchain.io"];
|