@gfxlabs/oku-chains 1.1.287 → 1.1.289
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 +116 -0
- package/dist/index-mjs.js +117 -2
- package/dist/index.js +116 -0
- package/dist/types/browser.d.ts +431 -153
- package/dist/types/index-mjs.d.ts +431 -153
- package/dist/types/index.d.ts +431 -153
- package/package.json +2 -2
package/dist/types/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ declare const arbitrum: Readonly<{
|
|
|
6
6
|
sortIndex: 1;
|
|
7
7
|
blockTimeSeconds: 0.25;
|
|
8
8
|
logoUrl: "https://assets.oku.trade/chains/arbitrum-logo.svg";
|
|
9
|
+
deprecated: false;
|
|
9
10
|
safeReorgDistance: number;
|
|
10
11
|
blockAid: "arbitrum";
|
|
11
12
|
morpho: {};
|
|
@@ -204,6 +205,7 @@ declare const base: Readonly<{
|
|
|
204
205
|
transactionType: "eip1559";
|
|
205
206
|
blockTimeSeconds: 2;
|
|
206
207
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/base-logo.svg";
|
|
208
|
+
deprecated: false;
|
|
207
209
|
blockAid: "base";
|
|
208
210
|
defaultPool: "0xd0b53d9277642d899df5c87a3966a349a798f224";
|
|
209
211
|
defaultToken0: "0x4200000000000000000000000000000000000006";
|
|
@@ -488,16 +490,16 @@ declare const base: Readonly<{
|
|
|
488
490
|
r: import("viem").Hex;
|
|
489
491
|
s: import("viem").Hex;
|
|
490
492
|
v: bigint;
|
|
493
|
+
value: bigint;
|
|
494
|
+
gas: bigint;
|
|
491
495
|
to: import("abitype").Address | null;
|
|
492
496
|
from: import("abitype").Address;
|
|
493
|
-
gas: bigint;
|
|
494
497
|
nonce: number;
|
|
495
|
-
value: bigint;
|
|
496
498
|
blockHash: `0x${string}` | null;
|
|
497
499
|
blockNumber: bigint | null;
|
|
500
|
+
transactionIndex: number | null;
|
|
498
501
|
hash: import("viem").Hash;
|
|
499
502
|
input: import("viem").Hex;
|
|
500
|
-
transactionIndex: number | null;
|
|
501
503
|
typeHex: import("viem").Hex | null;
|
|
502
504
|
accessList?: undefined | undefined;
|
|
503
505
|
authorizationList?: undefined | undefined;
|
|
@@ -666,6 +668,7 @@ declare const blast: Readonly<{
|
|
|
666
668
|
transactionType: "eip1559";
|
|
667
669
|
sortIndex: 14;
|
|
668
670
|
logoUrl: "https://assets.oku.trade/chains/blast-logo.svg";
|
|
671
|
+
deprecated: true;
|
|
669
672
|
safeReorgDistance: 90000;
|
|
670
673
|
blockAid: "blast";
|
|
671
674
|
externalId: {
|
|
@@ -893,16 +896,16 @@ declare const blast: Readonly<{
|
|
|
893
896
|
r: import("viem").Hex;
|
|
894
897
|
s: import("viem").Hex;
|
|
895
898
|
v: bigint;
|
|
899
|
+
value: bigint;
|
|
900
|
+
gas: bigint;
|
|
896
901
|
to: import("abitype").Address | null;
|
|
897
902
|
from: import("abitype").Address;
|
|
898
|
-
gas: bigint;
|
|
899
903
|
nonce: number;
|
|
900
|
-
value: bigint;
|
|
901
904
|
blockHash: `0x${string}` | null;
|
|
902
905
|
blockNumber: bigint | null;
|
|
906
|
+
transactionIndex: number | null;
|
|
903
907
|
hash: import("viem").Hash;
|
|
904
908
|
input: import("viem").Hex;
|
|
905
|
-
transactionIndex: number | null;
|
|
906
909
|
typeHex: import("viem").Hex | null;
|
|
907
910
|
accessList?: undefined | undefined;
|
|
908
911
|
authorizationList?: undefined | undefined;
|
|
@@ -1071,6 +1074,7 @@ declare const bob: Readonly<{
|
|
|
1071
1074
|
transactionType: "eip1559";
|
|
1072
1075
|
sortIndex: 15;
|
|
1073
1076
|
logoUrl: "https://assets.oku.trade/chains/bob-logo.svg";
|
|
1077
|
+
deprecated: false;
|
|
1074
1078
|
safeReorgDistance: 90000;
|
|
1075
1079
|
blockAid: "";
|
|
1076
1080
|
externalId: {
|
|
@@ -1298,16 +1302,16 @@ declare const bob: Readonly<{
|
|
|
1298
1302
|
r: import("viem").Hex;
|
|
1299
1303
|
s: import("viem").Hex;
|
|
1300
1304
|
v: bigint;
|
|
1305
|
+
value: bigint;
|
|
1306
|
+
gas: bigint;
|
|
1301
1307
|
to: import("abitype").Address | null;
|
|
1302
1308
|
from: import("abitype").Address;
|
|
1303
|
-
gas: bigint;
|
|
1304
1309
|
nonce: number;
|
|
1305
|
-
value: bigint;
|
|
1306
1310
|
blockHash: `0x${string}` | null;
|
|
1307
1311
|
blockNumber: bigint | null;
|
|
1312
|
+
transactionIndex: number | null;
|
|
1308
1313
|
hash: import("viem").Hash;
|
|
1309
1314
|
input: import("viem").Hex;
|
|
1310
|
-
transactionIndex: number | null;
|
|
1311
1315
|
typeHex: import("viem").Hex | null;
|
|
1312
1316
|
accessList?: undefined | undefined;
|
|
1313
1317
|
authorizationList?: undefined | undefined;
|
|
@@ -1478,6 +1482,7 @@ declare const boba: Readonly<{
|
|
|
1478
1482
|
sortIndex: 11;
|
|
1479
1483
|
blockTimeSeconds: 2;
|
|
1480
1484
|
logoUrl: "https://assets.oku.trade/chains/boba-logo.svg";
|
|
1485
|
+
deprecated: false;
|
|
1481
1486
|
safeReorgDistance: 90000;
|
|
1482
1487
|
blockAid: "";
|
|
1483
1488
|
externalId: {
|
|
@@ -1610,6 +1615,7 @@ declare const bsc: Readonly<{
|
|
|
1610
1615
|
sortIndex: 9;
|
|
1611
1616
|
blockTimeSeconds: 3;
|
|
1612
1617
|
logoUrl: "https://assets.oku.trade/chains/bsc-logo.svg";
|
|
1618
|
+
deprecated: false;
|
|
1613
1619
|
safeReorgDistance: 90000;
|
|
1614
1620
|
blockAid: "bsc";
|
|
1615
1621
|
externalId: {
|
|
@@ -1755,7 +1761,7 @@ declare const bsc: Readonly<{
|
|
|
1755
1761
|
readonly apiUrl: "https://api.bscscan.com/api";
|
|
1756
1762
|
};
|
|
1757
1763
|
};
|
|
1758
|
-
blockTime
|
|
1764
|
+
blockTime: 750;
|
|
1759
1765
|
ensTlds?: readonly string[] | undefined;
|
|
1760
1766
|
id: 56;
|
|
1761
1767
|
nativeCurrency: {
|
|
@@ -1784,6 +1790,7 @@ declare const celo: Readonly<{
|
|
|
1784
1790
|
transactionType: "eip1559";
|
|
1785
1791
|
sortIndex: 15;
|
|
1786
1792
|
logoUrl: "https://assets.oku.trade/chains/celo-logo.svg";
|
|
1793
|
+
deprecated: false;
|
|
1787
1794
|
safeReorgDistance: 90000;
|
|
1788
1795
|
blockAid: "";
|
|
1789
1796
|
externalId: {};
|
|
@@ -1949,16 +1956,16 @@ declare const celo: Readonly<{
|
|
|
1949
1956
|
r: import("viem").Hex;
|
|
1950
1957
|
s: import("viem").Hex;
|
|
1951
1958
|
v: bigint;
|
|
1959
|
+
value: bigint;
|
|
1960
|
+
gas: bigint;
|
|
1952
1961
|
to: import("abitype").Address | null;
|
|
1953
1962
|
from: import("abitype").Address;
|
|
1954
|
-
gas: bigint;
|
|
1955
1963
|
nonce: number;
|
|
1956
|
-
value: bigint;
|
|
1957
1964
|
blockHash: `0x${string}` | null;
|
|
1958
1965
|
blockNumber: bigint | null;
|
|
1966
|
+
transactionIndex: number | null;
|
|
1959
1967
|
hash: import("viem").Hash;
|
|
1960
1968
|
input: import("viem").Hex;
|
|
1961
|
-
transactionIndex: number | null;
|
|
1962
1969
|
typeHex: import("viem").Hex | null;
|
|
1963
1970
|
accessList?: undefined | undefined;
|
|
1964
1971
|
authorizationList?: undefined | undefined;
|
|
@@ -2211,8 +2218,8 @@ declare const celo: Readonly<{
|
|
|
2211
2218
|
maxFeePerBlobGas?: undefined | undefined;
|
|
2212
2219
|
maxFeePerGas?: undefined | undefined;
|
|
2213
2220
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
2214
|
-
blobs?: undefined;
|
|
2215
2221
|
accessList?: undefined;
|
|
2222
|
+
blobs?: undefined;
|
|
2216
2223
|
blobVersionedHashes?: undefined;
|
|
2217
2224
|
kzg?: undefined;
|
|
2218
2225
|
sidecars?: undefined;
|
|
@@ -2259,10 +2266,10 @@ declare const celo: Readonly<{
|
|
|
2259
2266
|
} | {
|
|
2260
2267
|
type?: "0x3" | undefined;
|
|
2261
2268
|
data?: `0x${string}` | undefined;
|
|
2262
|
-
|
|
2269
|
+
value?: `0x${string}` | undefined;
|
|
2263
2270
|
gas?: `0x${string}` | undefined;
|
|
2271
|
+
from?: `0x${string}` | undefined;
|
|
2264
2272
|
nonce?: `0x${string}` | undefined;
|
|
2265
|
-
value?: `0x${string}` | undefined;
|
|
2266
2273
|
to: `0x${string}` | null;
|
|
2267
2274
|
gasPrice?: undefined | undefined;
|
|
2268
2275
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
@@ -2276,17 +2283,17 @@ declare const celo: Readonly<{
|
|
|
2276
2283
|
authorizationList?: undefined;
|
|
2277
2284
|
feeCurrency?: `0x${string}` | undefined;
|
|
2278
2285
|
} | {
|
|
2279
|
-
type?: "0x4" | undefined;
|
|
2280
2286
|
gasPrice?: undefined | undefined;
|
|
2281
2287
|
maxFeePerBlobGas?: undefined | undefined;
|
|
2282
2288
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2283
2289
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2284
|
-
|
|
2290
|
+
type?: "0x4" | undefined;
|
|
2285
2291
|
data?: `0x${string}` | undefined;
|
|
2286
|
-
|
|
2292
|
+
value?: `0x${string}` | undefined;
|
|
2287
2293
|
gas?: `0x${string}` | undefined;
|
|
2294
|
+
to?: `0x${string}` | null | undefined;
|
|
2295
|
+
from?: `0x${string}` | undefined;
|
|
2288
2296
|
nonce?: `0x${string}` | undefined;
|
|
2289
|
-
value?: `0x${string}` | undefined;
|
|
2290
2297
|
accessList?: import("viem").AccessList | undefined;
|
|
2291
2298
|
authorizationList?: import("viem").RpcAuthorizationList | undefined;
|
|
2292
2299
|
blobs?: undefined;
|
|
@@ -2359,16 +2366,16 @@ declare const celo: Readonly<{
|
|
|
2359
2366
|
r: import("viem").Hex;
|
|
2360
2367
|
s: import("viem").Hex;
|
|
2361
2368
|
v: bigint;
|
|
2369
|
+
value: bigint;
|
|
2370
|
+
gas: bigint;
|
|
2362
2371
|
to: import("abitype").Address | null;
|
|
2363
2372
|
from: import("abitype").Address;
|
|
2364
|
-
gas: bigint;
|
|
2365
2373
|
nonce: number;
|
|
2366
|
-
value: bigint;
|
|
2367
2374
|
blockHash: `0x${string}` | null;
|
|
2368
2375
|
blockNumber: bigint | null;
|
|
2376
|
+
transactionIndex: number | null;
|
|
2369
2377
|
hash: import("viem").Hash;
|
|
2370
2378
|
input: import("viem").Hex;
|
|
2371
|
-
transactionIndex: number | null;
|
|
2372
2379
|
typeHex: import("viem").Hex | null;
|
|
2373
2380
|
accessList?: undefined | undefined;
|
|
2374
2381
|
authorizationList?: undefined | undefined;
|
|
@@ -2621,8 +2628,8 @@ declare const celo: Readonly<{
|
|
|
2621
2628
|
maxFeePerBlobGas?: undefined | undefined;
|
|
2622
2629
|
maxFeePerGas?: undefined | undefined;
|
|
2623
2630
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
2624
|
-
blobs?: undefined;
|
|
2625
2631
|
accessList?: undefined;
|
|
2632
|
+
blobs?: undefined;
|
|
2626
2633
|
blobVersionedHashes?: undefined;
|
|
2627
2634
|
kzg?: undefined;
|
|
2628
2635
|
sidecars?: undefined;
|
|
@@ -2669,10 +2676,10 @@ declare const celo: Readonly<{
|
|
|
2669
2676
|
} | {
|
|
2670
2677
|
type?: "0x3" | undefined;
|
|
2671
2678
|
data?: `0x${string}` | undefined;
|
|
2672
|
-
|
|
2679
|
+
value?: `0x${string}` | undefined;
|
|
2673
2680
|
gas?: `0x${string}` | undefined;
|
|
2681
|
+
from?: `0x${string}` | undefined;
|
|
2674
2682
|
nonce?: `0x${string}` | undefined;
|
|
2675
|
-
value?: `0x${string}` | undefined;
|
|
2676
2683
|
to: `0x${string}` | null;
|
|
2677
2684
|
gasPrice?: undefined | undefined;
|
|
2678
2685
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
@@ -2686,17 +2693,17 @@ declare const celo: Readonly<{
|
|
|
2686
2693
|
authorizationList?: undefined;
|
|
2687
2694
|
feeCurrency?: `0x${string}` | undefined;
|
|
2688
2695
|
} | {
|
|
2689
|
-
type?: "0x4" | undefined;
|
|
2690
2696
|
gasPrice?: undefined | undefined;
|
|
2691
2697
|
maxFeePerBlobGas?: undefined | undefined;
|
|
2692
2698
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
2693
2699
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
2694
|
-
|
|
2700
|
+
type?: "0x4" | undefined;
|
|
2695
2701
|
data?: `0x${string}` | undefined;
|
|
2696
|
-
|
|
2702
|
+
value?: `0x${string}` | undefined;
|
|
2697
2703
|
gas?: `0x${string}` | undefined;
|
|
2704
|
+
to?: `0x${string}` | null | undefined;
|
|
2705
|
+
from?: `0x${string}` | undefined;
|
|
2698
2706
|
nonce?: `0x${string}` | undefined;
|
|
2699
|
-
value?: `0x${string}` | undefined;
|
|
2700
2707
|
accessList?: import("viem").AccessList | undefined;
|
|
2701
2708
|
authorizationList?: import("viem").RpcAuthorizationList | undefined;
|
|
2702
2709
|
blobs?: undefined;
|
|
@@ -2738,6 +2745,7 @@ declare const corn: Readonly<{
|
|
|
2738
2745
|
transactionType: "eip1559";
|
|
2739
2746
|
sortIndex: 15;
|
|
2740
2747
|
logoUrl: "https://assets.oku.trade/chains/corn-logo.png";
|
|
2748
|
+
deprecated: false;
|
|
2741
2749
|
safeReorgDistance: 90000;
|
|
2742
2750
|
blockAid: "";
|
|
2743
2751
|
externalId: {
|
|
@@ -2866,6 +2874,7 @@ declare const etherlink: Readonly<{
|
|
|
2866
2874
|
transactionType: "eip1559";
|
|
2867
2875
|
sortIndex: 15;
|
|
2868
2876
|
logoUrl: "https://assets.oku.trade/chains/etherlink-logo.png";
|
|
2877
|
+
deprecated: false;
|
|
2869
2878
|
safeReorgDistance: 90000;
|
|
2870
2879
|
blockAid: "";
|
|
2871
2880
|
externalId: {
|
|
@@ -2972,7 +2981,7 @@ declare const etherlink: Readonly<{
|
|
|
2972
2981
|
readonly url: "https://explorer.etherlink.com";
|
|
2973
2982
|
};
|
|
2974
2983
|
};
|
|
2975
|
-
blockTime
|
|
2984
|
+
blockTime: 4830;
|
|
2976
2985
|
ensTlds?: readonly string[] | undefined;
|
|
2977
2986
|
id: 42793;
|
|
2978
2987
|
name: "Etherlink";
|
|
@@ -3024,6 +3033,7 @@ declare const filecoin: Readonly<{
|
|
|
3024
3033
|
};
|
|
3025
3034
|
};
|
|
3026
3035
|
logoUrl: "https://assets.oku.trade/chains/filecoin-logo.svg";
|
|
3036
|
+
deprecated: false;
|
|
3027
3037
|
externalId: {};
|
|
3028
3038
|
markets: {};
|
|
3029
3039
|
bridges: {};
|
|
@@ -3138,6 +3148,7 @@ declare const gnosis: Readonly<{
|
|
|
3138
3148
|
sortIndex: 18;
|
|
3139
3149
|
blockAid: "";
|
|
3140
3150
|
logoUrl: "https://assets.oku.trade/chains/gnosis-logo.png";
|
|
3151
|
+
deprecated: false;
|
|
3141
3152
|
safeReorgDistance: 90000;
|
|
3142
3153
|
morpho: {};
|
|
3143
3154
|
externalId: {
|
|
@@ -3310,6 +3321,7 @@ declare const goat: Readonly<{
|
|
|
3310
3321
|
transactionType: "eip1559";
|
|
3311
3322
|
sortIndex: 15;
|
|
3312
3323
|
logoUrl: "https://assets.oku.trade/chains/goat-logo.svg";
|
|
3324
|
+
deprecated: false;
|
|
3313
3325
|
safeReorgDistance: 90000;
|
|
3314
3326
|
blockAid: "";
|
|
3315
3327
|
externalId: {};
|
|
@@ -3426,6 +3438,7 @@ declare const hemi: Readonly<{
|
|
|
3426
3438
|
transactionType: "eip1559";
|
|
3427
3439
|
sortIndex: 13;
|
|
3428
3440
|
logoUrl: "https://assets.oku.trade/chains/hemi-logo.svg";
|
|
3441
|
+
deprecated: false;
|
|
3429
3442
|
safeReorgDistance: 90000;
|
|
3430
3443
|
blockAid: "";
|
|
3431
3444
|
externalId: {};
|
|
@@ -3517,7 +3530,7 @@ declare const hemi: Readonly<{
|
|
|
3517
3530
|
};
|
|
3518
3531
|
ensRegistry?: import("viem").ChainContract | undefined;
|
|
3519
3532
|
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
3520
|
-
|
|
3533
|
+
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
3521
3534
|
};
|
|
3522
3535
|
blockExplorers: {
|
|
3523
3536
|
readonly default: {
|
|
@@ -3525,7 +3538,7 @@ declare const hemi: Readonly<{
|
|
|
3525
3538
|
readonly url: "https://explorer.hemi.xyz";
|
|
3526
3539
|
};
|
|
3527
3540
|
};
|
|
3528
|
-
blockTime
|
|
3541
|
+
blockTime: 12000;
|
|
3529
3542
|
ensTlds?: readonly string[] | undefined;
|
|
3530
3543
|
id: 43111;
|
|
3531
3544
|
name: "Hemi";
|
|
@@ -3558,6 +3571,7 @@ declare const lens: Readonly<{
|
|
|
3558
3571
|
sortIndex: 15;
|
|
3559
3572
|
blockAid: "";
|
|
3560
3573
|
logoUrl: "https://assets.oku.trade/chains/lens-logo.png";
|
|
3574
|
+
deprecated: false;
|
|
3561
3575
|
safeReorgDistance: 90000;
|
|
3562
3576
|
externalId: {
|
|
3563
3577
|
tenderly: string;
|
|
@@ -3634,7 +3648,7 @@ declare const lens: Readonly<{
|
|
|
3634
3648
|
};
|
|
3635
3649
|
ensRegistry?: import("viem").ChainContract | undefined;
|
|
3636
3650
|
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
3637
|
-
|
|
3651
|
+
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
3638
3652
|
};
|
|
3639
3653
|
blockExplorers: {
|
|
3640
3654
|
readonly default: {
|
|
@@ -3673,6 +3687,7 @@ declare const lightlink: Readonly<{
|
|
|
3673
3687
|
transactionType: "legacy";
|
|
3674
3688
|
sortIndex: 13;
|
|
3675
3689
|
logoUrl: "https://assets.oku.trade/chains/lightlink-logo.svg";
|
|
3690
|
+
deprecated: false;
|
|
3676
3691
|
safeReorgDistance: 90000;
|
|
3677
3692
|
blockAid: "";
|
|
3678
3693
|
morpho: {};
|
|
@@ -3802,6 +3817,7 @@ declare const linea: Readonly<{
|
|
|
3802
3817
|
sortIndex: 15;
|
|
3803
3818
|
morpho: {};
|
|
3804
3819
|
logoUrl: "https://assets.oku.trade/chains/linea-logo.svg";
|
|
3820
|
+
deprecated: false;
|
|
3805
3821
|
safeReorgDistance: 100;
|
|
3806
3822
|
blockAid: "linea";
|
|
3807
3823
|
externalId: {
|
|
@@ -3923,8 +3939,8 @@ declare const linea: Readonly<{
|
|
|
3923
3939
|
readonly blockCreated: 6682888;
|
|
3924
3940
|
};
|
|
3925
3941
|
ensUniversalResolver: {
|
|
3926
|
-
readonly address: "
|
|
3927
|
-
readonly blockCreated:
|
|
3942
|
+
readonly address: "0x4D41762915F83c76EcaF6776d9b08076aA32b492";
|
|
3943
|
+
readonly blockCreated: 22222151;
|
|
3928
3944
|
};
|
|
3929
3945
|
};
|
|
3930
3946
|
blockExplorers: {
|
|
@@ -3971,6 +3987,7 @@ declare const lisk: Readonly<{
|
|
|
3971
3987
|
transactionType: "eip1559";
|
|
3972
3988
|
sortIndex: 15;
|
|
3973
3989
|
logoUrl: "https://assets.oku.trade/chains/lisk-logo.png";
|
|
3990
|
+
deprecated: true;
|
|
3974
3991
|
safeReorgDistance: 90000;
|
|
3975
3992
|
blockAid: "";
|
|
3976
3993
|
externalId: {
|
|
@@ -4174,16 +4191,16 @@ declare const lisk: Readonly<{
|
|
|
4174
4191
|
r: import("viem").Hex;
|
|
4175
4192
|
s: import("viem").Hex;
|
|
4176
4193
|
v: bigint;
|
|
4194
|
+
value: bigint;
|
|
4195
|
+
gas: bigint;
|
|
4177
4196
|
to: import("abitype").Address | null;
|
|
4178
4197
|
from: import("abitype").Address;
|
|
4179
|
-
gas: bigint;
|
|
4180
4198
|
nonce: number;
|
|
4181
|
-
value: bigint;
|
|
4182
4199
|
blockHash: `0x${string}` | null;
|
|
4183
4200
|
blockNumber: bigint | null;
|
|
4201
|
+
transactionIndex: number | null;
|
|
4184
4202
|
hash: import("viem").Hash;
|
|
4185
4203
|
input: import("viem").Hex;
|
|
4186
|
-
transactionIndex: number | null;
|
|
4187
4204
|
typeHex: import("viem").Hex | null;
|
|
4188
4205
|
accessList?: undefined | undefined;
|
|
4189
4206
|
authorizationList?: undefined | undefined;
|
|
@@ -4355,6 +4372,7 @@ declare const mainnet: Readonly<{
|
|
|
4355
4372
|
blockTimeSeconds: 15;
|
|
4356
4373
|
safeReorgDistance: 90000;
|
|
4357
4374
|
logoUrl: "https://assets.oku.trade/chains/ethereum-logo.webp";
|
|
4375
|
+
deprecated: false;
|
|
4358
4376
|
blockAid: "ethereum";
|
|
4359
4377
|
morpho: {
|
|
4360
4378
|
deployBlock: number;
|
|
@@ -4521,12 +4539,9 @@ declare const mainnet: Readonly<{
|
|
|
4521
4539
|
multicall3: {
|
|
4522
4540
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
4523
4541
|
};
|
|
4524
|
-
ensRegistry: {
|
|
4525
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
4526
|
-
};
|
|
4527
4542
|
ensUniversalResolver: {
|
|
4528
|
-
readonly address: "
|
|
4529
|
-
readonly blockCreated:
|
|
4543
|
+
readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
|
|
4544
|
+
readonly blockCreated: 23085558;
|
|
4530
4545
|
};
|
|
4531
4546
|
};
|
|
4532
4547
|
blockExplorers: {
|
|
@@ -4536,7 +4551,7 @@ declare const mainnet: Readonly<{
|
|
|
4536
4551
|
readonly apiUrl: "https://api.etherscan.io/api";
|
|
4537
4552
|
};
|
|
4538
4553
|
};
|
|
4539
|
-
blockTime
|
|
4554
|
+
blockTime: 12000;
|
|
4540
4555
|
ensTlds?: readonly string[] | undefined;
|
|
4541
4556
|
id: 1;
|
|
4542
4557
|
name: "Ethereum";
|
|
@@ -4561,6 +4576,7 @@ declare const manta: Readonly<{
|
|
|
4561
4576
|
blockTimeSeconds: 2;
|
|
4562
4577
|
sortIndex: 13;
|
|
4563
4578
|
logoUrl: "https://assets.oku.trade/chains/manta-logo.png";
|
|
4579
|
+
deprecated: true;
|
|
4564
4580
|
safeReorgDistance: 90000;
|
|
4565
4581
|
blockAid: "";
|
|
4566
4582
|
externalId: {};
|
|
@@ -4689,6 +4705,7 @@ declare const mantle: Readonly<{
|
|
|
4689
4705
|
transactionType: "eip1559";
|
|
4690
4706
|
sortIndex: 15;
|
|
4691
4707
|
logoUrl: "https://assets.oku.trade/chains/mantle-logo.png";
|
|
4708
|
+
deprecated: false;
|
|
4692
4709
|
safeReorgDistance: 90000;
|
|
4693
4710
|
blockAid: "";
|
|
4694
4711
|
externalId: {
|
|
@@ -4837,6 +4854,7 @@ declare const matchain: Readonly<{
|
|
|
4837
4854
|
sortIndex: 15;
|
|
4838
4855
|
blockAid: "";
|
|
4839
4856
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/matchain-logo.svg";
|
|
4857
|
+
deprecated: false;
|
|
4840
4858
|
safeReorgDistance: 90000;
|
|
4841
4859
|
externalId: {};
|
|
4842
4860
|
markets: {};
|
|
@@ -4904,7 +4922,7 @@ declare const matchain: Readonly<{
|
|
|
4904
4922
|
};
|
|
4905
4923
|
ensRegistry?: import("viem").ChainContract | undefined;
|
|
4906
4924
|
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
4907
|
-
|
|
4925
|
+
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
4908
4926
|
};
|
|
4909
4927
|
blockExplorers: {
|
|
4910
4928
|
readonly default: {
|
|
@@ -4941,6 +4959,7 @@ declare const metal: Readonly<{
|
|
|
4941
4959
|
transactionType: "eip1559";
|
|
4942
4960
|
sortIndex: 15;
|
|
4943
4961
|
logoUrl: "https://assets.oku.trade/chains/metal-logo.png";
|
|
4962
|
+
deprecated: false;
|
|
4944
4963
|
safeReorgDistance: 90000;
|
|
4945
4964
|
blockAid: "";
|
|
4946
4965
|
externalId: {};
|
|
@@ -5140,16 +5159,16 @@ declare const metal: Readonly<{
|
|
|
5140
5159
|
r: import("viem").Hex;
|
|
5141
5160
|
s: import("viem").Hex;
|
|
5142
5161
|
v: bigint;
|
|
5162
|
+
value: bigint;
|
|
5163
|
+
gas: bigint;
|
|
5143
5164
|
to: import("abitype").Address | null;
|
|
5144
5165
|
from: import("abitype").Address;
|
|
5145
|
-
gas: bigint;
|
|
5146
5166
|
nonce: number;
|
|
5147
|
-
value: bigint;
|
|
5148
5167
|
blockHash: `0x${string}` | null;
|
|
5149
5168
|
blockNumber: bigint | null;
|
|
5169
|
+
transactionIndex: number | null;
|
|
5150
5170
|
hash: import("viem").Hash;
|
|
5151
5171
|
input: import("viem").Hex;
|
|
5152
|
-
transactionIndex: number | null;
|
|
5153
5172
|
typeHex: import("viem").Hex | null;
|
|
5154
5173
|
accessList?: undefined | undefined;
|
|
5155
5174
|
authorizationList?: undefined | undefined;
|
|
@@ -5319,6 +5338,7 @@ declare const moonbeam: Readonly<{
|
|
|
5319
5338
|
transactionType: "eip1559";
|
|
5320
5339
|
blockTimeSeconds: 30;
|
|
5321
5340
|
logoUrl: "https://assets.oku.trade/chains/moonbeam-logo.svg";
|
|
5341
|
+
deprecated: true;
|
|
5322
5342
|
safeReorgDistance: 90000;
|
|
5323
5343
|
blockAid: "";
|
|
5324
5344
|
externalId: {
|
|
@@ -5462,6 +5482,7 @@ declare const nibiru: Readonly<{
|
|
|
5462
5482
|
transactionType: "eip1559";
|
|
5463
5483
|
sortIndex: 15;
|
|
5464
5484
|
logoUrl: "https://assets.oku.trade/chains/nibiru-logo.svg";
|
|
5485
|
+
deprecated: false;
|
|
5465
5486
|
safeReorgDistance: 90000;
|
|
5466
5487
|
externalId: {};
|
|
5467
5488
|
blockAid: "";
|
|
@@ -5576,6 +5597,7 @@ declare const optimism: Readonly<{
|
|
|
5576
5597
|
transactionType: "eip1559";
|
|
5577
5598
|
sortIndex: 2;
|
|
5578
5599
|
logoUrl: "https://assets.oku.trade/chains/optimism-logo.svg";
|
|
5600
|
+
deprecated: false;
|
|
5579
5601
|
safeReorgDistance: 90000;
|
|
5580
5602
|
blockAid: "optimism";
|
|
5581
5603
|
externalId: {
|
|
@@ -5867,16 +5889,16 @@ declare const optimism: Readonly<{
|
|
|
5867
5889
|
r: import("viem").Hex;
|
|
5868
5890
|
s: import("viem").Hex;
|
|
5869
5891
|
v: bigint;
|
|
5892
|
+
value: bigint;
|
|
5893
|
+
gas: bigint;
|
|
5870
5894
|
to: import("abitype").Address | null;
|
|
5871
5895
|
from: import("abitype").Address;
|
|
5872
|
-
gas: bigint;
|
|
5873
5896
|
nonce: number;
|
|
5874
|
-
value: bigint;
|
|
5875
5897
|
blockHash: `0x${string}` | null;
|
|
5876
5898
|
blockNumber: bigint | null;
|
|
5899
|
+
transactionIndex: number | null;
|
|
5877
5900
|
hash: import("viem").Hash;
|
|
5878
5901
|
input: import("viem").Hex;
|
|
5879
|
-
transactionIndex: number | null;
|
|
5880
5902
|
typeHex: import("viem").Hex | null;
|
|
5881
5903
|
accessList?: undefined | undefined;
|
|
5882
5904
|
authorizationList?: undefined | undefined;
|
|
@@ -6039,6 +6061,109 @@ declare const optimism: Readonly<{
|
|
|
6039
6061
|
readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
|
|
6040
6062
|
};
|
|
6041
6063
|
}>;
|
|
6064
|
+
declare const plasma: Readonly<{
|
|
6065
|
+
name: "Plasma";
|
|
6066
|
+
blockTimeSeconds: 1;
|
|
6067
|
+
launchTime: 1758588527;
|
|
6068
|
+
transactionType: "eip1559";
|
|
6069
|
+
sortIndex: 15;
|
|
6070
|
+
logoUrl: "https://assets.oku.trade/chains/plasma-logo.svg";
|
|
6071
|
+
deprecated: false;
|
|
6072
|
+
safeReorgDistance: 90000;
|
|
6073
|
+
blockAid: "";
|
|
6074
|
+
externalId: {};
|
|
6075
|
+
markets: {};
|
|
6076
|
+
bridges: {};
|
|
6077
|
+
oracles: {};
|
|
6078
|
+
morpho: {};
|
|
6079
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
6080
|
+
uniswap: {
|
|
6081
|
+
deployBlock: number;
|
|
6082
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
6083
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
6084
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
6085
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
6086
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
6087
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
6088
|
+
positionsNFTDeployBlock: number;
|
|
6089
|
+
universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
6090
|
+
wrappedNativeAddress: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
|
|
6091
|
+
wrappedNativeSymbol: string;
|
|
6092
|
+
wrappedNativeName: string;
|
|
6093
|
+
wrappedNativeDecimals: number;
|
|
6094
|
+
nativeCurrencyName: string;
|
|
6095
|
+
};
|
|
6096
|
+
token: {
|
|
6097
|
+
wethAddress: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
|
|
6098
|
+
};
|
|
6099
|
+
oku: {
|
|
6100
|
+
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
6101
|
+
limitOrderRegistryDeployBlock: number;
|
|
6102
|
+
pricing: {
|
|
6103
|
+
nativeWrappedToken: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
|
|
6104
|
+
nativeWrappedName: string;
|
|
6105
|
+
};
|
|
6106
|
+
};
|
|
6107
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
6108
|
+
defaultToken0: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
|
|
6109
|
+
defaultToken1: "0x0000000000000000000000000000000000000000";
|
|
6110
|
+
tokenList: {
|
|
6111
|
+
symbol: string;
|
|
6112
|
+
address: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
|
|
6113
|
+
}[];
|
|
6114
|
+
stables: never[];
|
|
6115
|
+
watchlist: never[];
|
|
6116
|
+
internalName: "plasma";
|
|
6117
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/xpl.png";
|
|
6118
|
+
contracts: {
|
|
6119
|
+
limitOrder: {
|
|
6120
|
+
address: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
6121
|
+
};
|
|
6122
|
+
nftManager: {
|
|
6123
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
6124
|
+
};
|
|
6125
|
+
weth9: {
|
|
6126
|
+
address: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
|
|
6127
|
+
};
|
|
6128
|
+
multicall2: {
|
|
6129
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
6130
|
+
};
|
|
6131
|
+
multicall3: {
|
|
6132
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
6133
|
+
};
|
|
6134
|
+
ensRegistry?: import("viem").ChainContract | undefined;
|
|
6135
|
+
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
6136
|
+
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
6137
|
+
};
|
|
6138
|
+
blockExplorers: {
|
|
6139
|
+
readonly default: {
|
|
6140
|
+
readonly name: "PlasmaScan";
|
|
6141
|
+
readonly url: "https://plasmascan.to";
|
|
6142
|
+
};
|
|
6143
|
+
};
|
|
6144
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
6145
|
+
ensTlds?: readonly string[] | undefined;
|
|
6146
|
+
id: 9745;
|
|
6147
|
+
nativeCurrency: {
|
|
6148
|
+
readonly name: "Plasma";
|
|
6149
|
+
readonly symbol: "XPL";
|
|
6150
|
+
readonly decimals: 18;
|
|
6151
|
+
};
|
|
6152
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
6153
|
+
rpcUrls: {
|
|
6154
|
+
readonly default: {
|
|
6155
|
+
readonly http: readonly [
|
|
6156
|
+
"https://rpc.plasma.to"
|
|
6157
|
+
];
|
|
6158
|
+
};
|
|
6159
|
+
};
|
|
6160
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
6161
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
6162
|
+
custom?: Record<string, unknown> | undefined;
|
|
6163
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
6164
|
+
formatters?: undefined | undefined;
|
|
6165
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
6166
|
+
}>;
|
|
6042
6167
|
declare const polygon: Readonly<{
|
|
6043
6168
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
6044
6169
|
blockTimeSeconds: 2;
|
|
@@ -6046,6 +6171,7 @@ declare const polygon: Readonly<{
|
|
|
6046
6171
|
transactionType: "eip1559";
|
|
6047
6172
|
sortIndex: 3;
|
|
6048
6173
|
logoUrl: "https://assets.oku.trade/chains/polygon-logo.webp";
|
|
6174
|
+
deprecated: false;
|
|
6049
6175
|
safeReorgDistance: 90000;
|
|
6050
6176
|
blockAid: "polygon";
|
|
6051
6177
|
externalId: {
|
|
@@ -6235,6 +6361,7 @@ declare const redbelly: Readonly<{
|
|
|
6235
6361
|
transactionType: "eip1559";
|
|
6236
6362
|
sortIndex: 15;
|
|
6237
6363
|
logoUrl: "https://assets.oku.trade/chains/redbelly-logo.svg";
|
|
6364
|
+
deprecated: false;
|
|
6238
6365
|
safeReorgDistance: 90000;
|
|
6239
6366
|
blockAid: "";
|
|
6240
6367
|
externalId: {};
|
|
@@ -6306,7 +6433,7 @@ declare const redbelly: Readonly<{
|
|
|
6306
6433
|
};
|
|
6307
6434
|
ensRegistry?: import("viem").ChainContract | undefined;
|
|
6308
6435
|
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
6309
|
-
|
|
6436
|
+
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
6310
6437
|
};
|
|
6311
6438
|
blockExplorers: {
|
|
6312
6439
|
readonly default: {
|
|
@@ -6346,6 +6473,7 @@ declare const rootstock: Readonly<{
|
|
|
6346
6473
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
6347
6474
|
blockTimeSeconds: 33;
|
|
6348
6475
|
logoUrl: "https://assets.oku.trade/chains/rootstock-logo.svg";
|
|
6476
|
+
deprecated: false;
|
|
6349
6477
|
safeReorgDistance: 90000;
|
|
6350
6478
|
blockAid: "";
|
|
6351
6479
|
externalId: {};
|
|
@@ -6489,6 +6617,7 @@ declare const saga: Readonly<{
|
|
|
6489
6617
|
transactionType: "legacy";
|
|
6490
6618
|
sortIndex: 13;
|
|
6491
6619
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/saga-logo.png";
|
|
6620
|
+
deprecated: false;
|
|
6492
6621
|
safeReorgDistance: 90000;
|
|
6493
6622
|
blockAid: "";
|
|
6494
6623
|
externalId: {};
|
|
@@ -6601,6 +6730,7 @@ declare const scroll: Readonly<{
|
|
|
6601
6730
|
transactionType: "eip1559";
|
|
6602
6731
|
blockTimeSeconds: 3;
|
|
6603
6732
|
logoUrl: "https://assets.oku.trade/chains/scroll-logo.png";
|
|
6733
|
+
deprecated: false;
|
|
6604
6734
|
safeReorgDistance: 90000;
|
|
6605
6735
|
blockAid: "scroll";
|
|
6606
6736
|
externalId: {
|
|
@@ -6762,6 +6892,7 @@ declare const sei: Readonly<{
|
|
|
6762
6892
|
transactionType: "eip1559";
|
|
6763
6893
|
sortIndex: 5;
|
|
6764
6894
|
logoUrl: "https://assets.oku.trade/chains/sei-logo.svg";
|
|
6895
|
+
deprecated: false;
|
|
6765
6896
|
safeReorgDistance: 90000;
|
|
6766
6897
|
blockAid: "";
|
|
6767
6898
|
externalId: {
|
|
@@ -6926,6 +7057,7 @@ declare const sonic: Readonly<{
|
|
|
6926
7057
|
transactionType: "eip1559";
|
|
6927
7058
|
sortIndex: 15;
|
|
6928
7059
|
logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg";
|
|
7060
|
+
deprecated: false;
|
|
6929
7061
|
safeReorgDistance: 90000;
|
|
6930
7062
|
blockAid: "";
|
|
6931
7063
|
morpho: {};
|
|
@@ -7046,7 +7178,7 @@ declare const sonic: Readonly<{
|
|
|
7046
7178
|
readonly url: "https://sonicscan.org";
|
|
7047
7179
|
};
|
|
7048
7180
|
};
|
|
7049
|
-
blockTime
|
|
7181
|
+
blockTime: 630;
|
|
7050
7182
|
ensTlds?: readonly string[] | undefined;
|
|
7051
7183
|
id: 146;
|
|
7052
7184
|
name: "Sonic";
|
|
@@ -7077,6 +7209,7 @@ declare const taiko: Readonly<{
|
|
|
7077
7209
|
transactionType: "eip1559";
|
|
7078
7210
|
sortIndex: 4;
|
|
7079
7211
|
logoUrl: "https://assets.oku.trade/chains/taiko-logo.svg";
|
|
7212
|
+
deprecated: false;
|
|
7080
7213
|
safeReorgDistance: 90000;
|
|
7081
7214
|
blockAid: "";
|
|
7082
7215
|
externalId: {
|
|
@@ -7225,6 +7358,7 @@ declare const telos: Readonly<{
|
|
|
7225
7358
|
transactionType: "legacy";
|
|
7226
7359
|
sortIndex: 13;
|
|
7227
7360
|
logoUrl: "https://assets.oku.trade/chains/telos-logo.svg";
|
|
7361
|
+
deprecated: false;
|
|
7228
7362
|
safeReorgDistance: 90000;
|
|
7229
7363
|
blockAid: "";
|
|
7230
7364
|
externalId: {};
|
|
@@ -7360,6 +7494,7 @@ declare const tronShasta: Readonly<{
|
|
|
7360
7494
|
sortIndex: 15;
|
|
7361
7495
|
blockAid: "";
|
|
7362
7496
|
logoUrl: "https://assets.oku.trade/chains/tron.png";
|
|
7497
|
+
deprecated: false;
|
|
7363
7498
|
safeReorgDistance: 90000;
|
|
7364
7499
|
externalId: {};
|
|
7365
7500
|
markets: {};
|
|
@@ -7412,7 +7547,7 @@ declare const tronShasta: Readonly<{
|
|
|
7412
7547
|
};
|
|
7413
7548
|
ensRegistry?: import("viem").ChainContract | undefined;
|
|
7414
7549
|
ensUniversalResolver?: import("viem").ChainContract | undefined;
|
|
7415
|
-
|
|
7550
|
+
erc6492Verifier?: import("viem").ChainContract | undefined;
|
|
7416
7551
|
};
|
|
7417
7552
|
blockExplorers: {
|
|
7418
7553
|
readonly default: {
|
|
@@ -7450,6 +7585,7 @@ declare const unichain: Readonly<{
|
|
|
7450
7585
|
transactionType: "eip1559";
|
|
7451
7586
|
sortIndex: 15;
|
|
7452
7587
|
logoUrl: "https://assets.oku.trade/chains/unichain-logo.svg";
|
|
7588
|
+
deprecated: false;
|
|
7453
7589
|
safeReorgDistance: 90000;
|
|
7454
7590
|
blockAid: "unichain";
|
|
7455
7591
|
externalId: {
|
|
@@ -7592,7 +7728,7 @@ declare const unichain: Readonly<{
|
|
|
7592
7728
|
readonly apiUrl: "https://api.uniscan.xyz/api";
|
|
7593
7729
|
};
|
|
7594
7730
|
};
|
|
7595
|
-
blockTime:
|
|
7731
|
+
blockTime: 1000;
|
|
7596
7732
|
ensTlds?: readonly string[] | undefined;
|
|
7597
7733
|
id: 130;
|
|
7598
7734
|
nativeCurrency: {
|
|
@@ -7678,16 +7814,16 @@ declare const unichain: Readonly<{
|
|
|
7678
7814
|
r: import("viem").Hex;
|
|
7679
7815
|
s: import("viem").Hex;
|
|
7680
7816
|
v: bigint;
|
|
7817
|
+
value: bigint;
|
|
7818
|
+
gas: bigint;
|
|
7681
7819
|
to: import("abitype").Address | null;
|
|
7682
7820
|
from: import("abitype").Address;
|
|
7683
|
-
gas: bigint;
|
|
7684
7821
|
nonce: number;
|
|
7685
|
-
value: bigint;
|
|
7686
7822
|
blockHash: `0x${string}` | null;
|
|
7687
7823
|
blockNumber: bigint | null;
|
|
7824
|
+
transactionIndex: number | null;
|
|
7688
7825
|
hash: import("viem").Hash;
|
|
7689
7826
|
input: import("viem").Hex;
|
|
7690
|
-
transactionIndex: number | null;
|
|
7691
7827
|
typeHex: import("viem").Hex | null;
|
|
7692
7828
|
accessList?: undefined | undefined;
|
|
7693
7829
|
authorizationList?: undefined | undefined;
|
|
@@ -7856,6 +7992,7 @@ declare const worldchain: Readonly<{
|
|
|
7856
7992
|
transactionType: "eip1559";
|
|
7857
7993
|
sortIndex: 15;
|
|
7858
7994
|
logoUrl: "https://assets.oku.trade/chains/world-logo.png";
|
|
7995
|
+
deprecated: false;
|
|
7859
7996
|
safeReorgDistance: 90000;
|
|
7860
7997
|
blockAid: "";
|
|
7861
7998
|
externalId: {
|
|
@@ -8083,16 +8220,16 @@ declare const worldchain: Readonly<{
|
|
|
8083
8220
|
r: import("viem").Hex;
|
|
8084
8221
|
s: import("viem").Hex;
|
|
8085
8222
|
v: bigint;
|
|
8223
|
+
value: bigint;
|
|
8224
|
+
gas: bigint;
|
|
8086
8225
|
to: import("viem").Address | null;
|
|
8087
8226
|
from: import("viem").Address;
|
|
8088
|
-
gas: bigint;
|
|
8089
8227
|
nonce: number;
|
|
8090
|
-
value: bigint;
|
|
8091
8228
|
blockHash: `0x${string}` | null;
|
|
8092
8229
|
blockNumber: bigint | null;
|
|
8230
|
+
transactionIndex: number | null;
|
|
8093
8231
|
hash: import("viem").Hash;
|
|
8094
8232
|
input: import("viem").Hex;
|
|
8095
|
-
transactionIndex: number | null;
|
|
8096
8233
|
typeHex: import("viem").Hex | null;
|
|
8097
8234
|
accessList?: undefined | undefined;
|
|
8098
8235
|
authorizationList?: undefined | undefined;
|
|
@@ -8268,6 +8405,7 @@ declare const xdc: Readonly<{
|
|
|
8268
8405
|
transactionType: "legacy";
|
|
8269
8406
|
sortIndex: 15;
|
|
8270
8407
|
logoUrl: "https://assets.oku.trade/chains/xdc-logo.png";
|
|
8408
|
+
deprecated: false;
|
|
8271
8409
|
safeReorgDistance: 90000;
|
|
8272
8410
|
blockAid: "";
|
|
8273
8411
|
externalId: {};
|
|
@@ -8376,6 +8514,7 @@ declare const polygonZkEvm: Readonly<{
|
|
|
8376
8514
|
transactionType: "legacy";
|
|
8377
8515
|
blockTimeSeconds: 7;
|
|
8378
8516
|
logoUrl: "https://assets.oku.trade/chains/zkevm-logo.svg";
|
|
8517
|
+
deprecated: true;
|
|
8379
8518
|
safeReorgDistance: 90000;
|
|
8380
8519
|
blockAid: "";
|
|
8381
8520
|
morpho: {};
|
|
@@ -8510,6 +8649,7 @@ declare const zkSync: Readonly<{
|
|
|
8510
8649
|
launchTime: 1696514400;
|
|
8511
8650
|
transactionType: "eip1559";
|
|
8512
8651
|
logoUrl: "https://assets.oku.trade/chains/zksync-logo.svg";
|
|
8652
|
+
deprecated: false;
|
|
8513
8653
|
safeReorgDistance: 90000;
|
|
8514
8654
|
blockAid: "zksync";
|
|
8515
8655
|
morpho: {};
|
|
@@ -8620,7 +8760,7 @@ declare const zkSync: Readonly<{
|
|
|
8620
8760
|
multicall3: {
|
|
8621
8761
|
address: "0xF9cda624FBC7e059355ce98a31693d299FACd963";
|
|
8622
8762
|
};
|
|
8623
|
-
|
|
8763
|
+
erc6492Verifier: {
|
|
8624
8764
|
readonly address: "0xfB688330379976DA81eB64Fe4BF50d7401763B9C";
|
|
8625
8765
|
readonly blockCreated: 45659388;
|
|
8626
8766
|
};
|
|
@@ -8695,16 +8835,16 @@ declare const zkSync: Readonly<{
|
|
|
8695
8835
|
r: import("viem").Hex;
|
|
8696
8836
|
s: import("viem").Hex;
|
|
8697
8837
|
v: bigint;
|
|
8838
|
+
value: bigint;
|
|
8839
|
+
gas: bigint;
|
|
8698
8840
|
to: import("abitype").Address | null;
|
|
8699
8841
|
from: import("abitype").Address;
|
|
8700
|
-
gas: bigint;
|
|
8701
8842
|
nonce: number;
|
|
8702
|
-
value: bigint;
|
|
8703
8843
|
blockHash: `0x${string}` | null;
|
|
8704
8844
|
blockNumber: bigint | null;
|
|
8845
|
+
transactionIndex: number | null;
|
|
8705
8846
|
hash: import("viem").Hash;
|
|
8706
8847
|
input: import("viem").Hex;
|
|
8707
|
-
transactionIndex: number | null;
|
|
8708
8848
|
typeHex: import("viem").Hex | null;
|
|
8709
8849
|
accessList?: undefined | undefined;
|
|
8710
8850
|
authorizationList?: undefined | undefined;
|
|
@@ -8879,18 +9019,18 @@ declare const zkSync: Readonly<{
|
|
|
8879
9019
|
exclude: [
|
|
8880
9020
|
] | undefined;
|
|
8881
9021
|
format: (args: import("viem/chains").ZkSyncRpcTransactionReceipt) => {
|
|
8882
|
-
type: import("viem/chains").ZkSyncTransactionType;
|
|
8883
9022
|
contractAddress: import("abitype").Address | null | undefined;
|
|
9023
|
+
type: import("viem/chains").ZkSyncTransactionType;
|
|
9024
|
+
status: "success" | "reverted";
|
|
8884
9025
|
to: import("abitype").Address | null;
|
|
8885
9026
|
from: import("abitype").Address;
|
|
8886
9027
|
blockHash: import("viem").Hash;
|
|
8887
9028
|
blockNumber: bigint;
|
|
9029
|
+
transactionHash: import("viem").Hash;
|
|
8888
9030
|
transactionIndex: number;
|
|
8889
|
-
status: "success" | "reverted";
|
|
8890
9031
|
logsBloom: import("viem").Hex;
|
|
8891
9032
|
blobGasUsed?: bigint | undefined;
|
|
8892
9033
|
gasUsed: bigint;
|
|
8893
|
-
transactionHash: import("viem").Hash;
|
|
8894
9034
|
blobGasPrice?: bigint | undefined;
|
|
8895
9035
|
cumulativeGasUsed: bigint;
|
|
8896
9036
|
effectiveGasPrice: bigint;
|
|
@@ -8916,8 +9056,8 @@ declare const zkSync: Readonly<{
|
|
|
8916
9056
|
maxFeePerBlobGas?: undefined | undefined;
|
|
8917
9057
|
maxFeePerGas?: undefined | undefined;
|
|
8918
9058
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
8919
|
-
blobs?: undefined;
|
|
8920
9059
|
accessList?: undefined;
|
|
9060
|
+
blobs?: undefined;
|
|
8921
9061
|
blobVersionedHashes?: undefined;
|
|
8922
9062
|
kzg?: undefined;
|
|
8923
9063
|
sidecars?: undefined;
|
|
@@ -8964,10 +9104,10 @@ declare const zkSync: Readonly<{
|
|
|
8964
9104
|
} | {
|
|
8965
9105
|
type?: "0x3" | undefined;
|
|
8966
9106
|
data?: `0x${string}` | undefined;
|
|
8967
|
-
|
|
9107
|
+
value?: `0x${string}` | undefined;
|
|
8968
9108
|
gas?: `0x${string}` | undefined;
|
|
9109
|
+
from?: `0x${string}` | undefined;
|
|
8969
9110
|
nonce?: `0x${string}` | undefined;
|
|
8970
|
-
value?: `0x${string}` | undefined;
|
|
8971
9111
|
to: `0x${string}` | null;
|
|
8972
9112
|
gasPrice?: undefined | undefined;
|
|
8973
9113
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
@@ -8981,17 +9121,17 @@ declare const zkSync: Readonly<{
|
|
|
8981
9121
|
authorizationList?: undefined;
|
|
8982
9122
|
eip712Meta?: undefined | undefined;
|
|
8983
9123
|
} | {
|
|
8984
|
-
type?: "0x4" | undefined;
|
|
8985
9124
|
gasPrice?: undefined | undefined;
|
|
8986
9125
|
maxFeePerBlobGas?: undefined | undefined;
|
|
8987
9126
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
8988
9127
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
8989
|
-
|
|
9128
|
+
type?: "0x4" | undefined;
|
|
8990
9129
|
data?: `0x${string}` | undefined;
|
|
8991
|
-
|
|
9130
|
+
value?: `0x${string}` | undefined;
|
|
8992
9131
|
gas?: `0x${string}` | undefined;
|
|
9132
|
+
to?: `0x${string}` | null | undefined;
|
|
9133
|
+
from?: `0x${string}` | undefined;
|
|
8993
9134
|
nonce?: `0x${string}` | undefined;
|
|
8994
|
-
value?: `0x${string}` | undefined;
|
|
8995
9135
|
accessList?: import("viem").AccessList | undefined;
|
|
8996
9136
|
authorizationList?: import("viem").RpcAuthorizationList | undefined;
|
|
8997
9137
|
blobs?: undefined;
|
|
@@ -9206,6 +9346,7 @@ interface IChainInfo<formatters extends ChainFormatters | undefined = ChainForma
|
|
|
9206
9346
|
morpho: MorphoMetadata;
|
|
9207
9347
|
token: TokenMetadata;
|
|
9208
9348
|
oku: OkuMetadata;
|
|
9349
|
+
deprecated: boolean;
|
|
9209
9350
|
contracts: {
|
|
9210
9351
|
[key: string]: ChainContract | {
|
|
9211
9352
|
[chainId: number]: ChainContract;
|
|
@@ -9228,6 +9369,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9228
9369
|
sortIndex: 1;
|
|
9229
9370
|
blockTimeSeconds: 0.25;
|
|
9230
9371
|
logoUrl: "https://assets.oku.trade/chains/arbitrum-logo.svg";
|
|
9372
|
+
deprecated: false;
|
|
9231
9373
|
safeReorgDistance: number;
|
|
9232
9374
|
blockAid: "arbitrum";
|
|
9233
9375
|
morpho: {};
|
|
@@ -9421,6 +9563,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9421
9563
|
transactionType: "eip1559";
|
|
9422
9564
|
blockTimeSeconds: 2;
|
|
9423
9565
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/base-logo.svg";
|
|
9566
|
+
deprecated: false;
|
|
9424
9567
|
blockAid: "base";
|
|
9425
9568
|
defaultPool: "0xd0b53d9277642d899df5c87a3966a349a798f224";
|
|
9426
9569
|
defaultToken0: "0x4200000000000000000000000000000000000006";
|
|
@@ -9701,16 +9844,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9701
9844
|
r: import("viem").Hex;
|
|
9702
9845
|
s: import("viem").Hex;
|
|
9703
9846
|
v: bigint;
|
|
9847
|
+
value: bigint;
|
|
9848
|
+
gas: bigint;
|
|
9704
9849
|
to: import("abitype").Address | null;
|
|
9705
9850
|
from: import("abitype").Address;
|
|
9706
|
-
gas: bigint;
|
|
9707
9851
|
nonce: number;
|
|
9708
|
-
value: bigint;
|
|
9709
9852
|
blockHash: `0x${string}` | null;
|
|
9710
9853
|
blockNumber: bigint | null;
|
|
9854
|
+
transactionIndex: number | null;
|
|
9711
9855
|
hash: import("viem").Hash;
|
|
9712
9856
|
input: import("viem").Hex;
|
|
9713
|
-
transactionIndex: number | null;
|
|
9714
9857
|
typeHex: import("viem").Hex | null;
|
|
9715
9858
|
accessList?: undefined | undefined;
|
|
9716
9859
|
authorizationList?: undefined | undefined;
|
|
@@ -9879,6 +10022,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9879
10022
|
sortIndex: 11;
|
|
9880
10023
|
blockTimeSeconds: 2;
|
|
9881
10024
|
logoUrl: "https://assets.oku.trade/chains/boba-logo.svg";
|
|
10025
|
+
deprecated: false;
|
|
9882
10026
|
safeReorgDistance: 90000;
|
|
9883
10027
|
blockAid: "";
|
|
9884
10028
|
externalId: {
|
|
@@ -10006,6 +10150,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10006
10150
|
transactionType: "eip1559";
|
|
10007
10151
|
sortIndex: 14;
|
|
10008
10152
|
logoUrl: "https://assets.oku.trade/chains/blast-logo.svg";
|
|
10153
|
+
deprecated: true;
|
|
10009
10154
|
safeReorgDistance: 90000;
|
|
10010
10155
|
blockAid: "blast";
|
|
10011
10156
|
externalId: {
|
|
@@ -10229,16 +10374,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10229
10374
|
r: import("viem").Hex;
|
|
10230
10375
|
s: import("viem").Hex;
|
|
10231
10376
|
v: bigint;
|
|
10377
|
+
value: bigint;
|
|
10378
|
+
gas: bigint;
|
|
10232
10379
|
to: import("abitype").Address | null;
|
|
10233
10380
|
from: import("abitype").Address;
|
|
10234
|
-
gas: bigint;
|
|
10235
10381
|
nonce: number;
|
|
10236
|
-
value: bigint;
|
|
10237
10382
|
blockHash: `0x${string}` | null;
|
|
10238
10383
|
blockNumber: bigint | null;
|
|
10384
|
+
transactionIndex: number | null;
|
|
10239
10385
|
hash: import("viem").Hash;
|
|
10240
10386
|
input: import("viem").Hex;
|
|
10241
|
-
transactionIndex: number | null;
|
|
10242
10387
|
typeHex: import("viem").Hex | null;
|
|
10243
10388
|
accessList?: undefined | undefined;
|
|
10244
10389
|
authorizationList?: undefined | undefined;
|
|
@@ -10407,6 +10552,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10407
10552
|
sortIndex: 9;
|
|
10408
10553
|
blockTimeSeconds: 3;
|
|
10409
10554
|
logoUrl: "https://assets.oku.trade/chains/bsc-logo.svg";
|
|
10555
|
+
deprecated: false;
|
|
10410
10556
|
safeReorgDistance: 90000;
|
|
10411
10557
|
blockAid: "bsc";
|
|
10412
10558
|
externalId: {
|
|
@@ -10552,7 +10698,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10552
10698
|
readonly apiUrl: "https://api.bscscan.com/api";
|
|
10553
10699
|
};
|
|
10554
10700
|
};
|
|
10555
|
-
blockTime
|
|
10701
|
+
blockTime: 750;
|
|
10556
10702
|
ensTlds?: readonly string[] | undefined;
|
|
10557
10703
|
id: 56;
|
|
10558
10704
|
nativeCurrency: {
|
|
@@ -10600,6 +10746,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10600
10746
|
};
|
|
10601
10747
|
};
|
|
10602
10748
|
logoUrl: "https://assets.oku.trade/chains/filecoin-logo.svg";
|
|
10749
|
+
deprecated: false;
|
|
10603
10750
|
externalId: {};
|
|
10604
10751
|
markets: {};
|
|
10605
10752
|
bridges: {};
|
|
@@ -10712,6 +10859,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10712
10859
|
blockTimeSeconds: 15;
|
|
10713
10860
|
safeReorgDistance: 90000;
|
|
10714
10861
|
logoUrl: "https://assets.oku.trade/chains/ethereum-logo.webp";
|
|
10862
|
+
deprecated: false;
|
|
10715
10863
|
blockAid: "ethereum";
|
|
10716
10864
|
morpho: {
|
|
10717
10865
|
deployBlock: number;
|
|
@@ -10878,12 +11026,9 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10878
11026
|
multicall3: {
|
|
10879
11027
|
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
10880
11028
|
};
|
|
10881
|
-
ensRegistry: {
|
|
10882
|
-
readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
|
|
10883
|
-
};
|
|
10884
11029
|
ensUniversalResolver: {
|
|
10885
|
-
readonly address: "
|
|
10886
|
-
readonly blockCreated:
|
|
11030
|
+
readonly address: "0xeeeeeeee14d718c2b47d9923deab1335e144eeee";
|
|
11031
|
+
readonly blockCreated: 23085558;
|
|
10887
11032
|
};
|
|
10888
11033
|
};
|
|
10889
11034
|
blockExplorers: {
|
|
@@ -10893,7 +11038,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10893
11038
|
readonly apiUrl: "https://api.etherscan.io/api";
|
|
10894
11039
|
};
|
|
10895
11040
|
};
|
|
10896
|
-
blockTime
|
|
11041
|
+
blockTime: 12000;
|
|
10897
11042
|
ensTlds?: readonly string[] | undefined;
|
|
10898
11043
|
id: 1;
|
|
10899
11044
|
name: "Ethereum";
|
|
@@ -10916,6 +11061,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10916
11061
|
transactionType: "eip1559";
|
|
10917
11062
|
blockTimeSeconds: 30;
|
|
10918
11063
|
logoUrl: "https://assets.oku.trade/chains/moonbeam-logo.svg";
|
|
11064
|
+
deprecated: true;
|
|
10919
11065
|
safeReorgDistance: 90000;
|
|
10920
11066
|
blockAid: "";
|
|
10921
11067
|
externalId: {
|
|
@@ -11055,6 +11201,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11055
11201
|
transactionType: "eip1559";
|
|
11056
11202
|
sortIndex: 2;
|
|
11057
11203
|
logoUrl: "https://assets.oku.trade/chains/optimism-logo.svg";
|
|
11204
|
+
deprecated: false;
|
|
11058
11205
|
safeReorgDistance: 90000;
|
|
11059
11206
|
blockAid: "optimism";
|
|
11060
11207
|
externalId: {
|
|
@@ -11342,16 +11489,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11342
11489
|
r: import("viem").Hex;
|
|
11343
11490
|
s: import("viem").Hex;
|
|
11344
11491
|
v: bigint;
|
|
11492
|
+
value: bigint;
|
|
11493
|
+
gas: bigint;
|
|
11345
11494
|
to: import("abitype").Address | null;
|
|
11346
11495
|
from: import("abitype").Address;
|
|
11347
|
-
gas: bigint;
|
|
11348
11496
|
nonce: number;
|
|
11349
|
-
value: bigint;
|
|
11350
11497
|
blockHash: `0x${string}` | null;
|
|
11351
11498
|
blockNumber: bigint | null;
|
|
11499
|
+
transactionIndex: number | null;
|
|
11352
11500
|
hash: import("viem").Hash;
|
|
11353
11501
|
input: import("viem").Hex;
|
|
11354
|
-
transactionIndex: number | null;
|
|
11355
11502
|
typeHex: import("viem").Hex | null;
|
|
11356
11503
|
accessList?: undefined | undefined;
|
|
11357
11504
|
authorizationList?: undefined | undefined;
|
|
@@ -11519,6 +11666,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11519
11666
|
transactionType: "eip1559";
|
|
11520
11667
|
sortIndex: 3;
|
|
11521
11668
|
logoUrl: "https://assets.oku.trade/chains/polygon-logo.webp";
|
|
11669
|
+
deprecated: false;
|
|
11522
11670
|
safeReorgDistance: 90000;
|
|
11523
11671
|
blockAid: "polygon";
|
|
11524
11672
|
externalId: {
|
|
@@ -11706,6 +11854,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11706
11854
|
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
11707
11855
|
blockTimeSeconds: 33;
|
|
11708
11856
|
logoUrl: "https://assets.oku.trade/chains/rootstock-logo.svg";
|
|
11857
|
+
deprecated: false;
|
|
11709
11858
|
safeReorgDistance: 90000;
|
|
11710
11859
|
blockAid: "";
|
|
11711
11860
|
externalId: {};
|
|
@@ -11846,6 +11995,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
11846
11995
|
transactionType: "eip1559";
|
|
11847
11996
|
blockTimeSeconds: 3;
|
|
11848
11997
|
logoUrl: "https://assets.oku.trade/chains/scroll-logo.png";
|
|
11998
|
+
deprecated: false;
|
|
11849
11999
|
safeReorgDistance: 90000;
|
|
11850
12000
|
blockAid: "scroll";
|
|
11851
12001
|
externalId: {
|
|
@@ -12002,6 +12152,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12002
12152
|
transactionType: "legacy";
|
|
12003
12153
|
blockTimeSeconds: 7;
|
|
12004
12154
|
logoUrl: "https://assets.oku.trade/chains/zkevm-logo.svg";
|
|
12155
|
+
deprecated: true;
|
|
12005
12156
|
safeReorgDistance: 90000;
|
|
12006
12157
|
blockAid: "";
|
|
12007
12158
|
morpho: {};
|
|
@@ -12133,6 +12284,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12133
12284
|
launchTime: 1696514400;
|
|
12134
12285
|
transactionType: "eip1559";
|
|
12135
12286
|
logoUrl: "https://assets.oku.trade/chains/zksync-logo.svg";
|
|
12287
|
+
deprecated: false;
|
|
12136
12288
|
safeReorgDistance: 90000;
|
|
12137
12289
|
blockAid: "zksync";
|
|
12138
12290
|
morpho: {};
|
|
@@ -12243,7 +12395,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12243
12395
|
multicall3: {
|
|
12244
12396
|
address: "0xF9cda624FBC7e059355ce98a31693d299FACd963";
|
|
12245
12397
|
};
|
|
12246
|
-
|
|
12398
|
+
erc6492Verifier: {
|
|
12247
12399
|
readonly address: "0xfB688330379976DA81eB64Fe4BF50d7401763B9C";
|
|
12248
12400
|
readonly blockCreated: 45659388;
|
|
12249
12401
|
};
|
|
@@ -12312,16 +12464,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12312
12464
|
r: import("viem").Hex;
|
|
12313
12465
|
s: import("viem").Hex;
|
|
12314
12466
|
v: bigint;
|
|
12467
|
+
value: bigint;
|
|
12468
|
+
gas: bigint;
|
|
12315
12469
|
to: import("abitype").Address | null;
|
|
12316
12470
|
from: import("abitype").Address;
|
|
12317
|
-
gas: bigint;
|
|
12318
12471
|
nonce: number;
|
|
12319
|
-
value: bigint;
|
|
12320
12472
|
blockHash: `0x${string}` | null;
|
|
12321
12473
|
blockNumber: bigint | null;
|
|
12474
|
+
transactionIndex: number | null;
|
|
12322
12475
|
hash: import("viem").Hash;
|
|
12323
12476
|
input: import("viem").Hex;
|
|
12324
|
-
transactionIndex: number | null;
|
|
12325
12477
|
typeHex: import("viem").Hex | null;
|
|
12326
12478
|
accessList?: undefined | undefined;
|
|
12327
12479
|
authorizationList?: undefined | undefined;
|
|
@@ -12495,18 +12647,18 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12495
12647
|
readonly transactionReceipt: {
|
|
12496
12648
|
exclude: [] | undefined;
|
|
12497
12649
|
format: (args: import("viem/zksync").ZkSyncRpcTransactionReceipt) => {
|
|
12498
|
-
type: import("viem/zksync").ZkSyncTransactionType;
|
|
12499
12650
|
contractAddress: import("abitype").Address | null | undefined;
|
|
12651
|
+
type: import("viem/zksync").ZkSyncTransactionType;
|
|
12652
|
+
status: "success" | "reverted";
|
|
12500
12653
|
to: import("abitype").Address | null;
|
|
12501
12654
|
from: import("abitype").Address;
|
|
12502
12655
|
blockHash: import("viem").Hash;
|
|
12503
12656
|
blockNumber: bigint;
|
|
12657
|
+
transactionHash: import("viem").Hash;
|
|
12504
12658
|
transactionIndex: number;
|
|
12505
|
-
status: "success" | "reverted";
|
|
12506
12659
|
logsBloom: import("viem").Hex;
|
|
12507
12660
|
blobGasUsed?: bigint | undefined;
|
|
12508
12661
|
gasUsed: bigint;
|
|
12509
|
-
transactionHash: import("viem").Hash;
|
|
12510
12662
|
blobGasPrice?: bigint | undefined;
|
|
12511
12663
|
cumulativeGasUsed: bigint;
|
|
12512
12664
|
effectiveGasPrice: bigint;
|
|
@@ -12532,8 +12684,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12532
12684
|
maxFeePerBlobGas?: undefined | undefined;
|
|
12533
12685
|
maxFeePerGas?: undefined | undefined;
|
|
12534
12686
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
12535
|
-
blobs?: undefined;
|
|
12536
12687
|
accessList?: undefined;
|
|
12688
|
+
blobs?: undefined;
|
|
12537
12689
|
blobVersionedHashes?: undefined;
|
|
12538
12690
|
kzg?: undefined;
|
|
12539
12691
|
sidecars?: undefined;
|
|
@@ -12580,10 +12732,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12580
12732
|
} | {
|
|
12581
12733
|
type?: "0x3" | undefined;
|
|
12582
12734
|
data?: `0x${string}` | undefined;
|
|
12583
|
-
|
|
12735
|
+
value?: `0x${string}` | undefined;
|
|
12584
12736
|
gas?: `0x${string}` | undefined;
|
|
12737
|
+
from?: `0x${string}` | undefined;
|
|
12585
12738
|
nonce?: `0x${string}` | undefined;
|
|
12586
|
-
value?: `0x${string}` | undefined;
|
|
12587
12739
|
to: `0x${string}` | null;
|
|
12588
12740
|
gasPrice?: undefined | undefined;
|
|
12589
12741
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
@@ -12597,17 +12749,17 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12597
12749
|
authorizationList?: undefined;
|
|
12598
12750
|
eip712Meta?: undefined | undefined;
|
|
12599
12751
|
} | {
|
|
12600
|
-
type?: "0x4" | undefined;
|
|
12601
12752
|
gasPrice?: undefined | undefined;
|
|
12602
12753
|
maxFeePerBlobGas?: undefined | undefined;
|
|
12603
12754
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
12604
12755
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
12605
|
-
|
|
12756
|
+
type?: "0x4" | undefined;
|
|
12606
12757
|
data?: `0x${string}` | undefined;
|
|
12607
|
-
|
|
12758
|
+
value?: `0x${string}` | undefined;
|
|
12608
12759
|
gas?: `0x${string}` | undefined;
|
|
12760
|
+
to?: `0x${string}` | null | undefined;
|
|
12761
|
+
from?: `0x${string}` | undefined;
|
|
12609
12762
|
nonce?: `0x${string}` | undefined;
|
|
12610
|
-
value?: `0x${string}` | undefined;
|
|
12611
12763
|
accessList?: import("viem").AccessList | undefined;
|
|
12612
12764
|
authorizationList?: import("viem").RpcAuthorizationList | undefined;
|
|
12613
12765
|
blobs?: undefined;
|
|
@@ -12650,6 +12802,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12650
12802
|
blockTimeSeconds: 2;
|
|
12651
12803
|
sortIndex: 13;
|
|
12652
12804
|
logoUrl: "https://assets.oku.trade/chains/manta-logo.png";
|
|
12805
|
+
deprecated: true;
|
|
12653
12806
|
safeReorgDistance: 90000;
|
|
12654
12807
|
blockAid: "";
|
|
12655
12808
|
externalId: {};
|
|
@@ -12777,6 +12930,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12777
12930
|
sortIndex: 15;
|
|
12778
12931
|
morpho: {};
|
|
12779
12932
|
logoUrl: "https://assets.oku.trade/chains/linea-logo.svg";
|
|
12933
|
+
deprecated: false;
|
|
12780
12934
|
safeReorgDistance: 100;
|
|
12781
12935
|
blockAid: "linea";
|
|
12782
12936
|
externalId: {
|
|
@@ -12898,8 +13052,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12898
13052
|
readonly blockCreated: 6682888;
|
|
12899
13053
|
};
|
|
12900
13054
|
ensUniversalResolver: {
|
|
12901
|
-
readonly address: "
|
|
12902
|
-
readonly blockCreated:
|
|
13055
|
+
readonly address: "0x4D41762915F83c76EcaF6776d9b08076aA32b492";
|
|
13056
|
+
readonly blockCreated: 22222151;
|
|
12903
13057
|
};
|
|
12904
13058
|
};
|
|
12905
13059
|
blockExplorers: {
|
|
@@ -12940,6 +13094,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
12940
13094
|
transactionType: "eip1559";
|
|
12941
13095
|
sortIndex: 4;
|
|
12942
13096
|
logoUrl: "https://assets.oku.trade/chains/taiko-logo.svg";
|
|
13097
|
+
deprecated: false;
|
|
12943
13098
|
safeReorgDistance: 90000;
|
|
12944
13099
|
blockAid: "";
|
|
12945
13100
|
externalId: {
|
|
@@ -13084,6 +13239,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13084
13239
|
transactionType: "eip1559";
|
|
13085
13240
|
sortIndex: 15;
|
|
13086
13241
|
logoUrl: "https://assets.oku.trade/chains/mantle-logo.png";
|
|
13242
|
+
deprecated: false;
|
|
13087
13243
|
safeReorgDistance: 90000;
|
|
13088
13244
|
blockAid: "";
|
|
13089
13245
|
externalId: {
|
|
@@ -13228,6 +13384,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13228
13384
|
transactionType: "eip1559";
|
|
13229
13385
|
sortIndex: 5;
|
|
13230
13386
|
logoUrl: "https://assets.oku.trade/chains/sei-logo.svg";
|
|
13387
|
+
deprecated: false;
|
|
13231
13388
|
safeReorgDistance: 90000;
|
|
13232
13389
|
blockAid: "";
|
|
13233
13390
|
externalId: {
|
|
@@ -13387,6 +13544,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13387
13544
|
transactionType: "eip1559";
|
|
13388
13545
|
sortIndex: 15;
|
|
13389
13546
|
logoUrl: "https://assets.oku.trade/chains/lisk-logo.png";
|
|
13547
|
+
deprecated: true;
|
|
13390
13548
|
safeReorgDistance: 90000;
|
|
13391
13549
|
blockAid: "";
|
|
13392
13550
|
externalId: {
|
|
@@ -13586,16 +13744,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13586
13744
|
r: import("viem").Hex;
|
|
13587
13745
|
s: import("viem").Hex;
|
|
13588
13746
|
v: bigint;
|
|
13747
|
+
value: bigint;
|
|
13748
|
+
gas: bigint;
|
|
13589
13749
|
to: import("abitype").Address | null;
|
|
13590
13750
|
from: import("abitype").Address;
|
|
13591
|
-
gas: bigint;
|
|
13592
13751
|
nonce: number;
|
|
13593
|
-
value: bigint;
|
|
13594
13752
|
blockHash: `0x${string}` | null;
|
|
13595
13753
|
blockNumber: bigint | null;
|
|
13754
|
+
transactionIndex: number | null;
|
|
13596
13755
|
hash: import("viem").Hash;
|
|
13597
13756
|
input: import("viem").Hex;
|
|
13598
|
-
transactionIndex: number | null;
|
|
13599
13757
|
typeHex: import("viem").Hex | null;
|
|
13600
13758
|
accessList?: undefined | undefined;
|
|
13601
13759
|
authorizationList?: undefined | undefined;
|
|
@@ -13763,6 +13921,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13763
13921
|
transactionType: "eip1559";
|
|
13764
13922
|
sortIndex: 15;
|
|
13765
13923
|
logoUrl: "https://assets.oku.trade/chains/bob-logo.svg";
|
|
13924
|
+
deprecated: false;
|
|
13766
13925
|
safeReorgDistance: 90000;
|
|
13767
13926
|
blockAid: "";
|
|
13768
13927
|
externalId: {
|
|
@@ -13984,16 +14143,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
13984
14143
|
r: import("viem").Hex;
|
|
13985
14144
|
s: import("viem").Hex;
|
|
13986
14145
|
v: bigint;
|
|
14146
|
+
value: bigint;
|
|
14147
|
+
gas: bigint;
|
|
13987
14148
|
to: import("abitype").Address | null;
|
|
13988
14149
|
from: import("abitype").Address;
|
|
13989
|
-
gas: bigint;
|
|
13990
14150
|
nonce: number;
|
|
13991
|
-
value: bigint;
|
|
13992
14151
|
blockHash: `0x${string}` | null;
|
|
13993
14152
|
blockNumber: bigint | null;
|
|
14153
|
+
transactionIndex: number | null;
|
|
13994
14154
|
hash: import("viem").Hash;
|
|
13995
14155
|
input: import("viem").Hex;
|
|
13996
|
-
transactionIndex: number | null;
|
|
13997
14156
|
typeHex: import("viem").Hex | null;
|
|
13998
14157
|
accessList?: undefined | undefined;
|
|
13999
14158
|
authorizationList?: undefined | undefined;
|
|
@@ -14161,6 +14320,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14161
14320
|
sortIndex: 18;
|
|
14162
14321
|
blockAid: "";
|
|
14163
14322
|
logoUrl: "https://assets.oku.trade/chains/gnosis-logo.png";
|
|
14323
|
+
deprecated: false;
|
|
14164
14324
|
safeReorgDistance: 90000;
|
|
14165
14325
|
morpho: {};
|
|
14166
14326
|
externalId: {
|
|
@@ -14327,6 +14487,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14327
14487
|
transactionType: "eip1559";
|
|
14328
14488
|
sortIndex: 15;
|
|
14329
14489
|
logoUrl: "https://assets.oku.trade/chains/metal-logo.png";
|
|
14490
|
+
deprecated: false;
|
|
14330
14491
|
safeReorgDistance: 90000;
|
|
14331
14492
|
blockAid: "";
|
|
14332
14493
|
externalId: {};
|
|
@@ -14520,16 +14681,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14520
14681
|
r: import("viem").Hex;
|
|
14521
14682
|
s: import("viem").Hex;
|
|
14522
14683
|
v: bigint;
|
|
14684
|
+
value: bigint;
|
|
14685
|
+
gas: bigint;
|
|
14523
14686
|
to: import("abitype").Address | null;
|
|
14524
14687
|
from: import("abitype").Address;
|
|
14525
|
-
gas: bigint;
|
|
14526
14688
|
nonce: number;
|
|
14527
|
-
value: bigint;
|
|
14528
14689
|
blockHash: `0x${string}` | null;
|
|
14529
14690
|
blockNumber: bigint | null;
|
|
14691
|
+
transactionIndex: number | null;
|
|
14530
14692
|
hash: import("viem").Hash;
|
|
14531
14693
|
input: import("viem").Hex;
|
|
14532
|
-
transactionIndex: number | null;
|
|
14533
14694
|
typeHex: import("viem").Hex | null;
|
|
14534
14695
|
accessList?: undefined | undefined;
|
|
14535
14696
|
authorizationList?: undefined | undefined;
|
|
@@ -14697,6 +14858,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14697
14858
|
transactionType: "eip1559";
|
|
14698
14859
|
sortIndex: 15;
|
|
14699
14860
|
logoUrl: "https://assets.oku.trade/chains/corn-logo.png";
|
|
14861
|
+
deprecated: false;
|
|
14700
14862
|
safeReorgDistance: 90000;
|
|
14701
14863
|
blockAid: "";
|
|
14702
14864
|
externalId: {
|
|
@@ -14822,6 +14984,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14822
14984
|
transactionType: "eip1559";
|
|
14823
14985
|
sortIndex: 15;
|
|
14824
14986
|
logoUrl: "https://assets.oku.trade/chains/sonic-logo.svg";
|
|
14987
|
+
deprecated: false;
|
|
14825
14988
|
safeReorgDistance: 90000;
|
|
14826
14989
|
blockAid: "";
|
|
14827
14990
|
morpho: {};
|
|
@@ -14942,7 +15105,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14942
15105
|
readonly url: "https://sonicscan.org";
|
|
14943
15106
|
};
|
|
14944
15107
|
};
|
|
14945
|
-
blockTime
|
|
15108
|
+
blockTime: 630;
|
|
14946
15109
|
ensTlds?: readonly string[] | undefined;
|
|
14947
15110
|
id: 146;
|
|
14948
15111
|
name: "Sonic";
|
|
@@ -14969,6 +15132,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
14969
15132
|
transactionType: "eip1559";
|
|
14970
15133
|
sortIndex: 15;
|
|
14971
15134
|
logoUrl: "https://assets.oku.trade/chains/celo-logo.svg";
|
|
15135
|
+
deprecated: false;
|
|
14972
15136
|
safeReorgDistance: 90000;
|
|
14973
15137
|
blockAid: "";
|
|
14974
15138
|
externalId: {};
|
|
@@ -15130,16 +15294,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15130
15294
|
r: import("viem").Hex;
|
|
15131
15295
|
s: import("viem").Hex;
|
|
15132
15296
|
v: bigint;
|
|
15297
|
+
value: bigint;
|
|
15298
|
+
gas: bigint;
|
|
15133
15299
|
to: import("abitype").Address | null;
|
|
15134
15300
|
from: import("abitype").Address;
|
|
15135
|
-
gas: bigint;
|
|
15136
15301
|
nonce: number;
|
|
15137
|
-
value: bigint;
|
|
15138
15302
|
blockHash: `0x${string}` | null;
|
|
15139
15303
|
blockNumber: bigint | null;
|
|
15304
|
+
transactionIndex: number | null;
|
|
15140
15305
|
hash: import("viem").Hash;
|
|
15141
15306
|
input: import("viem").Hex;
|
|
15142
|
-
transactionIndex: number | null;
|
|
15143
15307
|
typeHex: import("viem").Hex | null;
|
|
15144
15308
|
accessList?: undefined | undefined;
|
|
15145
15309
|
authorizationList?: undefined | undefined;
|
|
@@ -15391,8 +15555,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15391
15555
|
maxFeePerBlobGas?: undefined | undefined;
|
|
15392
15556
|
maxFeePerGas?: undefined | undefined;
|
|
15393
15557
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
15394
|
-
blobs?: undefined;
|
|
15395
15558
|
accessList?: undefined;
|
|
15559
|
+
blobs?: undefined;
|
|
15396
15560
|
blobVersionedHashes?: undefined;
|
|
15397
15561
|
kzg?: undefined;
|
|
15398
15562
|
sidecars?: undefined;
|
|
@@ -15439,10 +15603,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15439
15603
|
} | {
|
|
15440
15604
|
type?: "0x3" | undefined;
|
|
15441
15605
|
data?: `0x${string}` | undefined;
|
|
15442
|
-
|
|
15606
|
+
value?: `0x${string}` | undefined;
|
|
15443
15607
|
gas?: `0x${string}` | undefined;
|
|
15608
|
+
from?: `0x${string}` | undefined;
|
|
15444
15609
|
nonce?: `0x${string}` | undefined;
|
|
15445
|
-
value?: `0x${string}` | undefined;
|
|
15446
15610
|
to: `0x${string}` | null;
|
|
15447
15611
|
gasPrice?: undefined | undefined;
|
|
15448
15612
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
@@ -15456,17 +15620,17 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15456
15620
|
authorizationList?: undefined;
|
|
15457
15621
|
feeCurrency?: `0x${string}` | undefined;
|
|
15458
15622
|
} | {
|
|
15459
|
-
type?: "0x4" | undefined;
|
|
15460
15623
|
gasPrice?: undefined | undefined;
|
|
15461
15624
|
maxFeePerBlobGas?: undefined | undefined;
|
|
15462
15625
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
15463
15626
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
15464
|
-
|
|
15627
|
+
type?: "0x4" | undefined;
|
|
15465
15628
|
data?: `0x${string}` | undefined;
|
|
15466
|
-
|
|
15629
|
+
value?: `0x${string}` | undefined;
|
|
15467
15630
|
gas?: `0x${string}` | undefined;
|
|
15631
|
+
to?: `0x${string}` | null | undefined;
|
|
15632
|
+
from?: `0x${string}` | undefined;
|
|
15468
15633
|
nonce?: `0x${string}` | undefined;
|
|
15469
|
-
value?: `0x${string}` | undefined;
|
|
15470
15634
|
accessList?: import("viem").AccessList | undefined;
|
|
15471
15635
|
authorizationList?: import("viem").RpcAuthorizationList | undefined;
|
|
15472
15636
|
blobs?: undefined;
|
|
@@ -15537,16 +15701,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15537
15701
|
r: import("viem").Hex;
|
|
15538
15702
|
s: import("viem").Hex;
|
|
15539
15703
|
v: bigint;
|
|
15704
|
+
value: bigint;
|
|
15705
|
+
gas: bigint;
|
|
15540
15706
|
to: import("abitype").Address | null;
|
|
15541
15707
|
from: import("abitype").Address;
|
|
15542
|
-
gas: bigint;
|
|
15543
15708
|
nonce: number;
|
|
15544
|
-
value: bigint;
|
|
15545
15709
|
blockHash: `0x${string}` | null;
|
|
15546
15710
|
blockNumber: bigint | null;
|
|
15711
|
+
transactionIndex: number | null;
|
|
15547
15712
|
hash: import("viem").Hash;
|
|
15548
15713
|
input: import("viem").Hex;
|
|
15549
|
-
transactionIndex: number | null;
|
|
15550
15714
|
typeHex: import("viem").Hex | null;
|
|
15551
15715
|
accessList?: undefined | undefined;
|
|
15552
15716
|
authorizationList?: undefined | undefined;
|
|
@@ -15798,8 +15962,8 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15798
15962
|
maxFeePerBlobGas?: undefined | undefined;
|
|
15799
15963
|
maxFeePerGas?: undefined | undefined;
|
|
15800
15964
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
15801
|
-
blobs?: undefined;
|
|
15802
15965
|
accessList?: undefined;
|
|
15966
|
+
blobs?: undefined;
|
|
15803
15967
|
blobVersionedHashes?: undefined;
|
|
15804
15968
|
kzg?: undefined;
|
|
15805
15969
|
sidecars?: undefined;
|
|
@@ -15846,10 +16010,10 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15846
16010
|
} | {
|
|
15847
16011
|
type?: "0x3" | undefined;
|
|
15848
16012
|
data?: `0x${string}` | undefined;
|
|
15849
|
-
|
|
16013
|
+
value?: `0x${string}` | undefined;
|
|
15850
16014
|
gas?: `0x${string}` | undefined;
|
|
16015
|
+
from?: `0x${string}` | undefined;
|
|
15851
16016
|
nonce?: `0x${string}` | undefined;
|
|
15852
|
-
value?: `0x${string}` | undefined;
|
|
15853
16017
|
to: `0x${string}` | null;
|
|
15854
16018
|
gasPrice?: undefined | undefined;
|
|
15855
16019
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
@@ -15863,17 +16027,17 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15863
16027
|
authorizationList?: undefined;
|
|
15864
16028
|
feeCurrency?: `0x${string}` | undefined;
|
|
15865
16029
|
} | {
|
|
15866
|
-
type?: "0x4" | undefined;
|
|
15867
16030
|
gasPrice?: undefined | undefined;
|
|
15868
16031
|
maxFeePerBlobGas?: undefined | undefined;
|
|
15869
16032
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
15870
16033
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
15871
|
-
|
|
16034
|
+
type?: "0x4" | undefined;
|
|
15872
16035
|
data?: `0x${string}` | undefined;
|
|
15873
|
-
|
|
16036
|
+
value?: `0x${string}` | undefined;
|
|
15874
16037
|
gas?: `0x${string}` | undefined;
|
|
16038
|
+
to?: `0x${string}` | null | undefined;
|
|
16039
|
+
from?: `0x${string}` | undefined;
|
|
15875
16040
|
nonce?: `0x${string}` | undefined;
|
|
15876
|
-
value?: `0x${string}` | undefined;
|
|
15877
16041
|
accessList?: import("viem").AccessList | undefined;
|
|
15878
16042
|
authorizationList?: import("viem").RpcAuthorizationList | undefined;
|
|
15879
16043
|
blobs?: undefined;
|
|
@@ -15913,6 +16077,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
15913
16077
|
transactionType: "eip1559";
|
|
15914
16078
|
sortIndex: 13;
|
|
15915
16079
|
logoUrl: "https://assets.oku.trade/chains/hemi-logo.svg";
|
|
16080
|
+
deprecated: false;
|
|
15916
16081
|
safeReorgDistance: 90000;
|
|
15917
16082
|
blockAid: "";
|
|
15918
16083
|
externalId: {};
|
|
@@ -16004,7 +16169,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16004
16169
|
};
|
|
16005
16170
|
ensRegistry?: ChainContract | undefined;
|
|
16006
16171
|
ensUniversalResolver?: ChainContract | undefined;
|
|
16007
|
-
|
|
16172
|
+
erc6492Verifier?: ChainContract | undefined;
|
|
16008
16173
|
};
|
|
16009
16174
|
blockExplorers: {
|
|
16010
16175
|
readonly default: {
|
|
@@ -16012,7 +16177,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16012
16177
|
readonly url: "https://explorer.hemi.xyz";
|
|
16013
16178
|
};
|
|
16014
16179
|
};
|
|
16015
|
-
blockTime
|
|
16180
|
+
blockTime: 12000;
|
|
16016
16181
|
ensTlds?: readonly string[] | undefined;
|
|
16017
16182
|
id: 43111;
|
|
16018
16183
|
name: "Hemi";
|
|
@@ -16040,6 +16205,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16040
16205
|
transactionType: "legacy";
|
|
16041
16206
|
sortIndex: 13;
|
|
16042
16207
|
logoUrl: "https://assets.oku.trade/chains/telos-logo.svg";
|
|
16208
|
+
deprecated: false;
|
|
16043
16209
|
safeReorgDistance: 90000;
|
|
16044
16210
|
blockAid: "";
|
|
16045
16211
|
externalId: {};
|
|
@@ -16171,6 +16337,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16171
16337
|
transactionType: "legacy";
|
|
16172
16338
|
sortIndex: 13;
|
|
16173
16339
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/saga-logo.png";
|
|
16340
|
+
deprecated: false;
|
|
16174
16341
|
safeReorgDistance: 90000;
|
|
16175
16342
|
blockAid: "";
|
|
16176
16343
|
externalId: {};
|
|
@@ -16282,6 +16449,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16282
16449
|
transactionType: "eip1559";
|
|
16283
16450
|
sortIndex: 15;
|
|
16284
16451
|
logoUrl: "https://assets.oku.trade/chains/goat-logo.svg";
|
|
16452
|
+
deprecated: false;
|
|
16285
16453
|
safeReorgDistance: 90000;
|
|
16286
16454
|
blockAid: "";
|
|
16287
16455
|
externalId: {};
|
|
@@ -16396,6 +16564,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16396
16564
|
transactionType: "eip1559";
|
|
16397
16565
|
sortIndex: 15;
|
|
16398
16566
|
logoUrl: "https://assets.oku.trade/chains/redbelly-logo.svg";
|
|
16567
|
+
deprecated: false;
|
|
16399
16568
|
safeReorgDistance: 90000;
|
|
16400
16569
|
blockAid: "";
|
|
16401
16570
|
externalId: {};
|
|
@@ -16467,7 +16636,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16467
16636
|
};
|
|
16468
16637
|
ensRegistry?: ChainContract | undefined;
|
|
16469
16638
|
ensUniversalResolver?: ChainContract | undefined;
|
|
16470
|
-
|
|
16639
|
+
erc6492Verifier?: ChainContract | undefined;
|
|
16471
16640
|
};
|
|
16472
16641
|
blockExplorers: {
|
|
16473
16642
|
readonly default: {
|
|
@@ -16503,6 +16672,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16503
16672
|
transactionType: "legacy";
|
|
16504
16673
|
sortIndex: 13;
|
|
16505
16674
|
logoUrl: "https://assets.oku.trade/chains/lightlink-logo.svg";
|
|
16675
|
+
deprecated: false;
|
|
16506
16676
|
safeReorgDistance: 90000;
|
|
16507
16677
|
blockAid: "";
|
|
16508
16678
|
morpho: {};
|
|
@@ -16626,6 +16796,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16626
16796
|
transactionType: "eip1559";
|
|
16627
16797
|
sortIndex: 15;
|
|
16628
16798
|
logoUrl: "https://assets.oku.trade/chains/world-logo.png";
|
|
16799
|
+
deprecated: false;
|
|
16629
16800
|
safeReorgDistance: 90000;
|
|
16630
16801
|
blockAid: "";
|
|
16631
16802
|
externalId: {
|
|
@@ -16849,16 +17020,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
16849
17020
|
r: import("viem").Hex;
|
|
16850
17021
|
s: import("viem").Hex;
|
|
16851
17022
|
v: bigint;
|
|
17023
|
+
value: bigint;
|
|
17024
|
+
gas: bigint;
|
|
16852
17025
|
to: import("abitype").Address | null;
|
|
16853
17026
|
from: import("abitype").Address;
|
|
16854
|
-
gas: bigint;
|
|
16855
17027
|
nonce: number;
|
|
16856
|
-
value: bigint;
|
|
16857
17028
|
blockHash: `0x${string}` | null;
|
|
16858
17029
|
blockNumber: bigint | null;
|
|
17030
|
+
transactionIndex: number | null;
|
|
16859
17031
|
hash: import("viem").Hash;
|
|
16860
17032
|
input: import("viem").Hex;
|
|
16861
|
-
transactionIndex: number | null;
|
|
16862
17033
|
typeHex: import("viem").Hex | null;
|
|
16863
17034
|
accessList?: undefined | undefined;
|
|
16864
17035
|
authorizationList?: undefined | undefined;
|
|
@@ -17032,6 +17203,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17032
17203
|
transactionType: "legacy";
|
|
17033
17204
|
sortIndex: 15;
|
|
17034
17205
|
logoUrl: "https://assets.oku.trade/chains/xdc-logo.png";
|
|
17206
|
+
deprecated: false;
|
|
17035
17207
|
safeReorgDistance: 90000;
|
|
17036
17208
|
blockAid: "";
|
|
17037
17209
|
externalId: {};
|
|
@@ -17140,6 +17312,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17140
17312
|
sortIndex: 15;
|
|
17141
17313
|
blockAid: "";
|
|
17142
17314
|
logoUrl: "https://assets.oku.trade/chains/tron.png";
|
|
17315
|
+
deprecated: false;
|
|
17143
17316
|
safeReorgDistance: 90000;
|
|
17144
17317
|
externalId: {};
|
|
17145
17318
|
markets: {};
|
|
@@ -17192,7 +17365,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17192
17365
|
};
|
|
17193
17366
|
ensRegistry?: ChainContract | undefined;
|
|
17194
17367
|
ensUniversalResolver?: ChainContract | undefined;
|
|
17195
|
-
|
|
17368
|
+
erc6492Verifier?: ChainContract | undefined;
|
|
17196
17369
|
};
|
|
17197
17370
|
blockExplorers: {
|
|
17198
17371
|
readonly default: {
|
|
@@ -17228,6 +17401,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17228
17401
|
sortIndex: 15;
|
|
17229
17402
|
blockAid: "";
|
|
17230
17403
|
logoUrl: "https://assets.oku.trade/chains/lens-logo.png";
|
|
17404
|
+
deprecated: false;
|
|
17231
17405
|
safeReorgDistance: 90000;
|
|
17232
17406
|
externalId: {
|
|
17233
17407
|
tenderly: string;
|
|
@@ -17304,7 +17478,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17304
17478
|
};
|
|
17305
17479
|
ensRegistry?: ChainContract | undefined;
|
|
17306
17480
|
ensUniversalResolver?: ChainContract | undefined;
|
|
17307
|
-
|
|
17481
|
+
erc6492Verifier?: ChainContract | undefined;
|
|
17308
17482
|
};
|
|
17309
17483
|
blockExplorers: {
|
|
17310
17484
|
readonly default: {
|
|
@@ -17340,6 +17514,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17340
17514
|
transactionType: "eip1559";
|
|
17341
17515
|
sortIndex: 15;
|
|
17342
17516
|
logoUrl: "https://assets.oku.trade/chains/nibiru-logo.svg";
|
|
17517
|
+
deprecated: false;
|
|
17343
17518
|
safeReorgDistance: 90000;
|
|
17344
17519
|
externalId: {};
|
|
17345
17520
|
blockAid: "";
|
|
@@ -17449,6 +17624,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17449
17624
|
transactionType: "eip1559";
|
|
17450
17625
|
sortIndex: 15;
|
|
17451
17626
|
logoUrl: "https://assets.oku.trade/chains/etherlink-logo.png";
|
|
17627
|
+
deprecated: false;
|
|
17452
17628
|
safeReorgDistance: 90000;
|
|
17453
17629
|
blockAid: "";
|
|
17454
17630
|
externalId: {
|
|
@@ -17555,7 +17731,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17555
17731
|
readonly url: "https://explorer.etherlink.com";
|
|
17556
17732
|
};
|
|
17557
17733
|
};
|
|
17558
|
-
blockTime
|
|
17734
|
+
blockTime: 4830;
|
|
17559
17735
|
ensTlds?: readonly string[] | undefined;
|
|
17560
17736
|
id: 42793;
|
|
17561
17737
|
name: "Etherlink";
|
|
@@ -17583,6 +17759,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17583
17759
|
transactionType: "eip1559";
|
|
17584
17760
|
sortIndex: 15;
|
|
17585
17761
|
logoUrl: "https://assets.oku.trade/chains/unichain-logo.svg";
|
|
17762
|
+
deprecated: false;
|
|
17586
17763
|
safeReorgDistance: 90000;
|
|
17587
17764
|
blockAid: "unichain";
|
|
17588
17765
|
externalId: {
|
|
@@ -17725,7 +17902,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17725
17902
|
readonly apiUrl: "https://api.uniscan.xyz/api";
|
|
17726
17903
|
};
|
|
17727
17904
|
};
|
|
17728
|
-
blockTime:
|
|
17905
|
+
blockTime: 1000;
|
|
17729
17906
|
ensTlds?: readonly string[] | undefined;
|
|
17730
17907
|
id: 130;
|
|
17731
17908
|
nativeCurrency: {
|
|
@@ -17807,16 +17984,16 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17807
17984
|
r: import("viem").Hex;
|
|
17808
17985
|
s: import("viem").Hex;
|
|
17809
17986
|
v: bigint;
|
|
17987
|
+
value: bigint;
|
|
17988
|
+
gas: bigint;
|
|
17810
17989
|
to: import("abitype").Address | null;
|
|
17811
17990
|
from: import("abitype").Address;
|
|
17812
|
-
gas: bigint;
|
|
17813
17991
|
nonce: number;
|
|
17814
|
-
value: bigint;
|
|
17815
17992
|
blockHash: `0x${string}` | null;
|
|
17816
17993
|
blockNumber: bigint | null;
|
|
17994
|
+
transactionIndex: number | null;
|
|
17817
17995
|
hash: import("viem").Hash;
|
|
17818
17996
|
input: import("viem").Hex;
|
|
17819
|
-
transactionIndex: number | null;
|
|
17820
17997
|
typeHex: import("viem").Hex | null;
|
|
17821
17998
|
accessList?: undefined | undefined;
|
|
17822
17999
|
authorizationList?: undefined | undefined;
|
|
@@ -17985,6 +18162,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
17985
18162
|
sortIndex: 15;
|
|
17986
18163
|
blockAid: "";
|
|
17987
18164
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/matchain-logo.svg";
|
|
18165
|
+
deprecated: false;
|
|
17988
18166
|
safeReorgDistance: 90000;
|
|
17989
18167
|
externalId: {};
|
|
17990
18168
|
markets: {};
|
|
@@ -18052,7 +18230,7 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18052
18230
|
};
|
|
18053
18231
|
ensRegistry?: ChainContract | undefined;
|
|
18054
18232
|
ensUniversalResolver?: ChainContract | undefined;
|
|
18055
|
-
|
|
18233
|
+
erc6492Verifier?: ChainContract | undefined;
|
|
18056
18234
|
};
|
|
18057
18235
|
blockExplorers: {
|
|
18058
18236
|
readonly default: {
|
|
@@ -18080,6 +18258,106 @@ declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
18080
18258
|
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
18081
18259
|
formatters?: undefined | undefined;
|
|
18082
18260
|
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
18261
|
+
}>, Readonly<{
|
|
18262
|
+
name: "Plasma";
|
|
18263
|
+
blockTimeSeconds: 1;
|
|
18264
|
+
launchTime: 1758588527;
|
|
18265
|
+
transactionType: "eip1559";
|
|
18266
|
+
sortIndex: 15;
|
|
18267
|
+
logoUrl: "https://assets.oku.trade/chains/plasma-logo.svg";
|
|
18268
|
+
deprecated: false;
|
|
18269
|
+
safeReorgDistance: 90000;
|
|
18270
|
+
blockAid: "";
|
|
18271
|
+
externalId: {};
|
|
18272
|
+
markets: {};
|
|
18273
|
+
bridges: {};
|
|
18274
|
+
oracles: {};
|
|
18275
|
+
morpho: {};
|
|
18276
|
+
initCodeHash: "0xe34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54";
|
|
18277
|
+
uniswap: {
|
|
18278
|
+
deployBlock: number;
|
|
18279
|
+
poolFactory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D";
|
|
18280
|
+
permit2: "0x000000000022D473030F116dDEE9F6B43aC78BA3";
|
|
18281
|
+
multicall2: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
18282
|
+
tickLens: "0xB3309C48F8407651D918ca3Da4C45DE40109E641";
|
|
18283
|
+
nonfungiblePositionManager: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
18284
|
+
positionsNFT: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
18285
|
+
positionsNFTDeployBlock: number;
|
|
18286
|
+
universalRouter: "0x1b35fbA9357fD9bda7ed0429C8BbAbe1e8CC88fc";
|
|
18287
|
+
wrappedNativeAddress: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
|
|
18288
|
+
wrappedNativeSymbol: string;
|
|
18289
|
+
wrappedNativeName: string;
|
|
18290
|
+
wrappedNativeDecimals: number;
|
|
18291
|
+
nativeCurrencyName: string;
|
|
18292
|
+
};
|
|
18293
|
+
token: {
|
|
18294
|
+
wethAddress: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
|
|
18295
|
+
};
|
|
18296
|
+
oku: {
|
|
18297
|
+
limitOrderRegistry: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
18298
|
+
limitOrderRegistryDeployBlock: number;
|
|
18299
|
+
pricing: {
|
|
18300
|
+
nativeWrappedToken: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
|
|
18301
|
+
nativeWrappedName: string;
|
|
18302
|
+
};
|
|
18303
|
+
};
|
|
18304
|
+
defaultPool: "0x0000000000000000000000000000000000000000";
|
|
18305
|
+
defaultToken0: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
|
|
18306
|
+
defaultToken1: "0x0000000000000000000000000000000000000000";
|
|
18307
|
+
tokenList: {
|
|
18308
|
+
symbol: string;
|
|
18309
|
+
address: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
|
|
18310
|
+
}[];
|
|
18311
|
+
stables: never[];
|
|
18312
|
+
watchlist: never[];
|
|
18313
|
+
internalName: "plasma";
|
|
18314
|
+
nativeLogoUrl: "https://cms.oku.trade/cdn/public/natives/xpl.png";
|
|
18315
|
+
contracts: {
|
|
18316
|
+
limitOrder: {
|
|
18317
|
+
address: "0x9db70E29712Cc8Af10c2B597BaDA6784544FF407";
|
|
18318
|
+
};
|
|
18319
|
+
nftManager: {
|
|
18320
|
+
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
18321
|
+
};
|
|
18322
|
+
weth9: {
|
|
18323
|
+
address: "0x6100E367285b01F48D07953803A2d8dCA5D19873";
|
|
18324
|
+
};
|
|
18325
|
+
multicall2: {
|
|
18326
|
+
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
18327
|
+
};
|
|
18328
|
+
multicall3: {
|
|
18329
|
+
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
18330
|
+
};
|
|
18331
|
+
ensRegistry?: ChainContract | undefined;
|
|
18332
|
+
ensUniversalResolver?: ChainContract | undefined;
|
|
18333
|
+
erc6492Verifier?: ChainContract | undefined;
|
|
18334
|
+
};
|
|
18335
|
+
blockExplorers: {
|
|
18336
|
+
readonly default: {
|
|
18337
|
+
readonly name: "PlasmaScan";
|
|
18338
|
+
readonly url: "https://plasmascan.to";
|
|
18339
|
+
};
|
|
18340
|
+
};
|
|
18341
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
18342
|
+
ensTlds?: readonly string[] | undefined;
|
|
18343
|
+
id: 9745;
|
|
18344
|
+
nativeCurrency: {
|
|
18345
|
+
readonly name: "Plasma";
|
|
18346
|
+
readonly symbol: "XPL";
|
|
18347
|
+
readonly decimals: 18;
|
|
18348
|
+
};
|
|
18349
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
18350
|
+
rpcUrls: {
|
|
18351
|
+
readonly default: {
|
|
18352
|
+
readonly http: readonly ["https://rpc.plasma.to"];
|
|
18353
|
+
};
|
|
18354
|
+
};
|
|
18355
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
18356
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
18357
|
+
custom?: Record<string, unknown> | undefined;
|
|
18358
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
18359
|
+
formatters?: undefined | undefined;
|
|
18360
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
18083
18361
|
}>];
|
|
18084
|
-
export { arbitrum, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, moonbeam, nibiru, optimism, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
18362
|
+
export { arbitrum, base, blast, bob, boba, bsc, celo, corn, etherlink, filecoin, gnosis, goat, hemi, lens, lightlink, linea, lisk, mainnet, manta, mantle, matchain, metal, moonbeam, nibiru, optimism, plasma, polygon, redbelly, rootstock, saga, scroll, sei, sonic, taiko, telos, tronShasta, unichain, worldchain, xdc, polygonZkEvm, zkSync, MorphoMetadata, UniswapMetadata, OkuPricingMetadata, OkuCustomOrderTypesMetadata, OkuMetadata, TokenMetadata, Markets, Bridges, Oracles, IChainInfo, MAINNET_CHAINS };
|
|
18085
18363
|
export { ChainContract } from "viem";
|