@gfxlabs/oku-chains 1.11.18 → 1.11.19
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 +4 -28
- package/dist/index-mjs.js +5 -29
- package/dist/index.js +4 -28
- package/dist/types/definitions/base.d.ts +4 -3
- package/dist/types/definitions/blast.d.ts +4 -3
- package/dist/types/definitions/bob.d.ts +4 -3
- package/dist/types/definitions/celo.d.ts +22 -22
- package/dist/types/definitions/gensyn.d.ts +40 -28
- package/dist/types/definitions/lens.d.ts +1 -1
- package/dist/types/definitions/lisk.d.ts +9 -3
- package/dist/types/definitions/matchain.d.ts +1 -1
- package/dist/types/definitions/metal.d.ts +4 -3
- package/dist/types/definitions/optimism.d.ts +4 -3
- package/dist/types/definitions/polygon.d.ts +1 -1
- package/dist/types/definitions/unichain.d.ts +4 -3
- package/dist/types/definitions/worldchain.d.ts +4 -3
- package/dist/types/definitions/zksync.d.ts +15 -14
- package/dist/types/index.d.ts +117 -91
- package/package.json +2 -2
|
@@ -236,16 +236,16 @@ export declare const worldchain: Readonly<{
|
|
|
236
236
|
r: import("viem").Hex;
|
|
237
237
|
s: import("viem").Hex;
|
|
238
238
|
v: bigint;
|
|
239
|
-
value: bigint;
|
|
240
|
-
gas: bigint;
|
|
241
239
|
to: import("viem").Address | null;
|
|
242
240
|
from: import("viem").Address;
|
|
241
|
+
gas: bigint;
|
|
243
242
|
nonce: number;
|
|
243
|
+
value: bigint;
|
|
244
244
|
blockHash: `0x${string}` | null;
|
|
245
245
|
blockNumber: bigint | null;
|
|
246
|
-
transactionIndex: number | null;
|
|
247
246
|
hash: import("viem").Hash;
|
|
248
247
|
input: import("viem").Hex;
|
|
248
|
+
transactionIndex: number | null;
|
|
249
249
|
typeHex: import("viem").Hex | null;
|
|
250
250
|
accessList?: undefined | undefined;
|
|
251
251
|
authorizationList?: undefined | undefined;
|
|
@@ -382,6 +382,7 @@ export declare const worldchain: Readonly<{
|
|
|
382
382
|
blobGasUsed?: bigint | undefined;
|
|
383
383
|
blockHash: import("viem").Hash;
|
|
384
384
|
blockNumber: bigint;
|
|
385
|
+
blockTimestamp?: bigint | undefined;
|
|
385
386
|
contractAddress: import("viem").Address | null | undefined;
|
|
386
387
|
cumulativeGasUsed: bigint;
|
|
387
388
|
effectiveGasPrice: bigint;
|
|
@@ -189,16 +189,16 @@ export declare const zkSync: Readonly<{
|
|
|
189
189
|
r: import("viem").Hex;
|
|
190
190
|
s: import("viem").Hex;
|
|
191
191
|
v: bigint;
|
|
192
|
-
value: bigint;
|
|
193
|
-
gas: bigint;
|
|
194
192
|
to: import("abitype").Address | null;
|
|
195
193
|
from: import("abitype").Address;
|
|
194
|
+
gas: bigint;
|
|
196
195
|
nonce: number;
|
|
196
|
+
value: bigint;
|
|
197
197
|
blockHash: `0x${string}` | null;
|
|
198
198
|
blockNumber: bigint | null;
|
|
199
|
-
transactionIndex: number | null;
|
|
200
199
|
hash: import("viem").Hash;
|
|
201
200
|
input: import("viem").Hex;
|
|
201
|
+
transactionIndex: number | null;
|
|
202
202
|
typeHex: import("viem").Hex | null;
|
|
203
203
|
accessList?: undefined | undefined;
|
|
204
204
|
authorizationList?: undefined | undefined;
|
|
@@ -372,15 +372,16 @@ export declare const zkSync: Readonly<{
|
|
|
372
372
|
readonly transactionReceipt: {
|
|
373
373
|
exclude: [] | undefined;
|
|
374
374
|
format: (args: import("viem/chains").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
|
|
375
|
-
contractAddress: import("abitype").Address | null | undefined;
|
|
376
375
|
type: import("viem/chains").ZkSyncTransactionType;
|
|
377
|
-
|
|
376
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
378
377
|
to: import("abitype").Address | null;
|
|
379
378
|
from: import("abitype").Address;
|
|
380
379
|
blockHash: import("viem").Hash;
|
|
381
380
|
blockNumber: bigint;
|
|
382
|
-
transactionHash: import("viem").Hash;
|
|
383
381
|
transactionIndex: number;
|
|
382
|
+
status: "success" | "reverted";
|
|
383
|
+
blockTimestamp?: bigint | undefined;
|
|
384
|
+
transactionHash: import("viem").Hash;
|
|
384
385
|
logsBloom: import("viem").Hex;
|
|
385
386
|
blobGasUsed?: bigint | undefined;
|
|
386
387
|
gasUsed: bigint;
|
|
@@ -457,10 +458,10 @@ export declare const zkSync: Readonly<{
|
|
|
457
458
|
} | {
|
|
458
459
|
type?: "0x3" | undefined;
|
|
459
460
|
data?: `0x${string}` | undefined;
|
|
460
|
-
value?: `0x${string}` | undefined;
|
|
461
|
-
gas?: `0x${string}` | undefined;
|
|
462
461
|
from?: `0x${string}` | undefined;
|
|
462
|
+
gas?: `0x${string}` | undefined;
|
|
463
463
|
nonce?: `0x${string}` | undefined;
|
|
464
|
+
value?: `0x${string}` | undefined;
|
|
464
465
|
to: `0x${string}` | null;
|
|
465
466
|
gasPrice?: undefined | undefined;
|
|
466
467
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -476,10 +477,10 @@ export declare const zkSync: Readonly<{
|
|
|
476
477
|
} | {
|
|
477
478
|
type?: "0x3" | undefined;
|
|
478
479
|
data?: `0x${string}` | undefined;
|
|
479
|
-
value?: `0x${string}` | undefined;
|
|
480
|
-
gas?: `0x${string}` | undefined;
|
|
481
480
|
from?: `0x${string}` | undefined;
|
|
481
|
+
gas?: `0x${string}` | undefined;
|
|
482
482
|
nonce?: `0x${string}` | undefined;
|
|
483
|
+
value?: `0x${string}` | undefined;
|
|
483
484
|
to: `0x${string}` | null;
|
|
484
485
|
gasPrice?: undefined | undefined;
|
|
485
486
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -493,17 +494,17 @@ export declare const zkSync: Readonly<{
|
|
|
493
494
|
authorizationList?: undefined;
|
|
494
495
|
eip712Meta?: undefined | undefined;
|
|
495
496
|
} | {
|
|
497
|
+
type?: "0x4" | undefined;
|
|
496
498
|
gasPrice?: undefined | undefined;
|
|
497
499
|
maxFeePerBlobGas?: undefined | undefined;
|
|
498
500
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
499
501
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
500
|
-
type?: "0x4" | undefined;
|
|
501
|
-
data?: `0x${string}` | undefined;
|
|
502
|
-
value?: `0x${string}` | undefined;
|
|
503
|
-
gas?: `0x${string}` | undefined;
|
|
504
502
|
to?: `0x${string}` | null | undefined;
|
|
503
|
+
data?: `0x${string}` | undefined;
|
|
505
504
|
from?: `0x${string}` | undefined;
|
|
505
|
+
gas?: `0x${string}` | undefined;
|
|
506
506
|
nonce?: `0x${string}` | undefined;
|
|
507
|
+
value?: `0x${string}` | undefined;
|
|
507
508
|
accessList?: import("viem").AccessList | undefined;
|
|
508
509
|
authorizationList?: import("viem").RpcAuthorizationList | undefined;
|
|
509
510
|
blobs?: undefined;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -505,16 +505,16 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
505
505
|
r: import("viem").Hex;
|
|
506
506
|
s: import("viem").Hex;
|
|
507
507
|
v: bigint;
|
|
508
|
-
value: bigint;
|
|
509
|
-
gas: bigint;
|
|
510
508
|
to: import("abitype").Address | null;
|
|
511
509
|
from: import("abitype").Address;
|
|
510
|
+
gas: bigint;
|
|
512
511
|
nonce: number;
|
|
512
|
+
value: bigint;
|
|
513
513
|
blockHash: `0x${string}` | null;
|
|
514
514
|
blockNumber: bigint | null;
|
|
515
|
-
transactionIndex: number | null;
|
|
516
515
|
hash: import("viem").Hash;
|
|
517
516
|
input: import("viem").Hex;
|
|
517
|
+
transactionIndex: number | null;
|
|
518
518
|
typeHex: import("viem").Hex | null;
|
|
519
519
|
accessList?: undefined | undefined;
|
|
520
520
|
authorizationList?: undefined | undefined;
|
|
@@ -651,6 +651,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
651
651
|
blobGasUsed?: bigint | undefined;
|
|
652
652
|
blockHash: import("viem").Hash;
|
|
653
653
|
blockNumber: bigint;
|
|
654
|
+
blockTimestamp?: bigint | undefined;
|
|
654
655
|
contractAddress: import("abitype").Address | null | undefined;
|
|
655
656
|
cumulativeGasUsed: bigint;
|
|
656
657
|
effectiveGasPrice: bigint;
|
|
@@ -1065,16 +1066,16 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
1065
1066
|
r: import("viem").Hex;
|
|
1066
1067
|
s: import("viem").Hex;
|
|
1067
1068
|
v: bigint;
|
|
1068
|
-
value: bigint;
|
|
1069
|
-
gas: bigint;
|
|
1070
1069
|
to: import("abitype").Address | null;
|
|
1071
1070
|
from: import("abitype").Address;
|
|
1071
|
+
gas: bigint;
|
|
1072
1072
|
nonce: number;
|
|
1073
|
+
value: bigint;
|
|
1073
1074
|
blockHash: `0x${string}` | null;
|
|
1074
1075
|
blockNumber: bigint | null;
|
|
1075
|
-
transactionIndex: number | null;
|
|
1076
1076
|
hash: import("viem").Hash;
|
|
1077
1077
|
input: import("viem").Hex;
|
|
1078
|
+
transactionIndex: number | null;
|
|
1078
1079
|
typeHex: import("viem").Hex | null;
|
|
1079
1080
|
accessList?: undefined | undefined;
|
|
1080
1081
|
authorizationList?: undefined | undefined;
|
|
@@ -1211,6 +1212,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
1211
1212
|
blobGasUsed?: bigint | undefined;
|
|
1212
1213
|
blockHash: import("viem").Hash;
|
|
1213
1214
|
blockNumber: bigint;
|
|
1215
|
+
blockTimestamp?: bigint | undefined;
|
|
1214
1216
|
contractAddress: import("abitype").Address | null | undefined;
|
|
1215
1217
|
cumulativeGasUsed: bigint;
|
|
1216
1218
|
effectiveGasPrice: bigint;
|
|
@@ -2275,16 +2277,16 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
2275
2277
|
r: import("viem").Hex;
|
|
2276
2278
|
s: import("viem").Hex;
|
|
2277
2279
|
v: bigint;
|
|
2278
|
-
value: bigint;
|
|
2279
|
-
gas: bigint;
|
|
2280
2280
|
to: import("abitype").Address | null;
|
|
2281
2281
|
from: import("abitype").Address;
|
|
2282
|
+
gas: bigint;
|
|
2282
2283
|
nonce: number;
|
|
2284
|
+
value: bigint;
|
|
2283
2285
|
blockHash: `0x${string}` | null;
|
|
2284
2286
|
blockNumber: bigint | null;
|
|
2285
|
-
transactionIndex: number | null;
|
|
2286
2287
|
hash: import("viem").Hash;
|
|
2287
2288
|
input: import("viem").Hex;
|
|
2289
|
+
transactionIndex: number | null;
|
|
2288
2290
|
typeHex: import("viem").Hex | null;
|
|
2289
2291
|
accessList?: undefined | undefined;
|
|
2290
2292
|
authorizationList?: undefined | undefined;
|
|
@@ -2421,6 +2423,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
2421
2423
|
blobGasUsed?: bigint | undefined;
|
|
2422
2424
|
blockHash: import("viem").Hash;
|
|
2423
2425
|
blockNumber: bigint;
|
|
2426
|
+
blockTimestamp?: bigint | undefined;
|
|
2424
2427
|
contractAddress: import("abitype").Address | null | undefined;
|
|
2425
2428
|
cumulativeGasUsed: bigint;
|
|
2426
2429
|
effectiveGasPrice: bigint;
|
|
@@ -2637,7 +2640,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
2637
2640
|
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
2638
2641
|
rpcUrls: {
|
|
2639
2642
|
readonly default: {
|
|
2640
|
-
readonly http: readonly ["https://polygon
|
|
2643
|
+
readonly http: readonly ["https://polygon.drpc.org"];
|
|
2641
2644
|
};
|
|
2642
2645
|
};
|
|
2643
2646
|
sourceId?: number | undefined | undefined | undefined;
|
|
@@ -3332,16 +3335,16 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3332
3335
|
r: import("viem").Hex;
|
|
3333
3336
|
s: import("viem").Hex;
|
|
3334
3337
|
v: bigint;
|
|
3335
|
-
value: bigint;
|
|
3336
|
-
gas: bigint;
|
|
3337
3338
|
to: import("abitype").Address | null;
|
|
3338
3339
|
from: import("abitype").Address;
|
|
3340
|
+
gas: bigint;
|
|
3339
3341
|
nonce: number;
|
|
3342
|
+
value: bigint;
|
|
3340
3343
|
blockHash: `0x${string}` | null;
|
|
3341
3344
|
blockNumber: bigint | null;
|
|
3342
|
-
transactionIndex: number | null;
|
|
3343
3345
|
hash: import("viem").Hash;
|
|
3344
3346
|
input: import("viem").Hex;
|
|
3347
|
+
transactionIndex: number | null;
|
|
3345
3348
|
typeHex: import("viem").Hex | null;
|
|
3346
3349
|
accessList?: undefined | undefined;
|
|
3347
3350
|
authorizationList?: undefined | undefined;
|
|
@@ -3515,15 +3518,16 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3515
3518
|
readonly transactionReceipt: {
|
|
3516
3519
|
exclude: [] | undefined;
|
|
3517
3520
|
format: (args: import("viem/zksync").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
|
|
3518
|
-
contractAddress: import("abitype").Address | null | undefined;
|
|
3519
3521
|
type: import("viem/zksync").ZkSyncTransactionType;
|
|
3520
|
-
|
|
3522
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
3521
3523
|
to: import("abitype").Address | null;
|
|
3522
3524
|
from: import("abitype").Address;
|
|
3523
3525
|
blockHash: import("viem").Hash;
|
|
3524
3526
|
blockNumber: bigint;
|
|
3525
|
-
transactionHash: import("viem").Hash;
|
|
3526
3527
|
transactionIndex: number;
|
|
3528
|
+
status: "success" | "reverted";
|
|
3529
|
+
blockTimestamp?: bigint | undefined;
|
|
3530
|
+
transactionHash: import("viem").Hash;
|
|
3527
3531
|
logsBloom: import("viem").Hex;
|
|
3528
3532
|
blobGasUsed?: bigint | undefined;
|
|
3529
3533
|
gasUsed: bigint;
|
|
@@ -3600,10 +3604,10 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3600
3604
|
} | {
|
|
3601
3605
|
type?: "0x3" | undefined;
|
|
3602
3606
|
data?: `0x${string}` | undefined;
|
|
3603
|
-
value?: `0x${string}` | undefined;
|
|
3604
|
-
gas?: `0x${string}` | undefined;
|
|
3605
3607
|
from?: `0x${string}` | undefined;
|
|
3608
|
+
gas?: `0x${string}` | undefined;
|
|
3606
3609
|
nonce?: `0x${string}` | undefined;
|
|
3610
|
+
value?: `0x${string}` | undefined;
|
|
3607
3611
|
to: `0x${string}` | null;
|
|
3608
3612
|
gasPrice?: undefined | undefined;
|
|
3609
3613
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -3619,10 +3623,10 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3619
3623
|
} | {
|
|
3620
3624
|
type?: "0x3" | undefined;
|
|
3621
3625
|
data?: `0x${string}` | undefined;
|
|
3622
|
-
value?: `0x${string}` | undefined;
|
|
3623
|
-
gas?: `0x${string}` | undefined;
|
|
3624
3626
|
from?: `0x${string}` | undefined;
|
|
3627
|
+
gas?: `0x${string}` | undefined;
|
|
3625
3628
|
nonce?: `0x${string}` | undefined;
|
|
3629
|
+
value?: `0x${string}` | undefined;
|
|
3626
3630
|
to: `0x${string}` | null;
|
|
3627
3631
|
gasPrice?: undefined | undefined;
|
|
3628
3632
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -3636,17 +3640,17 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
3636
3640
|
authorizationList?: undefined;
|
|
3637
3641
|
eip712Meta?: undefined | undefined;
|
|
3638
3642
|
} | {
|
|
3643
|
+
type?: "0x4" | undefined;
|
|
3639
3644
|
gasPrice?: undefined | undefined;
|
|
3640
3645
|
maxFeePerBlobGas?: undefined | undefined;
|
|
3641
3646
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
3642
3647
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
3643
|
-
type?: "0x4" | undefined;
|
|
3644
|
-
data?: `0x${string}` | undefined;
|
|
3645
|
-
value?: `0x${string}` | undefined;
|
|
3646
|
-
gas?: `0x${string}` | undefined;
|
|
3647
3648
|
to?: `0x${string}` | null | undefined;
|
|
3649
|
+
data?: `0x${string}` | undefined;
|
|
3648
3650
|
from?: `0x${string}` | undefined;
|
|
3651
|
+
gas?: `0x${string}` | undefined;
|
|
3649
3652
|
nonce?: `0x${string}` | undefined;
|
|
3653
|
+
value?: `0x${string}` | undefined;
|
|
3650
3654
|
accessList?: import("viem").AccessList | undefined;
|
|
3651
3655
|
authorizationList?: import("viem").RpcAuthorizationList | undefined;
|
|
3652
3656
|
blobs?: undefined;
|
|
@@ -4611,6 +4615,11 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4611
4615
|
multicall3: {
|
|
4612
4616
|
address: "0xA9d71E1dd7ca26F26e656E66d6AA81ed7f745bf0";
|
|
4613
4617
|
};
|
|
4618
|
+
disputeGameFactory: {
|
|
4619
|
+
readonly 1: {
|
|
4620
|
+
readonly address: "0x0CF7D3706a27CCE2017aEB11E8a9c8b5388c282C";
|
|
4621
|
+
};
|
|
4622
|
+
};
|
|
4614
4623
|
l2OutputOracle: {
|
|
4615
4624
|
readonly 1: {
|
|
4616
4625
|
readonly address: "0x113cB99283AF242Da0A0C54347667edF531Aa7d6";
|
|
@@ -4729,16 +4738,16 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4729
4738
|
r: import("viem").Hex;
|
|
4730
4739
|
s: import("viem").Hex;
|
|
4731
4740
|
v: bigint;
|
|
4732
|
-
value: bigint;
|
|
4733
|
-
gas: bigint;
|
|
4734
4741
|
to: import("abitype").Address | null;
|
|
4735
4742
|
from: import("abitype").Address;
|
|
4743
|
+
gas: bigint;
|
|
4736
4744
|
nonce: number;
|
|
4745
|
+
value: bigint;
|
|
4737
4746
|
blockHash: `0x${string}` | null;
|
|
4738
4747
|
blockNumber: bigint | null;
|
|
4739
|
-
transactionIndex: number | null;
|
|
4740
4748
|
hash: import("viem").Hash;
|
|
4741
4749
|
input: import("viem").Hex;
|
|
4750
|
+
transactionIndex: number | null;
|
|
4742
4751
|
typeHex: import("viem").Hex | null;
|
|
4743
4752
|
accessList?: undefined | undefined;
|
|
4744
4753
|
authorizationList?: undefined | undefined;
|
|
@@ -4875,6 +4884,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
4875
4884
|
blobGasUsed?: bigint | undefined;
|
|
4876
4885
|
blockHash: import("viem").Hash;
|
|
4877
4886
|
blockNumber: bigint;
|
|
4887
|
+
blockTimestamp?: bigint | undefined;
|
|
4878
4888
|
contractAddress: import("abitype").Address | null | undefined;
|
|
4879
4889
|
cumulativeGasUsed: bigint;
|
|
4880
4890
|
effectiveGasPrice: bigint;
|
|
@@ -5143,16 +5153,16 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5143
5153
|
r: import("viem").Hex;
|
|
5144
5154
|
s: import("viem").Hex;
|
|
5145
5155
|
v: bigint;
|
|
5146
|
-
value: bigint;
|
|
5147
|
-
gas: bigint;
|
|
5148
5156
|
to: import("abitype").Address | null;
|
|
5149
5157
|
from: import("abitype").Address;
|
|
5158
|
+
gas: bigint;
|
|
5150
5159
|
nonce: number;
|
|
5160
|
+
value: bigint;
|
|
5151
5161
|
blockHash: `0x${string}` | null;
|
|
5152
5162
|
blockNumber: bigint | null;
|
|
5153
|
-
transactionIndex: number | null;
|
|
5154
5163
|
hash: import("viem").Hash;
|
|
5155
5164
|
input: import("viem").Hex;
|
|
5165
|
+
transactionIndex: number | null;
|
|
5156
5166
|
typeHex: import("viem").Hex | null;
|
|
5157
5167
|
accessList?: undefined | undefined;
|
|
5158
5168
|
authorizationList?: undefined | undefined;
|
|
@@ -5289,6 +5299,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5289
5299
|
blobGasUsed?: bigint | undefined;
|
|
5290
5300
|
blockHash: import("viem").Hash;
|
|
5291
5301
|
blockNumber: bigint;
|
|
5302
|
+
blockTimestamp?: bigint | undefined;
|
|
5292
5303
|
contractAddress: import("abitype").Address | null | undefined;
|
|
5293
5304
|
cumulativeGasUsed: bigint;
|
|
5294
5305
|
effectiveGasPrice: bigint;
|
|
@@ -5717,16 +5728,16 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5717
5728
|
r: import("viem").Hex;
|
|
5718
5729
|
s: import("viem").Hex;
|
|
5719
5730
|
v: bigint;
|
|
5720
|
-
value: bigint;
|
|
5721
|
-
gas: bigint;
|
|
5722
5731
|
to: import("abitype").Address | null;
|
|
5723
5732
|
from: import("abitype").Address;
|
|
5733
|
+
gas: bigint;
|
|
5724
5734
|
nonce: number;
|
|
5735
|
+
value: bigint;
|
|
5725
5736
|
blockHash: `0x${string}` | null;
|
|
5726
5737
|
blockNumber: bigint | null;
|
|
5727
|
-
transactionIndex: number | null;
|
|
5728
5738
|
hash: import("viem").Hash;
|
|
5729
5739
|
input: import("viem").Hex;
|
|
5740
|
+
transactionIndex: number | null;
|
|
5730
5741
|
typeHex: import("viem").Hex | null;
|
|
5731
5742
|
accessList?: undefined | undefined;
|
|
5732
5743
|
authorizationList?: undefined | undefined;
|
|
@@ -5863,6 +5874,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
5863
5874
|
blobGasUsed?: bigint | undefined;
|
|
5864
5875
|
blockHash: import("viem").Hash;
|
|
5865
5876
|
blockNumber: bigint;
|
|
5877
|
+
blockTimestamp?: bigint | undefined;
|
|
5866
5878
|
contractAddress: import("abitype").Address | null | undefined;
|
|
5867
5879
|
cumulativeGasUsed: bigint;
|
|
5868
5880
|
effectiveGasPrice: bigint;
|
|
@@ -6376,16 +6388,16 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6376
6388
|
r: import("viem").Hex;
|
|
6377
6389
|
s: import("viem").Hex;
|
|
6378
6390
|
v: bigint;
|
|
6379
|
-
value: bigint;
|
|
6380
|
-
gas: bigint;
|
|
6381
6391
|
to: import("abitype").Address | null;
|
|
6382
6392
|
from: import("abitype").Address;
|
|
6393
|
+
gas: bigint;
|
|
6383
6394
|
nonce: number;
|
|
6395
|
+
value: bigint;
|
|
6384
6396
|
blockHash: `0x${string}` | null;
|
|
6385
6397
|
blockNumber: bigint | null;
|
|
6386
|
-
transactionIndex: number | null;
|
|
6387
6398
|
hash: import("viem").Hash;
|
|
6388
6399
|
input: import("viem").Hex;
|
|
6400
|
+
transactionIndex: number | null;
|
|
6389
6401
|
typeHex: import("viem").Hex | null;
|
|
6390
6402
|
accessList?: undefined | undefined;
|
|
6391
6403
|
authorizationList?: undefined | undefined;
|
|
@@ -6685,10 +6697,10 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6685
6697
|
} | {
|
|
6686
6698
|
type?: "0x3" | undefined;
|
|
6687
6699
|
data?: `0x${string}` | undefined;
|
|
6688
|
-
value?: `0x${string}` | undefined;
|
|
6689
|
-
gas?: `0x${string}` | undefined;
|
|
6690
6700
|
from?: `0x${string}` | undefined;
|
|
6701
|
+
gas?: `0x${string}` | undefined;
|
|
6691
6702
|
nonce?: `0x${string}` | undefined;
|
|
6703
|
+
value?: `0x${string}` | undefined;
|
|
6692
6704
|
to: `0x${string}` | null;
|
|
6693
6705
|
gasPrice?: undefined | undefined;
|
|
6694
6706
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -6704,10 +6716,10 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6704
6716
|
} | {
|
|
6705
6717
|
type?: "0x3" | undefined;
|
|
6706
6718
|
data?: `0x${string}` | undefined;
|
|
6707
|
-
value?: `0x${string}` | undefined;
|
|
6708
|
-
gas?: `0x${string}` | undefined;
|
|
6709
6719
|
from?: `0x${string}` | undefined;
|
|
6720
|
+
gas?: `0x${string}` | undefined;
|
|
6710
6721
|
nonce?: `0x${string}` | undefined;
|
|
6722
|
+
value?: `0x${string}` | undefined;
|
|
6711
6723
|
to: `0x${string}` | null;
|
|
6712
6724
|
gasPrice?: undefined | undefined;
|
|
6713
6725
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -6721,17 +6733,17 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6721
6733
|
authorizationList?: undefined;
|
|
6722
6734
|
feeCurrency?: `0x${string}` | undefined;
|
|
6723
6735
|
} | {
|
|
6736
|
+
type?: "0x4" | undefined;
|
|
6724
6737
|
gasPrice?: undefined | undefined;
|
|
6725
6738
|
maxFeePerBlobGas?: undefined | undefined;
|
|
6726
6739
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
6727
6740
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
6728
|
-
type?: "0x4" | undefined;
|
|
6729
|
-
data?: `0x${string}` | undefined;
|
|
6730
|
-
value?: `0x${string}` | undefined;
|
|
6731
|
-
gas?: `0x${string}` | undefined;
|
|
6732
6741
|
to?: `0x${string}` | null | undefined;
|
|
6742
|
+
data?: `0x${string}` | undefined;
|
|
6733
6743
|
from?: `0x${string}` | undefined;
|
|
6744
|
+
gas?: `0x${string}` | undefined;
|
|
6734
6745
|
nonce?: `0x${string}` | undefined;
|
|
6746
|
+
value?: `0x${string}` | undefined;
|
|
6735
6747
|
accessList?: import("viem").AccessList | undefined;
|
|
6736
6748
|
authorizationList?: import("viem").RpcAuthorizationList | undefined;
|
|
6737
6749
|
blobs?: undefined;
|
|
@@ -6802,16 +6814,16 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
6802
6814
|
r: import("viem").Hex;
|
|
6803
6815
|
s: import("viem").Hex;
|
|
6804
6816
|
v: bigint;
|
|
6805
|
-
value: bigint;
|
|
6806
|
-
gas: bigint;
|
|
6807
6817
|
to: import("abitype").Address | null;
|
|
6808
6818
|
from: import("abitype").Address;
|
|
6819
|
+
gas: bigint;
|
|
6809
6820
|
nonce: number;
|
|
6821
|
+
value: bigint;
|
|
6810
6822
|
blockHash: `0x${string}` | null;
|
|
6811
6823
|
blockNumber: bigint | null;
|
|
6812
|
-
transactionIndex: number | null;
|
|
6813
6824
|
hash: import("viem").Hash;
|
|
6814
6825
|
input: import("viem").Hex;
|
|
6826
|
+
transactionIndex: number | null;
|
|
6815
6827
|
typeHex: import("viem").Hex | null;
|
|
6816
6828
|
accessList?: undefined | undefined;
|
|
6817
6829
|
authorizationList?: undefined | undefined;
|
|
@@ -7111,10 +7123,10 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7111
7123
|
} | {
|
|
7112
7124
|
type?: "0x3" | undefined;
|
|
7113
7125
|
data?: `0x${string}` | undefined;
|
|
7114
|
-
value?: `0x${string}` | undefined;
|
|
7115
|
-
gas?: `0x${string}` | undefined;
|
|
7116
7126
|
from?: `0x${string}` | undefined;
|
|
7127
|
+
gas?: `0x${string}` | undefined;
|
|
7117
7128
|
nonce?: `0x${string}` | undefined;
|
|
7129
|
+
value?: `0x${string}` | undefined;
|
|
7118
7130
|
to: `0x${string}` | null;
|
|
7119
7131
|
gasPrice?: undefined | undefined;
|
|
7120
7132
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -7130,10 +7142,10 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7130
7142
|
} | {
|
|
7131
7143
|
type?: "0x3" | undefined;
|
|
7132
7144
|
data?: `0x${string}` | undefined;
|
|
7133
|
-
value?: `0x${string}` | undefined;
|
|
7134
|
-
gas?: `0x${string}` | undefined;
|
|
7135
7145
|
from?: `0x${string}` | undefined;
|
|
7146
|
+
gas?: `0x${string}` | undefined;
|
|
7136
7147
|
nonce?: `0x${string}` | undefined;
|
|
7148
|
+
value?: `0x${string}` | undefined;
|
|
7137
7149
|
to: `0x${string}` | null;
|
|
7138
7150
|
gasPrice?: undefined | undefined;
|
|
7139
7151
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -7147,17 +7159,17 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
7147
7159
|
authorizationList?: undefined;
|
|
7148
7160
|
feeCurrency?: `0x${string}` | undefined;
|
|
7149
7161
|
} | {
|
|
7162
|
+
type?: "0x4" | undefined;
|
|
7150
7163
|
gasPrice?: undefined | undefined;
|
|
7151
7164
|
maxFeePerBlobGas?: undefined | undefined;
|
|
7152
7165
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
7153
7166
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
7154
|
-
type?: "0x4" | undefined;
|
|
7155
|
-
data?: `0x${string}` | undefined;
|
|
7156
|
-
value?: `0x${string}` | undefined;
|
|
7157
|
-
gas?: `0x${string}` | undefined;
|
|
7158
7167
|
to?: `0x${string}` | null | undefined;
|
|
7168
|
+
data?: `0x${string}` | undefined;
|
|
7159
7169
|
from?: `0x${string}` | undefined;
|
|
7170
|
+
gas?: `0x${string}` | undefined;
|
|
7160
7171
|
nonce?: `0x${string}` | undefined;
|
|
7172
|
+
value?: `0x${string}` | undefined;
|
|
7161
7173
|
accessList?: import("viem").AccessList | undefined;
|
|
7162
7174
|
authorizationList?: import("viem").RpcAuthorizationList | undefined;
|
|
7163
7175
|
blobs?: undefined;
|
|
@@ -8260,16 +8272,16 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8260
8272
|
r: import("viem").Hex;
|
|
8261
8273
|
s: import("viem").Hex;
|
|
8262
8274
|
v: bigint;
|
|
8263
|
-
value: bigint;
|
|
8264
|
-
gas: bigint;
|
|
8265
8275
|
to: import("abitype").Address | null;
|
|
8266
8276
|
from: import("abitype").Address;
|
|
8277
|
+
gas: bigint;
|
|
8267
8278
|
nonce: number;
|
|
8279
|
+
value: bigint;
|
|
8268
8280
|
blockHash: `0x${string}` | null;
|
|
8269
8281
|
blockNumber: bigint | null;
|
|
8270
|
-
transactionIndex: number | null;
|
|
8271
8282
|
hash: import("viem").Hash;
|
|
8272
8283
|
input: import("viem").Hex;
|
|
8284
|
+
transactionIndex: number | null;
|
|
8273
8285
|
typeHex: import("viem").Hex | null;
|
|
8274
8286
|
accessList?: undefined | undefined;
|
|
8275
8287
|
authorizationList?: undefined | undefined;
|
|
@@ -8406,6 +8418,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8406
8418
|
blobGasUsed?: bigint | undefined;
|
|
8407
8419
|
blockHash: import("viem").Hash;
|
|
8408
8420
|
blockNumber: bigint;
|
|
8421
|
+
blockTimestamp?: bigint | undefined;
|
|
8409
8422
|
contractAddress: import("abitype").Address | null | undefined;
|
|
8410
8423
|
cumulativeGasUsed: bigint;
|
|
8411
8424
|
effectiveGasPrice: bigint;
|
|
@@ -8684,7 +8697,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
8684
8697
|
sortIndex: 31;
|
|
8685
8698
|
blockAid: "";
|
|
8686
8699
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/lens-logo.svg";
|
|
8687
|
-
deprecated:
|
|
8700
|
+
deprecated: true;
|
|
8688
8701
|
estimatedSwapGas: 300000;
|
|
8689
8702
|
estimatedBridgeGas: 200000;
|
|
8690
8703
|
estimatedWrapGas: 60000;
|
|
@@ -9332,16 +9345,16 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9332
9345
|
r: import("viem").Hex;
|
|
9333
9346
|
s: import("viem").Hex;
|
|
9334
9347
|
v: bigint;
|
|
9335
|
-
value: bigint;
|
|
9336
|
-
gas: bigint;
|
|
9337
9348
|
to: import("abitype").Address | null;
|
|
9338
9349
|
from: import("abitype").Address;
|
|
9350
|
+
gas: bigint;
|
|
9339
9351
|
nonce: number;
|
|
9352
|
+
value: bigint;
|
|
9340
9353
|
blockHash: `0x${string}` | null;
|
|
9341
9354
|
blockNumber: bigint | null;
|
|
9342
|
-
transactionIndex: number | null;
|
|
9343
9355
|
hash: import("viem").Hash;
|
|
9344
9356
|
input: import("viem").Hex;
|
|
9357
|
+
transactionIndex: number | null;
|
|
9345
9358
|
typeHex: import("viem").Hex | null;
|
|
9346
9359
|
accessList?: undefined | undefined;
|
|
9347
9360
|
authorizationList?: undefined | undefined;
|
|
@@ -9478,6 +9491,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9478
9491
|
blobGasUsed?: bigint | undefined;
|
|
9479
9492
|
blockHash: import("viem").Hash;
|
|
9480
9493
|
blockNumber: bigint;
|
|
9494
|
+
blockTimestamp?: bigint | undefined;
|
|
9481
9495
|
contractAddress: import("abitype").Address | null | undefined;
|
|
9482
9496
|
cumulativeGasUsed: bigint;
|
|
9483
9497
|
effectiveGasPrice: bigint;
|
|
@@ -9520,7 +9534,7 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
9520
9534
|
sortIndex: 23;
|
|
9521
9535
|
blockAid: "";
|
|
9522
9536
|
logoUrl: "https://cms.oku.trade/cdn/public/chains/matchain-logo.svg";
|
|
9523
|
-
deprecated:
|
|
9537
|
+
deprecated: true;
|
|
9524
9538
|
estimatedSwapGas: 300000;
|
|
9525
9539
|
estimatedBridgeGas: 200000;
|
|
9526
9540
|
estimatedWrapGas: 60000;
|
|
@@ -10446,30 +10460,6 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10446
10460
|
} & {
|
|
10447
10461
|
caip2Namespace: string;
|
|
10448
10462
|
}>, Readonly<{
|
|
10449
|
-
sourceId: undefined;
|
|
10450
|
-
testnet: false;
|
|
10451
|
-
fees: undefined;
|
|
10452
|
-
custom: undefined;
|
|
10453
|
-
formatters: undefined;
|
|
10454
|
-
serializers: undefined;
|
|
10455
|
-
id: 685689;
|
|
10456
|
-
name: "Gensyn";
|
|
10457
|
-
nativeCurrency: {
|
|
10458
|
-
decimals: number;
|
|
10459
|
-
name: string;
|
|
10460
|
-
symbol: string;
|
|
10461
|
-
};
|
|
10462
|
-
rpcUrls: {
|
|
10463
|
-
default: {
|
|
10464
|
-
http: string[];
|
|
10465
|
-
};
|
|
10466
|
-
};
|
|
10467
|
-
blockExplorers: {
|
|
10468
|
-
default: {
|
|
10469
|
-
name: string;
|
|
10470
|
-
url: string;
|
|
10471
|
-
};
|
|
10472
|
-
};
|
|
10473
10463
|
blockTimeSeconds: 2;
|
|
10474
10464
|
launchTime: 1773970570;
|
|
10475
10465
|
transactionType: "eip1559";
|
|
@@ -10538,10 +10528,6 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10538
10528
|
address: "0x0000000000000000000000000000000000000000";
|
|
10539
10529
|
blockCreated: number;
|
|
10540
10530
|
};
|
|
10541
|
-
multicall3: {
|
|
10542
|
-
address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
10543
|
-
blockCreated: number;
|
|
10544
|
-
};
|
|
10545
10531
|
nftManager: {
|
|
10546
10532
|
address: "0x743E03cceB4af2efA3CC76838f6E8B50B63F184c";
|
|
10547
10533
|
};
|
|
@@ -10551,7 +10537,47 @@ export declare const MAINNET_CHAINS: readonly [Readonly<{
|
|
|
10551
10537
|
multicall2: {
|
|
10552
10538
|
address: "0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435";
|
|
10553
10539
|
};
|
|
10540
|
+
multicall3: {
|
|
10541
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
10542
|
+
readonly blockCreated: 0;
|
|
10543
|
+
};
|
|
10544
|
+
};
|
|
10545
|
+
blockExplorers: {
|
|
10546
|
+
readonly default: {
|
|
10547
|
+
readonly name: "Blockscout";
|
|
10548
|
+
readonly url: "https://gensyn-mainnet.explorer.alchemy.com";
|
|
10549
|
+
};
|
|
10550
|
+
};
|
|
10551
|
+
blockTime?: number | undefined | undefined | undefined;
|
|
10552
|
+
ensTlds?: readonly string[] | undefined;
|
|
10553
|
+
id: 685689;
|
|
10554
|
+
name: "Gensyn Mainnet";
|
|
10555
|
+
nativeCurrency: {
|
|
10556
|
+
readonly decimals: 18;
|
|
10557
|
+
readonly name: "Ether";
|
|
10558
|
+
readonly symbol: "ETH";
|
|
10559
|
+
};
|
|
10560
|
+
experimental_preconfirmationTime?: number | undefined | undefined | undefined;
|
|
10561
|
+
rpcUrls: {
|
|
10562
|
+
readonly default: {
|
|
10563
|
+
readonly http: readonly ["https://gensyn-mainnet.g.alchemy.com/public"];
|
|
10564
|
+
};
|
|
10554
10565
|
};
|
|
10566
|
+
sourceId?: number | undefined | undefined | undefined;
|
|
10567
|
+
testnet?: boolean | undefined | undefined | undefined;
|
|
10568
|
+
custom?: Record<string, unknown> | undefined;
|
|
10569
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
10570
|
+
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
10571
|
+
formatters?: undefined | undefined;
|
|
10572
|
+
prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
10573
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
10574
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
|
|
10575
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
10576
|
+
}) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
10577
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
10578
|
+
}] | undefined | undefined;
|
|
10579
|
+
serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable<bigint, number>> | undefined;
|
|
10580
|
+
verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined | undefined;
|
|
10555
10581
|
} & {
|
|
10556
10582
|
caip2Namespace: string;
|
|
10557
10583
|
}>];
|