@rhinestone/shared-configs 1.1.2 → 1.2.0

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.
@@ -0,0 +1,3476 @@
1
+ /** biome-ignore-all lint/style/useLiteralEnumMembers: readability */
2
+ import { arbitrum, arbitrumSepolia, base, baseSepolia, mainnet, optimism, optimismSepolia, polygon, sepolia, soneium } from 'viem/chains';
3
+ type SupportedTestnet = typeof sepolia.id | typeof baseSepolia.id | typeof arbitrumSepolia.id | typeof optimismSepolia.id;
4
+ type SupportedMainnet = typeof mainnet.id | typeof base.id | typeof arbitrum.id | typeof optimism.id | typeof polygon.id | typeof soneium.id;
5
+ type SupportedOPStackMainnet = typeof optimism.id | typeof base.id | typeof soneium.id;
6
+ type SupportedOPStackTestnet = typeof optimismSepolia.id | typeof baseSepolia.id;
7
+ type SupportedChain = SupportedMainnet | SupportedTestnet;
8
+ declare enum TestnetNetwork {
9
+ ETHEREUM_SEPOLIA,
10
+ BASE_SEPOLIA,
11
+ ARBITRUM_SEPOLIA,
12
+ OPTIMISM_SEPOLIA
13
+ }
14
+ declare enum MainnetNetwork {
15
+ ETHEREUM,
16
+ BASE,
17
+ ARBITRUM,
18
+ OPTIMISM,
19
+ POLYGON,
20
+ SONEIUM
21
+ }
22
+ declare enum OPStackChains {
23
+ MAINNET_OPTIMISM,
24
+ MAINNET_BASE,
25
+ MAINNET_SONEIUM,
26
+ TESTNET_OPTIMISM,
27
+ TESTNET_BASE
28
+ }
29
+ declare const mainnetChains: ({
30
+ blockExplorers: {
31
+ readonly default: {
32
+ readonly name: "Etherscan";
33
+ readonly url: "https://etherscan.io";
34
+ readonly apiUrl: "https://api.etherscan.io/api";
35
+ };
36
+ };
37
+ blockTime?: number | undefined | undefined;
38
+ contracts: {
39
+ readonly ensRegistry: {
40
+ readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
41
+ };
42
+ readonly ensUniversalResolver: {
43
+ readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
44
+ readonly blockCreated: 19258213;
45
+ };
46
+ readonly multicall3: {
47
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
48
+ readonly blockCreated: 14353601;
49
+ };
50
+ };
51
+ ensTlds?: readonly string[] | undefined;
52
+ id: 1;
53
+ name: "Ethereum";
54
+ nativeCurrency: {
55
+ readonly name: "Ether";
56
+ readonly symbol: "ETH";
57
+ readonly decimals: 18;
58
+ };
59
+ experimental_preconfirmationTime?: number | undefined | undefined;
60
+ rpcUrls: {
61
+ readonly default: {
62
+ readonly http: readonly ["https://eth.merkle.io"];
63
+ };
64
+ };
65
+ sourceId?: number | undefined | undefined;
66
+ testnet?: boolean | undefined | undefined;
67
+ custom?: Record<string, unknown> | undefined;
68
+ fees?: import("viem").ChainFees<undefined> | undefined;
69
+ formatters?: undefined;
70
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
71
+ } | {
72
+ blockExplorers: {
73
+ readonly default: {
74
+ readonly name: "Basescan";
75
+ readonly url: "https://basescan.org";
76
+ readonly apiUrl: "https://api.basescan.org/api";
77
+ };
78
+ };
79
+ blockTime: 2000;
80
+ contracts: {
81
+ readonly disputeGameFactory: {
82
+ readonly 1: {
83
+ readonly address: "0x43edB88C4B80fDD2AdFF2412A7BebF9dF42cB40e";
84
+ };
85
+ };
86
+ readonly l2OutputOracle: {
87
+ readonly 1: {
88
+ readonly address: "0x56315b90c40730925ec5485cf004d835058518A0";
89
+ };
90
+ };
91
+ readonly multicall3: {
92
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
93
+ readonly blockCreated: 5022;
94
+ };
95
+ readonly portal: {
96
+ readonly 1: {
97
+ readonly address: "0x49048044D57e1C92A77f79988d21Fa8fAF74E97e";
98
+ readonly blockCreated: 17482143;
99
+ };
100
+ };
101
+ readonly l1StandardBridge: {
102
+ readonly 1: {
103
+ readonly address: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35";
104
+ readonly blockCreated: 17482143;
105
+ };
106
+ };
107
+ readonly gasPriceOracle: {
108
+ readonly address: "0x420000000000000000000000000000000000000F";
109
+ };
110
+ readonly l1Block: {
111
+ readonly address: "0x4200000000000000000000000000000000000015";
112
+ };
113
+ readonly l2CrossDomainMessenger: {
114
+ readonly address: "0x4200000000000000000000000000000000000007";
115
+ };
116
+ readonly l2Erc721Bridge: {
117
+ readonly address: "0x4200000000000000000000000000000000000014";
118
+ };
119
+ readonly l2StandardBridge: {
120
+ readonly address: "0x4200000000000000000000000000000000000010";
121
+ };
122
+ readonly l2ToL1MessagePasser: {
123
+ readonly address: "0x4200000000000000000000000000000000000016";
124
+ };
125
+ };
126
+ ensTlds?: readonly string[] | undefined;
127
+ id: 8453;
128
+ name: "Base";
129
+ nativeCurrency: {
130
+ readonly name: "Ether";
131
+ readonly symbol: "ETH";
132
+ readonly decimals: 18;
133
+ };
134
+ experimental_preconfirmationTime?: number | undefined | undefined;
135
+ rpcUrls: {
136
+ readonly default: {
137
+ readonly http: readonly ["https://mainnet.base.org"];
138
+ };
139
+ };
140
+ sourceId: 1;
141
+ testnet?: boolean | undefined | undefined;
142
+ custom?: Record<string, unknown> | undefined;
143
+ fees?: import("viem").ChainFees<undefined> | undefined;
144
+ formatters: {
145
+ readonly block: {
146
+ exclude: [] | undefined;
147
+ format: (args: import("viem/chains").OpStackRpcBlock) => {
148
+ baseFeePerGas: bigint | null;
149
+ blobGasUsed: bigint;
150
+ difficulty: bigint;
151
+ excessBlobGas: bigint;
152
+ extraData: import("viem").Hex;
153
+ gasLimit: bigint;
154
+ gasUsed: bigint;
155
+ hash: `0x${string}` | null;
156
+ logsBloom: `0x${string}` | null;
157
+ miner: import("abitype").Address;
158
+ mixHash: import("viem").Hash;
159
+ nonce: `0x${string}` | null;
160
+ number: bigint | null;
161
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
162
+ parentHash: import("viem").Hash;
163
+ receiptsRoot: import("viem").Hex;
164
+ sealFields: import("viem").Hex[];
165
+ sha3Uncles: import("viem").Hash;
166
+ size: bigint;
167
+ stateRoot: import("viem").Hash;
168
+ timestamp: bigint;
169
+ totalDifficulty: bigint | null;
170
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
171
+ transactionsRoot: import("viem").Hash;
172
+ uncles: import("viem").Hash[];
173
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
174
+ withdrawalsRoot?: `0x${string}` | undefined;
175
+ } & {};
176
+ type: "block";
177
+ };
178
+ readonly transaction: {
179
+ exclude: [] | undefined;
180
+ format: (args: import("viem/chains").OpStackRpcTransaction) => ({
181
+ blockHash: `0x${string}` | null;
182
+ blockNumber: bigint | null;
183
+ from: import("abitype").Address;
184
+ gas: bigint;
185
+ hash: import("viem").Hash;
186
+ input: import("viem").Hex;
187
+ nonce: number;
188
+ r: import("viem").Hex;
189
+ s: import("viem").Hex;
190
+ to: import("abitype").Address | null;
191
+ transactionIndex: number | null;
192
+ typeHex: import("viem").Hex | null;
193
+ v: bigint;
194
+ value: bigint;
195
+ yParity: number;
196
+ gasPrice?: undefined | undefined;
197
+ maxFeePerBlobGas?: undefined | undefined;
198
+ maxFeePerGas: bigint;
199
+ maxPriorityFeePerGas: bigint;
200
+ isSystemTx?: boolean;
201
+ mint?: bigint | undefined | undefined;
202
+ sourceHash: import("viem").Hex;
203
+ type: "deposit";
204
+ } | {
205
+ r: import("viem").Hex;
206
+ s: import("viem").Hex;
207
+ v: bigint;
208
+ to: import("abitype").Address | null;
209
+ from: import("abitype").Address;
210
+ gas: bigint;
211
+ nonce: number;
212
+ value: bigint;
213
+ blockHash: `0x${string}` | null;
214
+ blockNumber: bigint | null;
215
+ hash: import("viem").Hash;
216
+ input: import("viem").Hex;
217
+ transactionIndex: number | null;
218
+ typeHex: import("viem").Hex | null;
219
+ accessList?: undefined | undefined;
220
+ authorizationList?: undefined | undefined;
221
+ blobVersionedHashes?: undefined | undefined;
222
+ chainId?: number | undefined;
223
+ yParity?: undefined | undefined;
224
+ type: "legacy";
225
+ gasPrice: bigint;
226
+ maxFeePerBlobGas?: undefined | undefined;
227
+ maxFeePerGas?: undefined | undefined;
228
+ maxPriorityFeePerGas?: undefined | undefined;
229
+ isSystemTx?: undefined | undefined;
230
+ mint?: undefined | undefined;
231
+ sourceHash?: undefined | undefined;
232
+ } | {
233
+ blockHash: `0x${string}` | null;
234
+ blockNumber: bigint | null;
235
+ from: import("abitype").Address;
236
+ gas: bigint;
237
+ hash: import("viem").Hash;
238
+ input: import("viem").Hex;
239
+ nonce: number;
240
+ r: import("viem").Hex;
241
+ s: import("viem").Hex;
242
+ to: import("abitype").Address | null;
243
+ transactionIndex: number | null;
244
+ typeHex: import("viem").Hex | null;
245
+ v: bigint;
246
+ value: bigint;
247
+ yParity: number;
248
+ accessList: import("viem").AccessList;
249
+ authorizationList?: undefined | undefined;
250
+ blobVersionedHashes?: undefined | undefined;
251
+ chainId: number;
252
+ type: "eip2930";
253
+ gasPrice: bigint;
254
+ maxFeePerBlobGas?: undefined | undefined;
255
+ maxFeePerGas?: undefined | undefined;
256
+ maxPriorityFeePerGas?: undefined | undefined;
257
+ isSystemTx?: undefined | undefined;
258
+ mint?: undefined | undefined;
259
+ sourceHash?: undefined | undefined;
260
+ } | {
261
+ blockHash: `0x${string}` | null;
262
+ blockNumber: bigint | null;
263
+ from: import("abitype").Address;
264
+ gas: bigint;
265
+ hash: import("viem").Hash;
266
+ input: import("viem").Hex;
267
+ nonce: number;
268
+ r: import("viem").Hex;
269
+ s: import("viem").Hex;
270
+ to: import("abitype").Address | null;
271
+ transactionIndex: number | null;
272
+ typeHex: import("viem").Hex | null;
273
+ v: bigint;
274
+ value: bigint;
275
+ yParity: number;
276
+ accessList: import("viem").AccessList;
277
+ authorizationList?: undefined | undefined;
278
+ blobVersionedHashes?: undefined | undefined;
279
+ chainId: number;
280
+ type: "eip1559";
281
+ gasPrice?: undefined | undefined;
282
+ maxFeePerBlobGas?: undefined | undefined;
283
+ maxFeePerGas: bigint;
284
+ maxPriorityFeePerGas: bigint;
285
+ isSystemTx?: undefined | undefined;
286
+ mint?: undefined | undefined;
287
+ sourceHash?: undefined | undefined;
288
+ } | {
289
+ blockHash: `0x${string}` | null;
290
+ blockNumber: bigint | null;
291
+ from: import("abitype").Address;
292
+ gas: bigint;
293
+ hash: import("viem").Hash;
294
+ input: import("viem").Hex;
295
+ nonce: number;
296
+ r: import("viem").Hex;
297
+ s: import("viem").Hex;
298
+ to: import("abitype").Address | null;
299
+ transactionIndex: number | null;
300
+ typeHex: import("viem").Hex | null;
301
+ v: bigint;
302
+ value: bigint;
303
+ yParity: number;
304
+ accessList: import("viem").AccessList;
305
+ authorizationList?: undefined | undefined;
306
+ blobVersionedHashes: readonly import("viem").Hex[];
307
+ chainId: number;
308
+ type: "eip4844";
309
+ gasPrice?: undefined | undefined;
310
+ maxFeePerBlobGas: bigint;
311
+ maxFeePerGas: bigint;
312
+ maxPriorityFeePerGas: bigint;
313
+ isSystemTx?: undefined | undefined;
314
+ mint?: undefined | undefined;
315
+ sourceHash?: undefined | undefined;
316
+ } | {
317
+ blockHash: `0x${string}` | null;
318
+ blockNumber: bigint | null;
319
+ from: import("abitype").Address;
320
+ gas: bigint;
321
+ hash: import("viem").Hash;
322
+ input: import("viem").Hex;
323
+ nonce: number;
324
+ r: import("viem").Hex;
325
+ s: import("viem").Hex;
326
+ to: import("abitype").Address | null;
327
+ transactionIndex: number | null;
328
+ typeHex: import("viem").Hex | null;
329
+ v: bigint;
330
+ value: bigint;
331
+ yParity: number;
332
+ accessList: import("viem").AccessList;
333
+ authorizationList: import("viem").SignedAuthorizationList;
334
+ blobVersionedHashes?: undefined | undefined;
335
+ chainId: number;
336
+ type: "eip7702";
337
+ gasPrice?: undefined | undefined;
338
+ maxFeePerBlobGas?: undefined | undefined;
339
+ maxFeePerGas: bigint;
340
+ maxPriorityFeePerGas: bigint;
341
+ isSystemTx?: undefined | undefined;
342
+ mint?: undefined | undefined;
343
+ sourceHash?: undefined | undefined;
344
+ }) & {};
345
+ type: "transaction";
346
+ };
347
+ readonly transactionReceipt: {
348
+ exclude: [] | undefined;
349
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
350
+ blobGasPrice?: bigint | undefined;
351
+ blobGasUsed?: bigint | undefined;
352
+ blockHash: import("viem").Hash;
353
+ blockNumber: bigint;
354
+ contractAddress: import("abitype").Address | null | undefined;
355
+ cumulativeGasUsed: bigint;
356
+ effectiveGasPrice: bigint;
357
+ from: import("abitype").Address;
358
+ gasUsed: bigint;
359
+ logs: import("viem").Log<bigint, number, false>[];
360
+ logsBloom: import("viem").Hex;
361
+ root?: `0x${string}` | undefined;
362
+ status: "success" | "reverted";
363
+ to: import("abitype").Address | null;
364
+ transactionHash: import("viem").Hash;
365
+ transactionIndex: number;
366
+ type: import("viem").TransactionType;
367
+ l1GasPrice: bigint | null;
368
+ l1GasUsed: bigint | null;
369
+ l1Fee: bigint | null;
370
+ l1FeeScalar: number | null;
371
+ } & {};
372
+ type: "transactionReceipt";
373
+ };
374
+ };
375
+ serializers: {
376
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
377
+ };
378
+ } | {
379
+ blockExplorers: {
380
+ readonly default: {
381
+ readonly name: "Arbiscan";
382
+ readonly url: "https://arbiscan.io";
383
+ readonly apiUrl: "https://api.arbiscan.io/api";
384
+ };
385
+ };
386
+ blockTime: 250;
387
+ contracts: {
388
+ readonly multicall3: {
389
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
390
+ readonly blockCreated: 7654707;
391
+ };
392
+ };
393
+ ensTlds?: readonly string[] | undefined;
394
+ id: 42161;
395
+ name: "Arbitrum One";
396
+ nativeCurrency: {
397
+ readonly name: "Ether";
398
+ readonly symbol: "ETH";
399
+ readonly decimals: 18;
400
+ };
401
+ experimental_preconfirmationTime?: number | undefined | undefined;
402
+ rpcUrls: {
403
+ readonly default: {
404
+ readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
405
+ };
406
+ };
407
+ sourceId?: number | undefined | undefined;
408
+ testnet?: boolean | undefined | undefined;
409
+ custom?: Record<string, unknown> | undefined;
410
+ fees?: import("viem").ChainFees<undefined> | undefined;
411
+ formatters?: undefined;
412
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
413
+ } | {
414
+ blockExplorers: {
415
+ readonly default: {
416
+ readonly name: "Optimism Explorer";
417
+ readonly url: "https://optimistic.etherscan.io";
418
+ readonly apiUrl: "https://api-optimistic.etherscan.io/api";
419
+ };
420
+ };
421
+ blockTime: 2000;
422
+ contracts: {
423
+ readonly disputeGameFactory: {
424
+ readonly 1: {
425
+ readonly address: "0xe5965Ab5962eDc7477C8520243A95517CD252fA9";
426
+ };
427
+ };
428
+ readonly l2OutputOracle: {
429
+ readonly 1: {
430
+ readonly address: "0xdfe97868233d1aa22e815a266982f2cf17685a27";
431
+ };
432
+ };
433
+ readonly multicall3: {
434
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
435
+ readonly blockCreated: 4286263;
436
+ };
437
+ readonly portal: {
438
+ readonly 1: {
439
+ readonly address: "0xbEb5Fc579115071764c7423A4f12eDde41f106Ed";
440
+ };
441
+ };
442
+ readonly l1StandardBridge: {
443
+ readonly 1: {
444
+ readonly address: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1";
445
+ };
446
+ };
447
+ readonly gasPriceOracle: {
448
+ readonly address: "0x420000000000000000000000000000000000000F";
449
+ };
450
+ readonly l1Block: {
451
+ readonly address: "0x4200000000000000000000000000000000000015";
452
+ };
453
+ readonly l2CrossDomainMessenger: {
454
+ readonly address: "0x4200000000000000000000000000000000000007";
455
+ };
456
+ readonly l2Erc721Bridge: {
457
+ readonly address: "0x4200000000000000000000000000000000000014";
458
+ };
459
+ readonly l2StandardBridge: {
460
+ readonly address: "0x4200000000000000000000000000000000000010";
461
+ };
462
+ readonly l2ToL1MessagePasser: {
463
+ readonly address: "0x4200000000000000000000000000000000000016";
464
+ };
465
+ };
466
+ ensTlds?: readonly string[] | undefined;
467
+ id: 10;
468
+ name: "OP Mainnet";
469
+ nativeCurrency: {
470
+ readonly name: "Ether";
471
+ readonly symbol: "ETH";
472
+ readonly decimals: 18;
473
+ };
474
+ experimental_preconfirmationTime?: number | undefined | undefined;
475
+ rpcUrls: {
476
+ readonly default: {
477
+ readonly http: readonly ["https://mainnet.optimism.io"];
478
+ };
479
+ };
480
+ sourceId: 1;
481
+ testnet?: boolean | undefined | undefined;
482
+ custom?: Record<string, unknown> | undefined;
483
+ fees?: import("viem").ChainFees<undefined> | undefined;
484
+ formatters: {
485
+ readonly block: {
486
+ exclude: [] | undefined;
487
+ format: (args: import("viem/chains").OpStackRpcBlock) => {
488
+ baseFeePerGas: bigint | null;
489
+ blobGasUsed: bigint;
490
+ difficulty: bigint;
491
+ excessBlobGas: bigint;
492
+ extraData: import("viem").Hex;
493
+ gasLimit: bigint;
494
+ gasUsed: bigint;
495
+ hash: `0x${string}` | null;
496
+ logsBloom: `0x${string}` | null;
497
+ miner: import("abitype").Address;
498
+ mixHash: import("viem").Hash;
499
+ nonce: `0x${string}` | null;
500
+ number: bigint | null;
501
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
502
+ parentHash: import("viem").Hash;
503
+ receiptsRoot: import("viem").Hex;
504
+ sealFields: import("viem").Hex[];
505
+ sha3Uncles: import("viem").Hash;
506
+ size: bigint;
507
+ stateRoot: import("viem").Hash;
508
+ timestamp: bigint;
509
+ totalDifficulty: bigint | null;
510
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
511
+ transactionsRoot: import("viem").Hash;
512
+ uncles: import("viem").Hash[];
513
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
514
+ withdrawalsRoot?: `0x${string}` | undefined;
515
+ } & {};
516
+ type: "block";
517
+ };
518
+ readonly transaction: {
519
+ exclude: [] | undefined;
520
+ format: (args: import("viem/chains").OpStackRpcTransaction) => ({
521
+ blockHash: `0x${string}` | null;
522
+ blockNumber: bigint | null;
523
+ from: import("abitype").Address;
524
+ gas: bigint;
525
+ hash: import("viem").Hash;
526
+ input: import("viem").Hex;
527
+ nonce: number;
528
+ r: import("viem").Hex;
529
+ s: import("viem").Hex;
530
+ to: import("abitype").Address | null;
531
+ transactionIndex: number | null;
532
+ typeHex: import("viem").Hex | null;
533
+ v: bigint;
534
+ value: bigint;
535
+ yParity: number;
536
+ gasPrice?: undefined | undefined;
537
+ maxFeePerBlobGas?: undefined | undefined;
538
+ maxFeePerGas: bigint;
539
+ maxPriorityFeePerGas: bigint;
540
+ isSystemTx?: boolean;
541
+ mint?: bigint | undefined | undefined;
542
+ sourceHash: import("viem").Hex;
543
+ type: "deposit";
544
+ } | {
545
+ r: import("viem").Hex;
546
+ s: import("viem").Hex;
547
+ v: bigint;
548
+ to: import("abitype").Address | null;
549
+ from: import("abitype").Address;
550
+ gas: bigint;
551
+ nonce: number;
552
+ value: bigint;
553
+ blockHash: `0x${string}` | null;
554
+ blockNumber: bigint | null;
555
+ hash: import("viem").Hash;
556
+ input: import("viem").Hex;
557
+ transactionIndex: number | null;
558
+ typeHex: import("viem").Hex | null;
559
+ accessList?: undefined | undefined;
560
+ authorizationList?: undefined | undefined;
561
+ blobVersionedHashes?: undefined | undefined;
562
+ chainId?: number | undefined;
563
+ yParity?: undefined | undefined;
564
+ type: "legacy";
565
+ gasPrice: bigint;
566
+ maxFeePerBlobGas?: undefined | undefined;
567
+ maxFeePerGas?: undefined | undefined;
568
+ maxPriorityFeePerGas?: undefined | undefined;
569
+ isSystemTx?: undefined | undefined;
570
+ mint?: undefined | undefined;
571
+ sourceHash?: undefined | undefined;
572
+ } | {
573
+ blockHash: `0x${string}` | null;
574
+ blockNumber: bigint | null;
575
+ from: import("abitype").Address;
576
+ gas: bigint;
577
+ hash: import("viem").Hash;
578
+ input: import("viem").Hex;
579
+ nonce: number;
580
+ r: import("viem").Hex;
581
+ s: import("viem").Hex;
582
+ to: import("abitype").Address | null;
583
+ transactionIndex: number | null;
584
+ typeHex: import("viem").Hex | null;
585
+ v: bigint;
586
+ value: bigint;
587
+ yParity: number;
588
+ accessList: import("viem").AccessList;
589
+ authorizationList?: undefined | undefined;
590
+ blobVersionedHashes?: undefined | undefined;
591
+ chainId: number;
592
+ type: "eip2930";
593
+ gasPrice: bigint;
594
+ maxFeePerBlobGas?: undefined | undefined;
595
+ maxFeePerGas?: undefined | undefined;
596
+ maxPriorityFeePerGas?: undefined | undefined;
597
+ isSystemTx?: undefined | undefined;
598
+ mint?: undefined | undefined;
599
+ sourceHash?: undefined | undefined;
600
+ } | {
601
+ blockHash: `0x${string}` | null;
602
+ blockNumber: bigint | null;
603
+ from: import("abitype").Address;
604
+ gas: bigint;
605
+ hash: import("viem").Hash;
606
+ input: import("viem").Hex;
607
+ nonce: number;
608
+ r: import("viem").Hex;
609
+ s: import("viem").Hex;
610
+ to: import("abitype").Address | null;
611
+ transactionIndex: number | null;
612
+ typeHex: import("viem").Hex | null;
613
+ v: bigint;
614
+ value: bigint;
615
+ yParity: number;
616
+ accessList: import("viem").AccessList;
617
+ authorizationList?: undefined | undefined;
618
+ blobVersionedHashes?: undefined | undefined;
619
+ chainId: number;
620
+ type: "eip1559";
621
+ gasPrice?: undefined | undefined;
622
+ maxFeePerBlobGas?: undefined | undefined;
623
+ maxFeePerGas: bigint;
624
+ maxPriorityFeePerGas: bigint;
625
+ isSystemTx?: undefined | undefined;
626
+ mint?: undefined | undefined;
627
+ sourceHash?: undefined | undefined;
628
+ } | {
629
+ blockHash: `0x${string}` | null;
630
+ blockNumber: bigint | null;
631
+ from: import("abitype").Address;
632
+ gas: bigint;
633
+ hash: import("viem").Hash;
634
+ input: import("viem").Hex;
635
+ nonce: number;
636
+ r: import("viem").Hex;
637
+ s: import("viem").Hex;
638
+ to: import("abitype").Address | null;
639
+ transactionIndex: number | null;
640
+ typeHex: import("viem").Hex | null;
641
+ v: bigint;
642
+ value: bigint;
643
+ yParity: number;
644
+ accessList: import("viem").AccessList;
645
+ authorizationList?: undefined | undefined;
646
+ blobVersionedHashes: readonly import("viem").Hex[];
647
+ chainId: number;
648
+ type: "eip4844";
649
+ gasPrice?: undefined | undefined;
650
+ maxFeePerBlobGas: bigint;
651
+ maxFeePerGas: bigint;
652
+ maxPriorityFeePerGas: bigint;
653
+ isSystemTx?: undefined | undefined;
654
+ mint?: undefined | undefined;
655
+ sourceHash?: undefined | undefined;
656
+ } | {
657
+ blockHash: `0x${string}` | null;
658
+ blockNumber: bigint | null;
659
+ from: import("abitype").Address;
660
+ gas: bigint;
661
+ hash: import("viem").Hash;
662
+ input: import("viem").Hex;
663
+ nonce: number;
664
+ r: import("viem").Hex;
665
+ s: import("viem").Hex;
666
+ to: import("abitype").Address | null;
667
+ transactionIndex: number | null;
668
+ typeHex: import("viem").Hex | null;
669
+ v: bigint;
670
+ value: bigint;
671
+ yParity: number;
672
+ accessList: import("viem").AccessList;
673
+ authorizationList: import("viem").SignedAuthorizationList;
674
+ blobVersionedHashes?: undefined | undefined;
675
+ chainId: number;
676
+ type: "eip7702";
677
+ gasPrice?: undefined | undefined;
678
+ maxFeePerBlobGas?: undefined | undefined;
679
+ maxFeePerGas: bigint;
680
+ maxPriorityFeePerGas: bigint;
681
+ isSystemTx?: undefined | undefined;
682
+ mint?: undefined | undefined;
683
+ sourceHash?: undefined | undefined;
684
+ }) & {};
685
+ type: "transaction";
686
+ };
687
+ readonly transactionReceipt: {
688
+ exclude: [] | undefined;
689
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
690
+ blobGasPrice?: bigint | undefined;
691
+ blobGasUsed?: bigint | undefined;
692
+ blockHash: import("viem").Hash;
693
+ blockNumber: bigint;
694
+ contractAddress: import("abitype").Address | null | undefined;
695
+ cumulativeGasUsed: bigint;
696
+ effectiveGasPrice: bigint;
697
+ from: import("abitype").Address;
698
+ gasUsed: bigint;
699
+ logs: import("viem").Log<bigint, number, false>[];
700
+ logsBloom: import("viem").Hex;
701
+ root?: `0x${string}` | undefined;
702
+ status: "success" | "reverted";
703
+ to: import("abitype").Address | null;
704
+ transactionHash: import("viem").Hash;
705
+ transactionIndex: number;
706
+ type: import("viem").TransactionType;
707
+ l1GasPrice: bigint | null;
708
+ l1GasUsed: bigint | null;
709
+ l1Fee: bigint | null;
710
+ l1FeeScalar: number | null;
711
+ } & {};
712
+ type: "transactionReceipt";
713
+ };
714
+ };
715
+ serializers: {
716
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
717
+ };
718
+ } | {
719
+ blockExplorers: {
720
+ readonly default: {
721
+ readonly name: "PolygonScan";
722
+ readonly url: "https://polygonscan.com";
723
+ readonly apiUrl: "https://api.polygonscan.com/api";
724
+ };
725
+ };
726
+ blockTime?: number | undefined | undefined;
727
+ contracts: {
728
+ readonly multicall3: {
729
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
730
+ readonly blockCreated: 25770160;
731
+ };
732
+ };
733
+ ensTlds?: readonly string[] | undefined;
734
+ id: 137;
735
+ name: "Polygon";
736
+ nativeCurrency: {
737
+ readonly name: "POL";
738
+ readonly symbol: "POL";
739
+ readonly decimals: 18;
740
+ };
741
+ experimental_preconfirmationTime?: number | undefined | undefined;
742
+ rpcUrls: {
743
+ readonly default: {
744
+ readonly http: readonly ["https://polygon-rpc.com"];
745
+ };
746
+ };
747
+ sourceId?: number | undefined | undefined;
748
+ testnet?: boolean | undefined | undefined;
749
+ custom?: Record<string, unknown> | undefined;
750
+ fees?: import("viem").ChainFees<undefined> | undefined;
751
+ formatters?: undefined;
752
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
753
+ } | {
754
+ blockExplorers: {
755
+ readonly default: {
756
+ readonly name: "Blockscout";
757
+ readonly url: "https://soneium.blockscout.com";
758
+ readonly apiUrl: "https://soneium.blockscout.com/api";
759
+ };
760
+ };
761
+ blockTime: 2000;
762
+ contracts: {
763
+ readonly disputeGameFactory: {
764
+ readonly 1: {
765
+ readonly address: "0x512a3d2c7a43bd9261d2b8e8c9c70d4bd4d503c0";
766
+ };
767
+ };
768
+ readonly l2OutputOracle: {
769
+ readonly 1: {
770
+ readonly address: "0x0000000000000000000000000000000000000000";
771
+ };
772
+ };
773
+ readonly portal: {
774
+ readonly 1: {
775
+ readonly address: "0x88e529a6ccd302c948689cd5156c83d4614fae92";
776
+ readonly blockCreated: 7061266;
777
+ };
778
+ };
779
+ readonly l1StandardBridge: {
780
+ readonly 1: {
781
+ readonly address: "0xeb9bf100225c214efc3e7c651ebbadcf85177607";
782
+ readonly blockCreated: 7061266;
783
+ };
784
+ };
785
+ readonly multicall3: {
786
+ readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
787
+ readonly blockCreated: 1;
788
+ };
789
+ readonly gasPriceOracle: {
790
+ readonly address: "0x420000000000000000000000000000000000000F";
791
+ };
792
+ readonly l1Block: {
793
+ readonly address: "0x4200000000000000000000000000000000000015";
794
+ };
795
+ readonly l2CrossDomainMessenger: {
796
+ readonly address: "0x4200000000000000000000000000000000000007";
797
+ };
798
+ readonly l2Erc721Bridge: {
799
+ readonly address: "0x4200000000000000000000000000000000000014";
800
+ };
801
+ readonly l2StandardBridge: {
802
+ readonly address: "0x4200000000000000000000000000000000000010";
803
+ };
804
+ readonly l2ToL1MessagePasser: {
805
+ readonly address: "0x4200000000000000000000000000000000000016";
806
+ };
807
+ };
808
+ ensTlds?: readonly string[] | undefined;
809
+ id: 1868;
810
+ name: "Soneium Mainnet";
811
+ nativeCurrency: {
812
+ readonly name: "Ether";
813
+ readonly symbol: "ETH";
814
+ readonly decimals: 18;
815
+ };
816
+ experimental_preconfirmationTime?: number | undefined | undefined;
817
+ rpcUrls: {
818
+ readonly default: {
819
+ readonly http: readonly ["https://rpc.soneium.org"];
820
+ };
821
+ };
822
+ sourceId: 1;
823
+ testnet?: boolean | undefined | undefined;
824
+ custom?: Record<string, unknown> | undefined;
825
+ fees?: import("viem").ChainFees<undefined> | undefined;
826
+ formatters: {
827
+ readonly block: {
828
+ exclude: [] | undefined;
829
+ format: (args: import("viem/chains").OpStackRpcBlock) => {
830
+ baseFeePerGas: bigint | null;
831
+ blobGasUsed: bigint;
832
+ difficulty: bigint;
833
+ excessBlobGas: bigint;
834
+ extraData: import("viem").Hex;
835
+ gasLimit: bigint;
836
+ gasUsed: bigint;
837
+ hash: `0x${string}` | null;
838
+ logsBloom: `0x${string}` | null;
839
+ miner: import("abitype").Address;
840
+ mixHash: import("viem").Hash;
841
+ nonce: `0x${string}` | null;
842
+ number: bigint | null;
843
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
844
+ parentHash: import("viem").Hash;
845
+ receiptsRoot: import("viem").Hex;
846
+ sealFields: import("viem").Hex[];
847
+ sha3Uncles: import("viem").Hash;
848
+ size: bigint;
849
+ stateRoot: import("viem").Hash;
850
+ timestamp: bigint;
851
+ totalDifficulty: bigint | null;
852
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
853
+ transactionsRoot: import("viem").Hash;
854
+ uncles: import("viem").Hash[];
855
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
856
+ withdrawalsRoot?: `0x${string}` | undefined;
857
+ } & {};
858
+ type: "block";
859
+ };
860
+ readonly transaction: {
861
+ exclude: [] | undefined;
862
+ format: (args: import("viem/chains").OpStackRpcTransaction) => ({
863
+ blockHash: `0x${string}` | null;
864
+ blockNumber: bigint | null;
865
+ from: import("abitype").Address;
866
+ gas: bigint;
867
+ hash: import("viem").Hash;
868
+ input: import("viem").Hex;
869
+ nonce: number;
870
+ r: import("viem").Hex;
871
+ s: import("viem").Hex;
872
+ to: import("abitype").Address | null;
873
+ transactionIndex: number | null;
874
+ typeHex: import("viem").Hex | null;
875
+ v: bigint;
876
+ value: bigint;
877
+ yParity: number;
878
+ gasPrice?: undefined | undefined;
879
+ maxFeePerBlobGas?: undefined | undefined;
880
+ maxFeePerGas: bigint;
881
+ maxPriorityFeePerGas: bigint;
882
+ isSystemTx?: boolean;
883
+ mint?: bigint | undefined | undefined;
884
+ sourceHash: import("viem").Hex;
885
+ type: "deposit";
886
+ } | {
887
+ r: import("viem").Hex;
888
+ s: import("viem").Hex;
889
+ v: bigint;
890
+ to: import("abitype").Address | null;
891
+ from: import("abitype").Address;
892
+ gas: bigint;
893
+ nonce: number;
894
+ value: bigint;
895
+ blockHash: `0x${string}` | null;
896
+ blockNumber: bigint | null;
897
+ hash: import("viem").Hash;
898
+ input: import("viem").Hex;
899
+ transactionIndex: number | null;
900
+ typeHex: import("viem").Hex | null;
901
+ accessList?: undefined | undefined;
902
+ authorizationList?: undefined | undefined;
903
+ blobVersionedHashes?: undefined | undefined;
904
+ chainId?: number | undefined;
905
+ yParity?: undefined | undefined;
906
+ type: "legacy";
907
+ gasPrice: bigint;
908
+ maxFeePerBlobGas?: undefined | undefined;
909
+ maxFeePerGas?: undefined | undefined;
910
+ maxPriorityFeePerGas?: undefined | undefined;
911
+ isSystemTx?: undefined | undefined;
912
+ mint?: undefined | undefined;
913
+ sourceHash?: undefined | undefined;
914
+ } | {
915
+ blockHash: `0x${string}` | null;
916
+ blockNumber: bigint | null;
917
+ from: import("abitype").Address;
918
+ gas: bigint;
919
+ hash: import("viem").Hash;
920
+ input: import("viem").Hex;
921
+ nonce: number;
922
+ r: import("viem").Hex;
923
+ s: import("viem").Hex;
924
+ to: import("abitype").Address | null;
925
+ transactionIndex: number | null;
926
+ typeHex: import("viem").Hex | null;
927
+ v: bigint;
928
+ value: bigint;
929
+ yParity: number;
930
+ accessList: import("viem").AccessList;
931
+ authorizationList?: undefined | undefined;
932
+ blobVersionedHashes?: undefined | undefined;
933
+ chainId: number;
934
+ type: "eip2930";
935
+ gasPrice: bigint;
936
+ maxFeePerBlobGas?: undefined | undefined;
937
+ maxFeePerGas?: undefined | undefined;
938
+ maxPriorityFeePerGas?: undefined | undefined;
939
+ isSystemTx?: undefined | undefined;
940
+ mint?: undefined | undefined;
941
+ sourceHash?: undefined | undefined;
942
+ } | {
943
+ blockHash: `0x${string}` | null;
944
+ blockNumber: bigint | null;
945
+ from: import("abitype").Address;
946
+ gas: bigint;
947
+ hash: import("viem").Hash;
948
+ input: import("viem").Hex;
949
+ nonce: number;
950
+ r: import("viem").Hex;
951
+ s: import("viem").Hex;
952
+ to: import("abitype").Address | null;
953
+ transactionIndex: number | null;
954
+ typeHex: import("viem").Hex | null;
955
+ v: bigint;
956
+ value: bigint;
957
+ yParity: number;
958
+ accessList: import("viem").AccessList;
959
+ authorizationList?: undefined | undefined;
960
+ blobVersionedHashes?: undefined | undefined;
961
+ chainId: number;
962
+ type: "eip1559";
963
+ gasPrice?: undefined | undefined;
964
+ maxFeePerBlobGas?: undefined | undefined;
965
+ maxFeePerGas: bigint;
966
+ maxPriorityFeePerGas: bigint;
967
+ isSystemTx?: undefined | undefined;
968
+ mint?: undefined | undefined;
969
+ sourceHash?: undefined | undefined;
970
+ } | {
971
+ blockHash: `0x${string}` | null;
972
+ blockNumber: bigint | null;
973
+ from: import("abitype").Address;
974
+ gas: bigint;
975
+ hash: import("viem").Hash;
976
+ input: import("viem").Hex;
977
+ nonce: number;
978
+ r: import("viem").Hex;
979
+ s: import("viem").Hex;
980
+ to: import("abitype").Address | null;
981
+ transactionIndex: number | null;
982
+ typeHex: import("viem").Hex | null;
983
+ v: bigint;
984
+ value: bigint;
985
+ yParity: number;
986
+ accessList: import("viem").AccessList;
987
+ authorizationList?: undefined | undefined;
988
+ blobVersionedHashes: readonly import("viem").Hex[];
989
+ chainId: number;
990
+ type: "eip4844";
991
+ gasPrice?: undefined | undefined;
992
+ maxFeePerBlobGas: bigint;
993
+ maxFeePerGas: bigint;
994
+ maxPriorityFeePerGas: bigint;
995
+ isSystemTx?: undefined | undefined;
996
+ mint?: undefined | undefined;
997
+ sourceHash?: undefined | undefined;
998
+ } | {
999
+ blockHash: `0x${string}` | null;
1000
+ blockNumber: bigint | null;
1001
+ from: import("abitype").Address;
1002
+ gas: bigint;
1003
+ hash: import("viem").Hash;
1004
+ input: import("viem").Hex;
1005
+ nonce: number;
1006
+ r: import("viem").Hex;
1007
+ s: import("viem").Hex;
1008
+ to: import("abitype").Address | null;
1009
+ transactionIndex: number | null;
1010
+ typeHex: import("viem").Hex | null;
1011
+ v: bigint;
1012
+ value: bigint;
1013
+ yParity: number;
1014
+ accessList: import("viem").AccessList;
1015
+ authorizationList: import("viem").SignedAuthorizationList;
1016
+ blobVersionedHashes?: undefined | undefined;
1017
+ chainId: number;
1018
+ type: "eip7702";
1019
+ gasPrice?: undefined | undefined;
1020
+ maxFeePerBlobGas?: undefined | undefined;
1021
+ maxFeePerGas: bigint;
1022
+ maxPriorityFeePerGas: bigint;
1023
+ isSystemTx?: undefined | undefined;
1024
+ mint?: undefined | undefined;
1025
+ sourceHash?: undefined | undefined;
1026
+ }) & {};
1027
+ type: "transaction";
1028
+ };
1029
+ readonly transactionReceipt: {
1030
+ exclude: [] | undefined;
1031
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
1032
+ blobGasPrice?: bigint | undefined;
1033
+ blobGasUsed?: bigint | undefined;
1034
+ blockHash: import("viem").Hash;
1035
+ blockNumber: bigint;
1036
+ contractAddress: import("abitype").Address | null | undefined;
1037
+ cumulativeGasUsed: bigint;
1038
+ effectiveGasPrice: bigint;
1039
+ from: import("abitype").Address;
1040
+ gasUsed: bigint;
1041
+ logs: import("viem").Log<bigint, number, false>[];
1042
+ logsBloom: import("viem").Hex;
1043
+ root?: `0x${string}` | undefined;
1044
+ status: "success" | "reverted";
1045
+ to: import("abitype").Address | null;
1046
+ transactionHash: import("viem").Hash;
1047
+ transactionIndex: number;
1048
+ type: import("viem").TransactionType;
1049
+ l1GasPrice: bigint | null;
1050
+ l1GasUsed: bigint | null;
1051
+ l1Fee: bigint | null;
1052
+ l1FeeScalar: number | null;
1053
+ } & {};
1054
+ type: "transactionReceipt";
1055
+ };
1056
+ };
1057
+ serializers: {
1058
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
1059
+ };
1060
+ })[];
1061
+ declare const testnetChains: ({
1062
+ blockExplorers: {
1063
+ readonly default: {
1064
+ readonly name: "Etherscan";
1065
+ readonly url: "https://sepolia.etherscan.io";
1066
+ readonly apiUrl: "https://api-sepolia.etherscan.io/api";
1067
+ };
1068
+ };
1069
+ blockTime?: number | undefined | undefined;
1070
+ contracts: {
1071
+ readonly multicall3: {
1072
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1073
+ readonly blockCreated: 751532;
1074
+ };
1075
+ readonly ensRegistry: {
1076
+ readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
1077
+ };
1078
+ readonly ensUniversalResolver: {
1079
+ readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
1080
+ readonly blockCreated: 5317080;
1081
+ };
1082
+ };
1083
+ ensTlds?: readonly string[] | undefined;
1084
+ id: 11155111;
1085
+ name: "Sepolia";
1086
+ nativeCurrency: {
1087
+ readonly name: "Sepolia Ether";
1088
+ readonly symbol: "ETH";
1089
+ readonly decimals: 18;
1090
+ };
1091
+ experimental_preconfirmationTime?: number | undefined | undefined;
1092
+ rpcUrls: {
1093
+ readonly default: {
1094
+ readonly http: readonly ["https://sepolia.drpc.org"];
1095
+ };
1096
+ };
1097
+ sourceId?: number | undefined | undefined;
1098
+ testnet: true;
1099
+ custom?: Record<string, unknown> | undefined;
1100
+ fees?: import("viem").ChainFees<undefined> | undefined;
1101
+ formatters?: undefined;
1102
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
1103
+ } | {
1104
+ blockExplorers: {
1105
+ readonly default: {
1106
+ readonly name: "Basescan";
1107
+ readonly url: "https://sepolia.basescan.org";
1108
+ readonly apiUrl: "https://api-sepolia.basescan.org/api";
1109
+ };
1110
+ };
1111
+ blockTime: 2000;
1112
+ contracts: {
1113
+ readonly disputeGameFactory: {
1114
+ readonly 11155111: {
1115
+ readonly address: "0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1";
1116
+ };
1117
+ };
1118
+ readonly l2OutputOracle: {
1119
+ readonly 11155111: {
1120
+ readonly address: "0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254";
1121
+ };
1122
+ };
1123
+ readonly portal: {
1124
+ readonly 11155111: {
1125
+ readonly address: "0x49f53e41452c74589e85ca1677426ba426459e85";
1126
+ readonly blockCreated: 4446677;
1127
+ };
1128
+ };
1129
+ readonly l1StandardBridge: {
1130
+ readonly 11155111: {
1131
+ readonly address: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120";
1132
+ readonly blockCreated: 4446677;
1133
+ };
1134
+ };
1135
+ readonly multicall3: {
1136
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1137
+ readonly blockCreated: 1059647;
1138
+ };
1139
+ readonly gasPriceOracle: {
1140
+ readonly address: "0x420000000000000000000000000000000000000F";
1141
+ };
1142
+ readonly l1Block: {
1143
+ readonly address: "0x4200000000000000000000000000000000000015";
1144
+ };
1145
+ readonly l2CrossDomainMessenger: {
1146
+ readonly address: "0x4200000000000000000000000000000000000007";
1147
+ };
1148
+ readonly l2Erc721Bridge: {
1149
+ readonly address: "0x4200000000000000000000000000000000000014";
1150
+ };
1151
+ readonly l2StandardBridge: {
1152
+ readonly address: "0x4200000000000000000000000000000000000010";
1153
+ };
1154
+ readonly l2ToL1MessagePasser: {
1155
+ readonly address: "0x4200000000000000000000000000000000000016";
1156
+ };
1157
+ };
1158
+ ensTlds?: readonly string[] | undefined;
1159
+ id: 84532;
1160
+ name: "Base Sepolia";
1161
+ nativeCurrency: {
1162
+ readonly name: "Sepolia Ether";
1163
+ readonly symbol: "ETH";
1164
+ readonly decimals: 18;
1165
+ };
1166
+ experimental_preconfirmationTime?: number | undefined | undefined;
1167
+ rpcUrls: {
1168
+ readonly default: {
1169
+ readonly http: readonly ["https://sepolia.base.org"];
1170
+ };
1171
+ };
1172
+ sourceId: 11155111;
1173
+ testnet: true;
1174
+ custom?: Record<string, unknown> | undefined;
1175
+ fees?: import("viem").ChainFees<undefined> | undefined;
1176
+ formatters: {
1177
+ readonly block: {
1178
+ exclude: [] | undefined;
1179
+ format: (args: import("viem/chains").OpStackRpcBlock) => {
1180
+ baseFeePerGas: bigint | null;
1181
+ blobGasUsed: bigint;
1182
+ difficulty: bigint;
1183
+ excessBlobGas: bigint;
1184
+ extraData: import("viem").Hex;
1185
+ gasLimit: bigint;
1186
+ gasUsed: bigint;
1187
+ hash: `0x${string}` | null;
1188
+ logsBloom: `0x${string}` | null;
1189
+ miner: import("abitype").Address;
1190
+ mixHash: import("viem").Hash;
1191
+ nonce: `0x${string}` | null;
1192
+ number: bigint | null;
1193
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
1194
+ parentHash: import("viem").Hash;
1195
+ receiptsRoot: import("viem").Hex;
1196
+ sealFields: import("viem").Hex[];
1197
+ sha3Uncles: import("viem").Hash;
1198
+ size: bigint;
1199
+ stateRoot: import("viem").Hash;
1200
+ timestamp: bigint;
1201
+ totalDifficulty: bigint | null;
1202
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
1203
+ transactionsRoot: import("viem").Hash;
1204
+ uncles: import("viem").Hash[];
1205
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
1206
+ withdrawalsRoot?: `0x${string}` | undefined;
1207
+ } & {};
1208
+ type: "block";
1209
+ };
1210
+ readonly transaction: {
1211
+ exclude: [] | undefined;
1212
+ format: (args: import("viem/chains").OpStackRpcTransaction) => ({
1213
+ blockHash: `0x${string}` | null;
1214
+ blockNumber: bigint | null;
1215
+ from: import("abitype").Address;
1216
+ gas: bigint;
1217
+ hash: import("viem").Hash;
1218
+ input: import("viem").Hex;
1219
+ nonce: number;
1220
+ r: import("viem").Hex;
1221
+ s: import("viem").Hex;
1222
+ to: import("abitype").Address | null;
1223
+ transactionIndex: number | null;
1224
+ typeHex: import("viem").Hex | null;
1225
+ v: bigint;
1226
+ value: bigint;
1227
+ yParity: number;
1228
+ gasPrice?: undefined | undefined;
1229
+ maxFeePerBlobGas?: undefined | undefined;
1230
+ maxFeePerGas: bigint;
1231
+ maxPriorityFeePerGas: bigint;
1232
+ isSystemTx?: boolean;
1233
+ mint?: bigint | undefined | undefined;
1234
+ sourceHash: import("viem").Hex;
1235
+ type: "deposit";
1236
+ } | {
1237
+ r: import("viem").Hex;
1238
+ s: import("viem").Hex;
1239
+ v: bigint;
1240
+ to: import("abitype").Address | null;
1241
+ from: import("abitype").Address;
1242
+ gas: bigint;
1243
+ nonce: number;
1244
+ value: bigint;
1245
+ blockHash: `0x${string}` | null;
1246
+ blockNumber: bigint | null;
1247
+ hash: import("viem").Hash;
1248
+ input: import("viem").Hex;
1249
+ transactionIndex: number | null;
1250
+ typeHex: import("viem").Hex | null;
1251
+ accessList?: undefined | undefined;
1252
+ authorizationList?: undefined | undefined;
1253
+ blobVersionedHashes?: undefined | undefined;
1254
+ chainId?: number | undefined;
1255
+ yParity?: undefined | undefined;
1256
+ type: "legacy";
1257
+ gasPrice: bigint;
1258
+ maxFeePerBlobGas?: undefined | undefined;
1259
+ maxFeePerGas?: undefined | undefined;
1260
+ maxPriorityFeePerGas?: undefined | undefined;
1261
+ isSystemTx?: undefined | undefined;
1262
+ mint?: undefined | undefined;
1263
+ sourceHash?: undefined | undefined;
1264
+ } | {
1265
+ blockHash: `0x${string}` | null;
1266
+ blockNumber: bigint | null;
1267
+ from: import("abitype").Address;
1268
+ gas: bigint;
1269
+ hash: import("viem").Hash;
1270
+ input: import("viem").Hex;
1271
+ nonce: number;
1272
+ r: import("viem").Hex;
1273
+ s: import("viem").Hex;
1274
+ to: import("abitype").Address | null;
1275
+ transactionIndex: number | null;
1276
+ typeHex: import("viem").Hex | null;
1277
+ v: bigint;
1278
+ value: bigint;
1279
+ yParity: number;
1280
+ accessList: import("viem").AccessList;
1281
+ authorizationList?: undefined | undefined;
1282
+ blobVersionedHashes?: undefined | undefined;
1283
+ chainId: number;
1284
+ type: "eip2930";
1285
+ gasPrice: bigint;
1286
+ maxFeePerBlobGas?: undefined | undefined;
1287
+ maxFeePerGas?: undefined | undefined;
1288
+ maxPriorityFeePerGas?: undefined | undefined;
1289
+ isSystemTx?: undefined | undefined;
1290
+ mint?: undefined | undefined;
1291
+ sourceHash?: undefined | undefined;
1292
+ } | {
1293
+ blockHash: `0x${string}` | null;
1294
+ blockNumber: bigint | null;
1295
+ from: import("abitype").Address;
1296
+ gas: bigint;
1297
+ hash: import("viem").Hash;
1298
+ input: import("viem").Hex;
1299
+ nonce: number;
1300
+ r: import("viem").Hex;
1301
+ s: import("viem").Hex;
1302
+ to: import("abitype").Address | null;
1303
+ transactionIndex: number | null;
1304
+ typeHex: import("viem").Hex | null;
1305
+ v: bigint;
1306
+ value: bigint;
1307
+ yParity: number;
1308
+ accessList: import("viem").AccessList;
1309
+ authorizationList?: undefined | undefined;
1310
+ blobVersionedHashes?: undefined | undefined;
1311
+ chainId: number;
1312
+ type: "eip1559";
1313
+ gasPrice?: undefined | undefined;
1314
+ maxFeePerBlobGas?: undefined | undefined;
1315
+ maxFeePerGas: bigint;
1316
+ maxPriorityFeePerGas: bigint;
1317
+ isSystemTx?: undefined | undefined;
1318
+ mint?: undefined | undefined;
1319
+ sourceHash?: undefined | undefined;
1320
+ } | {
1321
+ blockHash: `0x${string}` | null;
1322
+ blockNumber: bigint | null;
1323
+ from: import("abitype").Address;
1324
+ gas: bigint;
1325
+ hash: import("viem").Hash;
1326
+ input: import("viem").Hex;
1327
+ nonce: number;
1328
+ r: import("viem").Hex;
1329
+ s: import("viem").Hex;
1330
+ to: import("abitype").Address | null;
1331
+ transactionIndex: number | null;
1332
+ typeHex: import("viem").Hex | null;
1333
+ v: bigint;
1334
+ value: bigint;
1335
+ yParity: number;
1336
+ accessList: import("viem").AccessList;
1337
+ authorizationList?: undefined | undefined;
1338
+ blobVersionedHashes: readonly import("viem").Hex[];
1339
+ chainId: number;
1340
+ type: "eip4844";
1341
+ gasPrice?: undefined | undefined;
1342
+ maxFeePerBlobGas: bigint;
1343
+ maxFeePerGas: bigint;
1344
+ maxPriorityFeePerGas: bigint;
1345
+ isSystemTx?: undefined | undefined;
1346
+ mint?: undefined | undefined;
1347
+ sourceHash?: undefined | undefined;
1348
+ } | {
1349
+ blockHash: `0x${string}` | null;
1350
+ blockNumber: bigint | null;
1351
+ from: import("abitype").Address;
1352
+ gas: bigint;
1353
+ hash: import("viem").Hash;
1354
+ input: import("viem").Hex;
1355
+ nonce: number;
1356
+ r: import("viem").Hex;
1357
+ s: import("viem").Hex;
1358
+ to: import("abitype").Address | null;
1359
+ transactionIndex: number | null;
1360
+ typeHex: import("viem").Hex | null;
1361
+ v: bigint;
1362
+ value: bigint;
1363
+ yParity: number;
1364
+ accessList: import("viem").AccessList;
1365
+ authorizationList: import("viem").SignedAuthorizationList;
1366
+ blobVersionedHashes?: undefined | undefined;
1367
+ chainId: number;
1368
+ type: "eip7702";
1369
+ gasPrice?: undefined | undefined;
1370
+ maxFeePerBlobGas?: undefined | undefined;
1371
+ maxFeePerGas: bigint;
1372
+ maxPriorityFeePerGas: bigint;
1373
+ isSystemTx?: undefined | undefined;
1374
+ mint?: undefined | undefined;
1375
+ sourceHash?: undefined | undefined;
1376
+ }) & {};
1377
+ type: "transaction";
1378
+ };
1379
+ readonly transactionReceipt: {
1380
+ exclude: [] | undefined;
1381
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
1382
+ blobGasPrice?: bigint | undefined;
1383
+ blobGasUsed?: bigint | undefined;
1384
+ blockHash: import("viem").Hash;
1385
+ blockNumber: bigint;
1386
+ contractAddress: import("abitype").Address | null | undefined;
1387
+ cumulativeGasUsed: bigint;
1388
+ effectiveGasPrice: bigint;
1389
+ from: import("abitype").Address;
1390
+ gasUsed: bigint;
1391
+ logs: import("viem").Log<bigint, number, false>[];
1392
+ logsBloom: import("viem").Hex;
1393
+ root?: `0x${string}` | undefined;
1394
+ status: "success" | "reverted";
1395
+ to: import("abitype").Address | null;
1396
+ transactionHash: import("viem").Hash;
1397
+ transactionIndex: number;
1398
+ type: import("viem").TransactionType;
1399
+ l1GasPrice: bigint | null;
1400
+ l1GasUsed: bigint | null;
1401
+ l1Fee: bigint | null;
1402
+ l1FeeScalar: number | null;
1403
+ } & {};
1404
+ type: "transactionReceipt";
1405
+ };
1406
+ };
1407
+ serializers: {
1408
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
1409
+ };
1410
+ readonly network: "base-sepolia";
1411
+ } | {
1412
+ blockExplorers: {
1413
+ readonly default: {
1414
+ readonly name: "Arbiscan";
1415
+ readonly url: "https://sepolia.arbiscan.io";
1416
+ readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
1417
+ };
1418
+ };
1419
+ blockTime: 250;
1420
+ contracts: {
1421
+ readonly multicall3: {
1422
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1423
+ readonly blockCreated: 81930;
1424
+ };
1425
+ };
1426
+ ensTlds?: readonly string[] | undefined;
1427
+ id: 421614;
1428
+ name: "Arbitrum Sepolia";
1429
+ nativeCurrency: {
1430
+ readonly name: "Arbitrum Sepolia Ether";
1431
+ readonly symbol: "ETH";
1432
+ readonly decimals: 18;
1433
+ };
1434
+ experimental_preconfirmationTime?: number | undefined | undefined;
1435
+ rpcUrls: {
1436
+ readonly default: {
1437
+ readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
1438
+ };
1439
+ };
1440
+ sourceId?: number | undefined | undefined;
1441
+ testnet: true;
1442
+ custom?: Record<string, unknown> | undefined;
1443
+ fees?: import("viem").ChainFees<undefined> | undefined;
1444
+ formatters?: undefined;
1445
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
1446
+ } | {
1447
+ blockExplorers: {
1448
+ readonly default: {
1449
+ readonly name: "Blockscout";
1450
+ readonly url: "https://optimism-sepolia.blockscout.com";
1451
+ readonly apiUrl: "https://optimism-sepolia.blockscout.com/api";
1452
+ };
1453
+ };
1454
+ blockTime: 2000;
1455
+ contracts: {
1456
+ readonly disputeGameFactory: {
1457
+ readonly 11155111: {
1458
+ readonly address: "0x05F9613aDB30026FFd634f38e5C4dFd30a197Fa1";
1459
+ };
1460
+ };
1461
+ readonly l2OutputOracle: {
1462
+ readonly 11155111: {
1463
+ readonly address: "0x90E9c4f8a994a250F6aEfd61CAFb4F2e895D458F";
1464
+ };
1465
+ };
1466
+ readonly multicall3: {
1467
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1468
+ readonly blockCreated: 1620204;
1469
+ };
1470
+ readonly portal: {
1471
+ readonly 11155111: {
1472
+ readonly address: "0x16Fc5058F25648194471939df75CF27A2fdC48BC";
1473
+ };
1474
+ };
1475
+ readonly l1StandardBridge: {
1476
+ readonly 11155111: {
1477
+ readonly address: "0xFBb0621E0B23b5478B630BD55a5f21f67730B0F1";
1478
+ };
1479
+ };
1480
+ readonly gasPriceOracle: {
1481
+ readonly address: "0x420000000000000000000000000000000000000F";
1482
+ };
1483
+ readonly l1Block: {
1484
+ readonly address: "0x4200000000000000000000000000000000000015";
1485
+ };
1486
+ readonly l2CrossDomainMessenger: {
1487
+ readonly address: "0x4200000000000000000000000000000000000007";
1488
+ };
1489
+ readonly l2Erc721Bridge: {
1490
+ readonly address: "0x4200000000000000000000000000000000000014";
1491
+ };
1492
+ readonly l2StandardBridge: {
1493
+ readonly address: "0x4200000000000000000000000000000000000010";
1494
+ };
1495
+ readonly l2ToL1MessagePasser: {
1496
+ readonly address: "0x4200000000000000000000000000000000000016";
1497
+ };
1498
+ };
1499
+ ensTlds?: readonly string[] | undefined;
1500
+ id: 11155420;
1501
+ name: "OP Sepolia";
1502
+ nativeCurrency: {
1503
+ readonly name: "Sepolia Ether";
1504
+ readonly symbol: "ETH";
1505
+ readonly decimals: 18;
1506
+ };
1507
+ experimental_preconfirmationTime?: number | undefined | undefined;
1508
+ rpcUrls: {
1509
+ readonly default: {
1510
+ readonly http: readonly ["https://sepolia.optimism.io"];
1511
+ };
1512
+ };
1513
+ sourceId: 11155111;
1514
+ testnet: true;
1515
+ custom?: Record<string, unknown> | undefined;
1516
+ fees?: import("viem").ChainFees<undefined> | undefined;
1517
+ formatters: {
1518
+ readonly block: {
1519
+ exclude: [] | undefined;
1520
+ format: (args: import("viem/chains").OpStackRpcBlock) => {
1521
+ baseFeePerGas: bigint | null;
1522
+ blobGasUsed: bigint;
1523
+ difficulty: bigint;
1524
+ excessBlobGas: bigint;
1525
+ extraData: import("viem").Hex;
1526
+ gasLimit: bigint;
1527
+ gasUsed: bigint;
1528
+ hash: `0x${string}` | null;
1529
+ logsBloom: `0x${string}` | null;
1530
+ miner: import("abitype").Address;
1531
+ mixHash: import("viem").Hash;
1532
+ nonce: `0x${string}` | null;
1533
+ number: bigint | null;
1534
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
1535
+ parentHash: import("viem").Hash;
1536
+ receiptsRoot: import("viem").Hex;
1537
+ sealFields: import("viem").Hex[];
1538
+ sha3Uncles: import("viem").Hash;
1539
+ size: bigint;
1540
+ stateRoot: import("viem").Hash;
1541
+ timestamp: bigint;
1542
+ totalDifficulty: bigint | null;
1543
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
1544
+ transactionsRoot: import("viem").Hash;
1545
+ uncles: import("viem").Hash[];
1546
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
1547
+ withdrawalsRoot?: `0x${string}` | undefined;
1548
+ } & {};
1549
+ type: "block";
1550
+ };
1551
+ readonly transaction: {
1552
+ exclude: [] | undefined;
1553
+ format: (args: import("viem/chains").OpStackRpcTransaction) => ({
1554
+ blockHash: `0x${string}` | null;
1555
+ blockNumber: bigint | null;
1556
+ from: import("abitype").Address;
1557
+ gas: bigint;
1558
+ hash: import("viem").Hash;
1559
+ input: import("viem").Hex;
1560
+ nonce: number;
1561
+ r: import("viem").Hex;
1562
+ s: import("viem").Hex;
1563
+ to: import("abitype").Address | null;
1564
+ transactionIndex: number | null;
1565
+ typeHex: import("viem").Hex | null;
1566
+ v: bigint;
1567
+ value: bigint;
1568
+ yParity: number;
1569
+ gasPrice?: undefined | undefined;
1570
+ maxFeePerBlobGas?: undefined | undefined;
1571
+ maxFeePerGas: bigint;
1572
+ maxPriorityFeePerGas: bigint;
1573
+ isSystemTx?: boolean;
1574
+ mint?: bigint | undefined | undefined;
1575
+ sourceHash: import("viem").Hex;
1576
+ type: "deposit";
1577
+ } | {
1578
+ r: import("viem").Hex;
1579
+ s: import("viem").Hex;
1580
+ v: bigint;
1581
+ to: import("abitype").Address | null;
1582
+ from: import("abitype").Address;
1583
+ gas: bigint;
1584
+ nonce: number;
1585
+ value: bigint;
1586
+ blockHash: `0x${string}` | null;
1587
+ blockNumber: bigint | null;
1588
+ hash: import("viem").Hash;
1589
+ input: import("viem").Hex;
1590
+ transactionIndex: number | null;
1591
+ typeHex: import("viem").Hex | null;
1592
+ accessList?: undefined | undefined;
1593
+ authorizationList?: undefined | undefined;
1594
+ blobVersionedHashes?: undefined | undefined;
1595
+ chainId?: number | undefined;
1596
+ yParity?: undefined | undefined;
1597
+ type: "legacy";
1598
+ gasPrice: bigint;
1599
+ maxFeePerBlobGas?: undefined | undefined;
1600
+ maxFeePerGas?: undefined | undefined;
1601
+ maxPriorityFeePerGas?: undefined | undefined;
1602
+ isSystemTx?: undefined | undefined;
1603
+ mint?: undefined | undefined;
1604
+ sourceHash?: undefined | undefined;
1605
+ } | {
1606
+ blockHash: `0x${string}` | null;
1607
+ blockNumber: bigint | null;
1608
+ from: import("abitype").Address;
1609
+ gas: bigint;
1610
+ hash: import("viem").Hash;
1611
+ input: import("viem").Hex;
1612
+ nonce: number;
1613
+ r: import("viem").Hex;
1614
+ s: import("viem").Hex;
1615
+ to: import("abitype").Address | null;
1616
+ transactionIndex: number | null;
1617
+ typeHex: import("viem").Hex | null;
1618
+ v: bigint;
1619
+ value: bigint;
1620
+ yParity: number;
1621
+ accessList: import("viem").AccessList;
1622
+ authorizationList?: undefined | undefined;
1623
+ blobVersionedHashes?: undefined | undefined;
1624
+ chainId: number;
1625
+ type: "eip2930";
1626
+ gasPrice: bigint;
1627
+ maxFeePerBlobGas?: undefined | undefined;
1628
+ maxFeePerGas?: undefined | undefined;
1629
+ maxPriorityFeePerGas?: undefined | undefined;
1630
+ isSystemTx?: undefined | undefined;
1631
+ mint?: undefined | undefined;
1632
+ sourceHash?: undefined | undefined;
1633
+ } | {
1634
+ blockHash: `0x${string}` | null;
1635
+ blockNumber: bigint | null;
1636
+ from: import("abitype").Address;
1637
+ gas: bigint;
1638
+ hash: import("viem").Hash;
1639
+ input: import("viem").Hex;
1640
+ nonce: number;
1641
+ r: import("viem").Hex;
1642
+ s: import("viem").Hex;
1643
+ to: import("abitype").Address | null;
1644
+ transactionIndex: number | null;
1645
+ typeHex: import("viem").Hex | null;
1646
+ v: bigint;
1647
+ value: bigint;
1648
+ yParity: number;
1649
+ accessList: import("viem").AccessList;
1650
+ authorizationList?: undefined | undefined;
1651
+ blobVersionedHashes?: undefined | undefined;
1652
+ chainId: number;
1653
+ type: "eip1559";
1654
+ gasPrice?: undefined | undefined;
1655
+ maxFeePerBlobGas?: undefined | undefined;
1656
+ maxFeePerGas: bigint;
1657
+ maxPriorityFeePerGas: bigint;
1658
+ isSystemTx?: undefined | undefined;
1659
+ mint?: undefined | undefined;
1660
+ sourceHash?: undefined | undefined;
1661
+ } | {
1662
+ blockHash: `0x${string}` | null;
1663
+ blockNumber: bigint | null;
1664
+ from: import("abitype").Address;
1665
+ gas: bigint;
1666
+ hash: import("viem").Hash;
1667
+ input: import("viem").Hex;
1668
+ nonce: number;
1669
+ r: import("viem").Hex;
1670
+ s: import("viem").Hex;
1671
+ to: import("abitype").Address | null;
1672
+ transactionIndex: number | null;
1673
+ typeHex: import("viem").Hex | null;
1674
+ v: bigint;
1675
+ value: bigint;
1676
+ yParity: number;
1677
+ accessList: import("viem").AccessList;
1678
+ authorizationList?: undefined | undefined;
1679
+ blobVersionedHashes: readonly import("viem").Hex[];
1680
+ chainId: number;
1681
+ type: "eip4844";
1682
+ gasPrice?: undefined | undefined;
1683
+ maxFeePerBlobGas: bigint;
1684
+ maxFeePerGas: bigint;
1685
+ maxPriorityFeePerGas: bigint;
1686
+ isSystemTx?: undefined | undefined;
1687
+ mint?: undefined | undefined;
1688
+ sourceHash?: undefined | undefined;
1689
+ } | {
1690
+ blockHash: `0x${string}` | null;
1691
+ blockNumber: bigint | null;
1692
+ from: import("abitype").Address;
1693
+ gas: bigint;
1694
+ hash: import("viem").Hash;
1695
+ input: import("viem").Hex;
1696
+ nonce: number;
1697
+ r: import("viem").Hex;
1698
+ s: import("viem").Hex;
1699
+ to: import("abitype").Address | null;
1700
+ transactionIndex: number | null;
1701
+ typeHex: import("viem").Hex | null;
1702
+ v: bigint;
1703
+ value: bigint;
1704
+ yParity: number;
1705
+ accessList: import("viem").AccessList;
1706
+ authorizationList: import("viem").SignedAuthorizationList;
1707
+ blobVersionedHashes?: undefined | undefined;
1708
+ chainId: number;
1709
+ type: "eip7702";
1710
+ gasPrice?: undefined | undefined;
1711
+ maxFeePerBlobGas?: undefined | undefined;
1712
+ maxFeePerGas: bigint;
1713
+ maxPriorityFeePerGas: bigint;
1714
+ isSystemTx?: undefined | undefined;
1715
+ mint?: undefined | undefined;
1716
+ sourceHash?: undefined | undefined;
1717
+ }) & {};
1718
+ type: "transaction";
1719
+ };
1720
+ readonly transactionReceipt: {
1721
+ exclude: [] | undefined;
1722
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
1723
+ blobGasPrice?: bigint | undefined;
1724
+ blobGasUsed?: bigint | undefined;
1725
+ blockHash: import("viem").Hash;
1726
+ blockNumber: bigint;
1727
+ contractAddress: import("abitype").Address | null | undefined;
1728
+ cumulativeGasUsed: bigint;
1729
+ effectiveGasPrice: bigint;
1730
+ from: import("abitype").Address;
1731
+ gasUsed: bigint;
1732
+ logs: import("viem").Log<bigint, number, false>[];
1733
+ logsBloom: import("viem").Hex;
1734
+ root?: `0x${string}` | undefined;
1735
+ status: "success" | "reverted";
1736
+ to: import("abitype").Address | null;
1737
+ transactionHash: import("viem").Hash;
1738
+ transactionIndex: number;
1739
+ type: import("viem").TransactionType;
1740
+ l1GasPrice: bigint | null;
1741
+ l1GasUsed: bigint | null;
1742
+ l1Fee: bigint | null;
1743
+ l1FeeScalar: number | null;
1744
+ } & {};
1745
+ type: "transactionReceipt";
1746
+ };
1747
+ };
1748
+ serializers: {
1749
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
1750
+ };
1751
+ })[];
1752
+ declare const chains: ({
1753
+ blockExplorers: {
1754
+ readonly default: {
1755
+ readonly name: "Etherscan";
1756
+ readonly url: "https://sepolia.etherscan.io";
1757
+ readonly apiUrl: "https://api-sepolia.etherscan.io/api";
1758
+ };
1759
+ };
1760
+ blockTime?: number | undefined | undefined;
1761
+ contracts: {
1762
+ readonly multicall3: {
1763
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1764
+ readonly blockCreated: 751532;
1765
+ };
1766
+ readonly ensRegistry: {
1767
+ readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
1768
+ };
1769
+ readonly ensUniversalResolver: {
1770
+ readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
1771
+ readonly blockCreated: 5317080;
1772
+ };
1773
+ };
1774
+ ensTlds?: readonly string[] | undefined;
1775
+ id: 11155111;
1776
+ name: "Sepolia";
1777
+ nativeCurrency: {
1778
+ readonly name: "Sepolia Ether";
1779
+ readonly symbol: "ETH";
1780
+ readonly decimals: 18;
1781
+ };
1782
+ experimental_preconfirmationTime?: number | undefined | undefined;
1783
+ rpcUrls: {
1784
+ readonly default: {
1785
+ readonly http: readonly ["https://sepolia.drpc.org"];
1786
+ };
1787
+ };
1788
+ sourceId?: number | undefined | undefined;
1789
+ testnet: true;
1790
+ custom?: Record<string, unknown> | undefined;
1791
+ fees?: import("viem").ChainFees<undefined> | undefined;
1792
+ formatters?: undefined;
1793
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
1794
+ } | {
1795
+ blockExplorers: {
1796
+ readonly default: {
1797
+ readonly name: "Basescan";
1798
+ readonly url: "https://sepolia.basescan.org";
1799
+ readonly apiUrl: "https://api-sepolia.basescan.org/api";
1800
+ };
1801
+ };
1802
+ blockTime: 2000;
1803
+ contracts: {
1804
+ readonly disputeGameFactory: {
1805
+ readonly 11155111: {
1806
+ readonly address: "0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1";
1807
+ };
1808
+ };
1809
+ readonly l2OutputOracle: {
1810
+ readonly 11155111: {
1811
+ readonly address: "0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254";
1812
+ };
1813
+ };
1814
+ readonly portal: {
1815
+ readonly 11155111: {
1816
+ readonly address: "0x49f53e41452c74589e85ca1677426ba426459e85";
1817
+ readonly blockCreated: 4446677;
1818
+ };
1819
+ };
1820
+ readonly l1StandardBridge: {
1821
+ readonly 11155111: {
1822
+ readonly address: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120";
1823
+ readonly blockCreated: 4446677;
1824
+ };
1825
+ };
1826
+ readonly multicall3: {
1827
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1828
+ readonly blockCreated: 1059647;
1829
+ };
1830
+ readonly gasPriceOracle: {
1831
+ readonly address: "0x420000000000000000000000000000000000000F";
1832
+ };
1833
+ readonly l1Block: {
1834
+ readonly address: "0x4200000000000000000000000000000000000015";
1835
+ };
1836
+ readonly l2CrossDomainMessenger: {
1837
+ readonly address: "0x4200000000000000000000000000000000000007";
1838
+ };
1839
+ readonly l2Erc721Bridge: {
1840
+ readonly address: "0x4200000000000000000000000000000000000014";
1841
+ };
1842
+ readonly l2StandardBridge: {
1843
+ readonly address: "0x4200000000000000000000000000000000000010";
1844
+ };
1845
+ readonly l2ToL1MessagePasser: {
1846
+ readonly address: "0x4200000000000000000000000000000000000016";
1847
+ };
1848
+ };
1849
+ ensTlds?: readonly string[] | undefined;
1850
+ id: 84532;
1851
+ name: "Base Sepolia";
1852
+ nativeCurrency: {
1853
+ readonly name: "Sepolia Ether";
1854
+ readonly symbol: "ETH";
1855
+ readonly decimals: 18;
1856
+ };
1857
+ experimental_preconfirmationTime?: number | undefined | undefined;
1858
+ rpcUrls: {
1859
+ readonly default: {
1860
+ readonly http: readonly ["https://sepolia.base.org"];
1861
+ };
1862
+ };
1863
+ sourceId: 11155111;
1864
+ testnet: true;
1865
+ custom?: Record<string, unknown> | undefined;
1866
+ fees?: import("viem").ChainFees<undefined> | undefined;
1867
+ formatters: {
1868
+ readonly block: {
1869
+ exclude: [] | undefined;
1870
+ format: (args: import("viem/chains").OpStackRpcBlock) => {
1871
+ baseFeePerGas: bigint | null;
1872
+ blobGasUsed: bigint;
1873
+ difficulty: bigint;
1874
+ excessBlobGas: bigint;
1875
+ extraData: import("viem").Hex;
1876
+ gasLimit: bigint;
1877
+ gasUsed: bigint;
1878
+ hash: `0x${string}` | null;
1879
+ logsBloom: `0x${string}` | null;
1880
+ miner: import("abitype").Address;
1881
+ mixHash: import("viem").Hash;
1882
+ nonce: `0x${string}` | null;
1883
+ number: bigint | null;
1884
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
1885
+ parentHash: import("viem").Hash;
1886
+ receiptsRoot: import("viem").Hex;
1887
+ sealFields: import("viem").Hex[];
1888
+ sha3Uncles: import("viem").Hash;
1889
+ size: bigint;
1890
+ stateRoot: import("viem").Hash;
1891
+ timestamp: bigint;
1892
+ totalDifficulty: bigint | null;
1893
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
1894
+ transactionsRoot: import("viem").Hash;
1895
+ uncles: import("viem").Hash[];
1896
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
1897
+ withdrawalsRoot?: `0x${string}` | undefined;
1898
+ } & {};
1899
+ type: "block";
1900
+ };
1901
+ readonly transaction: {
1902
+ exclude: [] | undefined;
1903
+ format: (args: import("viem/chains").OpStackRpcTransaction) => ({
1904
+ blockHash: `0x${string}` | null;
1905
+ blockNumber: bigint | null;
1906
+ from: import("abitype").Address;
1907
+ gas: bigint;
1908
+ hash: import("viem").Hash;
1909
+ input: import("viem").Hex;
1910
+ nonce: number;
1911
+ r: import("viem").Hex;
1912
+ s: import("viem").Hex;
1913
+ to: import("abitype").Address | null;
1914
+ transactionIndex: number | null;
1915
+ typeHex: import("viem").Hex | null;
1916
+ v: bigint;
1917
+ value: bigint;
1918
+ yParity: number;
1919
+ gasPrice?: undefined | undefined;
1920
+ maxFeePerBlobGas?: undefined | undefined;
1921
+ maxFeePerGas: bigint;
1922
+ maxPriorityFeePerGas: bigint;
1923
+ isSystemTx?: boolean;
1924
+ mint?: bigint | undefined | undefined;
1925
+ sourceHash: import("viem").Hex;
1926
+ type: "deposit";
1927
+ } | {
1928
+ r: import("viem").Hex;
1929
+ s: import("viem").Hex;
1930
+ v: bigint;
1931
+ to: import("abitype").Address | null;
1932
+ from: import("abitype").Address;
1933
+ gas: bigint;
1934
+ nonce: number;
1935
+ value: bigint;
1936
+ blockHash: `0x${string}` | null;
1937
+ blockNumber: bigint | null;
1938
+ hash: import("viem").Hash;
1939
+ input: import("viem").Hex;
1940
+ transactionIndex: number | null;
1941
+ typeHex: import("viem").Hex | null;
1942
+ accessList?: undefined | undefined;
1943
+ authorizationList?: undefined | undefined;
1944
+ blobVersionedHashes?: undefined | undefined;
1945
+ chainId?: number | undefined;
1946
+ yParity?: undefined | undefined;
1947
+ type: "legacy";
1948
+ gasPrice: bigint;
1949
+ maxFeePerBlobGas?: undefined | undefined;
1950
+ maxFeePerGas?: undefined | undefined;
1951
+ maxPriorityFeePerGas?: undefined | undefined;
1952
+ isSystemTx?: undefined | undefined;
1953
+ mint?: undefined | undefined;
1954
+ sourceHash?: undefined | undefined;
1955
+ } | {
1956
+ blockHash: `0x${string}` | null;
1957
+ blockNumber: bigint | null;
1958
+ from: import("abitype").Address;
1959
+ gas: bigint;
1960
+ hash: import("viem").Hash;
1961
+ input: import("viem").Hex;
1962
+ nonce: number;
1963
+ r: import("viem").Hex;
1964
+ s: import("viem").Hex;
1965
+ to: import("abitype").Address | null;
1966
+ transactionIndex: number | null;
1967
+ typeHex: import("viem").Hex | null;
1968
+ v: bigint;
1969
+ value: bigint;
1970
+ yParity: number;
1971
+ accessList: import("viem").AccessList;
1972
+ authorizationList?: undefined | undefined;
1973
+ blobVersionedHashes?: undefined | undefined;
1974
+ chainId: number;
1975
+ type: "eip2930";
1976
+ gasPrice: bigint;
1977
+ maxFeePerBlobGas?: undefined | undefined;
1978
+ maxFeePerGas?: undefined | undefined;
1979
+ maxPriorityFeePerGas?: undefined | undefined;
1980
+ isSystemTx?: undefined | undefined;
1981
+ mint?: undefined | undefined;
1982
+ sourceHash?: undefined | undefined;
1983
+ } | {
1984
+ blockHash: `0x${string}` | null;
1985
+ blockNumber: bigint | null;
1986
+ from: import("abitype").Address;
1987
+ gas: bigint;
1988
+ hash: import("viem").Hash;
1989
+ input: import("viem").Hex;
1990
+ nonce: number;
1991
+ r: import("viem").Hex;
1992
+ s: import("viem").Hex;
1993
+ to: import("abitype").Address | null;
1994
+ transactionIndex: number | null;
1995
+ typeHex: import("viem").Hex | null;
1996
+ v: bigint;
1997
+ value: bigint;
1998
+ yParity: number;
1999
+ accessList: import("viem").AccessList;
2000
+ authorizationList?: undefined | undefined;
2001
+ blobVersionedHashes?: undefined | undefined;
2002
+ chainId: number;
2003
+ type: "eip1559";
2004
+ gasPrice?: undefined | undefined;
2005
+ maxFeePerBlobGas?: undefined | undefined;
2006
+ maxFeePerGas: bigint;
2007
+ maxPriorityFeePerGas: bigint;
2008
+ isSystemTx?: undefined | undefined;
2009
+ mint?: undefined | undefined;
2010
+ sourceHash?: undefined | undefined;
2011
+ } | {
2012
+ blockHash: `0x${string}` | null;
2013
+ blockNumber: bigint | null;
2014
+ from: import("abitype").Address;
2015
+ gas: bigint;
2016
+ hash: import("viem").Hash;
2017
+ input: import("viem").Hex;
2018
+ nonce: number;
2019
+ r: import("viem").Hex;
2020
+ s: import("viem").Hex;
2021
+ to: import("abitype").Address | null;
2022
+ transactionIndex: number | null;
2023
+ typeHex: import("viem").Hex | null;
2024
+ v: bigint;
2025
+ value: bigint;
2026
+ yParity: number;
2027
+ accessList: import("viem").AccessList;
2028
+ authorizationList?: undefined | undefined;
2029
+ blobVersionedHashes: readonly import("viem").Hex[];
2030
+ chainId: number;
2031
+ type: "eip4844";
2032
+ gasPrice?: undefined | undefined;
2033
+ maxFeePerBlobGas: bigint;
2034
+ maxFeePerGas: bigint;
2035
+ maxPriorityFeePerGas: bigint;
2036
+ isSystemTx?: undefined | undefined;
2037
+ mint?: undefined | undefined;
2038
+ sourceHash?: undefined | undefined;
2039
+ } | {
2040
+ blockHash: `0x${string}` | null;
2041
+ blockNumber: bigint | null;
2042
+ from: import("abitype").Address;
2043
+ gas: bigint;
2044
+ hash: import("viem").Hash;
2045
+ input: import("viem").Hex;
2046
+ nonce: number;
2047
+ r: import("viem").Hex;
2048
+ s: import("viem").Hex;
2049
+ to: import("abitype").Address | null;
2050
+ transactionIndex: number | null;
2051
+ typeHex: import("viem").Hex | null;
2052
+ v: bigint;
2053
+ value: bigint;
2054
+ yParity: number;
2055
+ accessList: import("viem").AccessList;
2056
+ authorizationList: import("viem").SignedAuthorizationList;
2057
+ blobVersionedHashes?: undefined | undefined;
2058
+ chainId: number;
2059
+ type: "eip7702";
2060
+ gasPrice?: undefined | undefined;
2061
+ maxFeePerBlobGas?: undefined | undefined;
2062
+ maxFeePerGas: bigint;
2063
+ maxPriorityFeePerGas: bigint;
2064
+ isSystemTx?: undefined | undefined;
2065
+ mint?: undefined | undefined;
2066
+ sourceHash?: undefined | undefined;
2067
+ }) & {};
2068
+ type: "transaction";
2069
+ };
2070
+ readonly transactionReceipt: {
2071
+ exclude: [] | undefined;
2072
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
2073
+ blobGasPrice?: bigint | undefined;
2074
+ blobGasUsed?: bigint | undefined;
2075
+ blockHash: import("viem").Hash;
2076
+ blockNumber: bigint;
2077
+ contractAddress: import("abitype").Address | null | undefined;
2078
+ cumulativeGasUsed: bigint;
2079
+ effectiveGasPrice: bigint;
2080
+ from: import("abitype").Address;
2081
+ gasUsed: bigint;
2082
+ logs: import("viem").Log<bigint, number, false>[];
2083
+ logsBloom: import("viem").Hex;
2084
+ root?: `0x${string}` | undefined;
2085
+ status: "success" | "reverted";
2086
+ to: import("abitype").Address | null;
2087
+ transactionHash: import("viem").Hash;
2088
+ transactionIndex: number;
2089
+ type: import("viem").TransactionType;
2090
+ l1GasPrice: bigint | null;
2091
+ l1GasUsed: bigint | null;
2092
+ l1Fee: bigint | null;
2093
+ l1FeeScalar: number | null;
2094
+ } & {};
2095
+ type: "transactionReceipt";
2096
+ };
2097
+ };
2098
+ serializers: {
2099
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
2100
+ };
2101
+ readonly network: "base-sepolia";
2102
+ } | {
2103
+ blockExplorers: {
2104
+ readonly default: {
2105
+ readonly name: "Arbiscan";
2106
+ readonly url: "https://sepolia.arbiscan.io";
2107
+ readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
2108
+ };
2109
+ };
2110
+ blockTime: 250;
2111
+ contracts: {
2112
+ readonly multicall3: {
2113
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2114
+ readonly blockCreated: 81930;
2115
+ };
2116
+ };
2117
+ ensTlds?: readonly string[] | undefined;
2118
+ id: 421614;
2119
+ name: "Arbitrum Sepolia";
2120
+ nativeCurrency: {
2121
+ readonly name: "Arbitrum Sepolia Ether";
2122
+ readonly symbol: "ETH";
2123
+ readonly decimals: 18;
2124
+ };
2125
+ experimental_preconfirmationTime?: number | undefined | undefined;
2126
+ rpcUrls: {
2127
+ readonly default: {
2128
+ readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
2129
+ };
2130
+ };
2131
+ sourceId?: number | undefined | undefined;
2132
+ testnet: true;
2133
+ custom?: Record<string, unknown> | undefined;
2134
+ fees?: import("viem").ChainFees<undefined> | undefined;
2135
+ formatters?: undefined;
2136
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
2137
+ } | {
2138
+ blockExplorers: {
2139
+ readonly default: {
2140
+ readonly name: "Blockscout";
2141
+ readonly url: "https://optimism-sepolia.blockscout.com";
2142
+ readonly apiUrl: "https://optimism-sepolia.blockscout.com/api";
2143
+ };
2144
+ };
2145
+ blockTime: 2000;
2146
+ contracts: {
2147
+ readonly disputeGameFactory: {
2148
+ readonly 11155111: {
2149
+ readonly address: "0x05F9613aDB30026FFd634f38e5C4dFd30a197Fa1";
2150
+ };
2151
+ };
2152
+ readonly l2OutputOracle: {
2153
+ readonly 11155111: {
2154
+ readonly address: "0x90E9c4f8a994a250F6aEfd61CAFb4F2e895D458F";
2155
+ };
2156
+ };
2157
+ readonly multicall3: {
2158
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2159
+ readonly blockCreated: 1620204;
2160
+ };
2161
+ readonly portal: {
2162
+ readonly 11155111: {
2163
+ readonly address: "0x16Fc5058F25648194471939df75CF27A2fdC48BC";
2164
+ };
2165
+ };
2166
+ readonly l1StandardBridge: {
2167
+ readonly 11155111: {
2168
+ readonly address: "0xFBb0621E0B23b5478B630BD55a5f21f67730B0F1";
2169
+ };
2170
+ };
2171
+ readonly gasPriceOracle: {
2172
+ readonly address: "0x420000000000000000000000000000000000000F";
2173
+ };
2174
+ readonly l1Block: {
2175
+ readonly address: "0x4200000000000000000000000000000000000015";
2176
+ };
2177
+ readonly l2CrossDomainMessenger: {
2178
+ readonly address: "0x4200000000000000000000000000000000000007";
2179
+ };
2180
+ readonly l2Erc721Bridge: {
2181
+ readonly address: "0x4200000000000000000000000000000000000014";
2182
+ };
2183
+ readonly l2StandardBridge: {
2184
+ readonly address: "0x4200000000000000000000000000000000000010";
2185
+ };
2186
+ readonly l2ToL1MessagePasser: {
2187
+ readonly address: "0x4200000000000000000000000000000000000016";
2188
+ };
2189
+ };
2190
+ ensTlds?: readonly string[] | undefined;
2191
+ id: 11155420;
2192
+ name: "OP Sepolia";
2193
+ nativeCurrency: {
2194
+ readonly name: "Sepolia Ether";
2195
+ readonly symbol: "ETH";
2196
+ readonly decimals: 18;
2197
+ };
2198
+ experimental_preconfirmationTime?: number | undefined | undefined;
2199
+ rpcUrls: {
2200
+ readonly default: {
2201
+ readonly http: readonly ["https://sepolia.optimism.io"];
2202
+ };
2203
+ };
2204
+ sourceId: 11155111;
2205
+ testnet: true;
2206
+ custom?: Record<string, unknown> | undefined;
2207
+ fees?: import("viem").ChainFees<undefined> | undefined;
2208
+ formatters: {
2209
+ readonly block: {
2210
+ exclude: [] | undefined;
2211
+ format: (args: import("viem/chains").OpStackRpcBlock) => {
2212
+ baseFeePerGas: bigint | null;
2213
+ blobGasUsed: bigint;
2214
+ difficulty: bigint;
2215
+ excessBlobGas: bigint;
2216
+ extraData: import("viem").Hex;
2217
+ gasLimit: bigint;
2218
+ gasUsed: bigint;
2219
+ hash: `0x${string}` | null;
2220
+ logsBloom: `0x${string}` | null;
2221
+ miner: import("abitype").Address;
2222
+ mixHash: import("viem").Hash;
2223
+ nonce: `0x${string}` | null;
2224
+ number: bigint | null;
2225
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
2226
+ parentHash: import("viem").Hash;
2227
+ receiptsRoot: import("viem").Hex;
2228
+ sealFields: import("viem").Hex[];
2229
+ sha3Uncles: import("viem").Hash;
2230
+ size: bigint;
2231
+ stateRoot: import("viem").Hash;
2232
+ timestamp: bigint;
2233
+ totalDifficulty: bigint | null;
2234
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
2235
+ transactionsRoot: import("viem").Hash;
2236
+ uncles: import("viem").Hash[];
2237
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
2238
+ withdrawalsRoot?: `0x${string}` | undefined;
2239
+ } & {};
2240
+ type: "block";
2241
+ };
2242
+ readonly transaction: {
2243
+ exclude: [] | undefined;
2244
+ format: (args: import("viem/chains").OpStackRpcTransaction) => ({
2245
+ blockHash: `0x${string}` | null;
2246
+ blockNumber: bigint | null;
2247
+ from: import("abitype").Address;
2248
+ gas: bigint;
2249
+ hash: import("viem").Hash;
2250
+ input: import("viem").Hex;
2251
+ nonce: number;
2252
+ r: import("viem").Hex;
2253
+ s: import("viem").Hex;
2254
+ to: import("abitype").Address | null;
2255
+ transactionIndex: number | null;
2256
+ typeHex: import("viem").Hex | null;
2257
+ v: bigint;
2258
+ value: bigint;
2259
+ yParity: number;
2260
+ gasPrice?: undefined | undefined;
2261
+ maxFeePerBlobGas?: undefined | undefined;
2262
+ maxFeePerGas: bigint;
2263
+ maxPriorityFeePerGas: bigint;
2264
+ isSystemTx?: boolean;
2265
+ mint?: bigint | undefined | undefined;
2266
+ sourceHash: import("viem").Hex;
2267
+ type: "deposit";
2268
+ } | {
2269
+ r: import("viem").Hex;
2270
+ s: import("viem").Hex;
2271
+ v: bigint;
2272
+ to: import("abitype").Address | null;
2273
+ from: import("abitype").Address;
2274
+ gas: bigint;
2275
+ nonce: number;
2276
+ value: bigint;
2277
+ blockHash: `0x${string}` | null;
2278
+ blockNumber: bigint | null;
2279
+ hash: import("viem").Hash;
2280
+ input: import("viem").Hex;
2281
+ transactionIndex: number | null;
2282
+ typeHex: import("viem").Hex | null;
2283
+ accessList?: undefined | undefined;
2284
+ authorizationList?: undefined | undefined;
2285
+ blobVersionedHashes?: undefined | undefined;
2286
+ chainId?: number | undefined;
2287
+ yParity?: undefined | undefined;
2288
+ type: "legacy";
2289
+ gasPrice: bigint;
2290
+ maxFeePerBlobGas?: undefined | undefined;
2291
+ maxFeePerGas?: undefined | undefined;
2292
+ maxPriorityFeePerGas?: undefined | undefined;
2293
+ isSystemTx?: undefined | undefined;
2294
+ mint?: undefined | undefined;
2295
+ sourceHash?: undefined | undefined;
2296
+ } | {
2297
+ blockHash: `0x${string}` | null;
2298
+ blockNumber: bigint | null;
2299
+ from: import("abitype").Address;
2300
+ gas: bigint;
2301
+ hash: import("viem").Hash;
2302
+ input: import("viem").Hex;
2303
+ nonce: number;
2304
+ r: import("viem").Hex;
2305
+ s: import("viem").Hex;
2306
+ to: import("abitype").Address | null;
2307
+ transactionIndex: number | null;
2308
+ typeHex: import("viem").Hex | null;
2309
+ v: bigint;
2310
+ value: bigint;
2311
+ yParity: number;
2312
+ accessList: import("viem").AccessList;
2313
+ authorizationList?: undefined | undefined;
2314
+ blobVersionedHashes?: undefined | undefined;
2315
+ chainId: number;
2316
+ type: "eip2930";
2317
+ gasPrice: bigint;
2318
+ maxFeePerBlobGas?: undefined | undefined;
2319
+ maxFeePerGas?: undefined | undefined;
2320
+ maxPriorityFeePerGas?: undefined | undefined;
2321
+ isSystemTx?: undefined | undefined;
2322
+ mint?: undefined | undefined;
2323
+ sourceHash?: undefined | undefined;
2324
+ } | {
2325
+ blockHash: `0x${string}` | null;
2326
+ blockNumber: bigint | null;
2327
+ from: import("abitype").Address;
2328
+ gas: bigint;
2329
+ hash: import("viem").Hash;
2330
+ input: import("viem").Hex;
2331
+ nonce: number;
2332
+ r: import("viem").Hex;
2333
+ s: import("viem").Hex;
2334
+ to: import("abitype").Address | null;
2335
+ transactionIndex: number | null;
2336
+ typeHex: import("viem").Hex | null;
2337
+ v: bigint;
2338
+ value: bigint;
2339
+ yParity: number;
2340
+ accessList: import("viem").AccessList;
2341
+ authorizationList?: undefined | undefined;
2342
+ blobVersionedHashes?: undefined | undefined;
2343
+ chainId: number;
2344
+ type: "eip1559";
2345
+ gasPrice?: undefined | undefined;
2346
+ maxFeePerBlobGas?: undefined | undefined;
2347
+ maxFeePerGas: bigint;
2348
+ maxPriorityFeePerGas: bigint;
2349
+ isSystemTx?: undefined | undefined;
2350
+ mint?: undefined | undefined;
2351
+ sourceHash?: undefined | undefined;
2352
+ } | {
2353
+ blockHash: `0x${string}` | null;
2354
+ blockNumber: bigint | null;
2355
+ from: import("abitype").Address;
2356
+ gas: bigint;
2357
+ hash: import("viem").Hash;
2358
+ input: import("viem").Hex;
2359
+ nonce: number;
2360
+ r: import("viem").Hex;
2361
+ s: import("viem").Hex;
2362
+ to: import("abitype").Address | null;
2363
+ transactionIndex: number | null;
2364
+ typeHex: import("viem").Hex | null;
2365
+ v: bigint;
2366
+ value: bigint;
2367
+ yParity: number;
2368
+ accessList: import("viem").AccessList;
2369
+ authorizationList?: undefined | undefined;
2370
+ blobVersionedHashes: readonly import("viem").Hex[];
2371
+ chainId: number;
2372
+ type: "eip4844";
2373
+ gasPrice?: undefined | undefined;
2374
+ maxFeePerBlobGas: bigint;
2375
+ maxFeePerGas: bigint;
2376
+ maxPriorityFeePerGas: bigint;
2377
+ isSystemTx?: undefined | undefined;
2378
+ mint?: undefined | undefined;
2379
+ sourceHash?: undefined | undefined;
2380
+ } | {
2381
+ blockHash: `0x${string}` | null;
2382
+ blockNumber: bigint | null;
2383
+ from: import("abitype").Address;
2384
+ gas: bigint;
2385
+ hash: import("viem").Hash;
2386
+ input: import("viem").Hex;
2387
+ nonce: number;
2388
+ r: import("viem").Hex;
2389
+ s: import("viem").Hex;
2390
+ to: import("abitype").Address | null;
2391
+ transactionIndex: number | null;
2392
+ typeHex: import("viem").Hex | null;
2393
+ v: bigint;
2394
+ value: bigint;
2395
+ yParity: number;
2396
+ accessList: import("viem").AccessList;
2397
+ authorizationList: import("viem").SignedAuthorizationList;
2398
+ blobVersionedHashes?: undefined | undefined;
2399
+ chainId: number;
2400
+ type: "eip7702";
2401
+ gasPrice?: undefined | undefined;
2402
+ maxFeePerBlobGas?: undefined | undefined;
2403
+ maxFeePerGas: bigint;
2404
+ maxPriorityFeePerGas: bigint;
2405
+ isSystemTx?: undefined | undefined;
2406
+ mint?: undefined | undefined;
2407
+ sourceHash?: undefined | undefined;
2408
+ }) & {};
2409
+ type: "transaction";
2410
+ };
2411
+ readonly transactionReceipt: {
2412
+ exclude: [] | undefined;
2413
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
2414
+ blobGasPrice?: bigint | undefined;
2415
+ blobGasUsed?: bigint | undefined;
2416
+ blockHash: import("viem").Hash;
2417
+ blockNumber: bigint;
2418
+ contractAddress: import("abitype").Address | null | undefined;
2419
+ cumulativeGasUsed: bigint;
2420
+ effectiveGasPrice: bigint;
2421
+ from: import("abitype").Address;
2422
+ gasUsed: bigint;
2423
+ logs: import("viem").Log<bigint, number, false>[];
2424
+ logsBloom: import("viem").Hex;
2425
+ root?: `0x${string}` | undefined;
2426
+ status: "success" | "reverted";
2427
+ to: import("abitype").Address | null;
2428
+ transactionHash: import("viem").Hash;
2429
+ transactionIndex: number;
2430
+ type: import("viem").TransactionType;
2431
+ l1GasPrice: bigint | null;
2432
+ l1GasUsed: bigint | null;
2433
+ l1Fee: bigint | null;
2434
+ l1FeeScalar: number | null;
2435
+ } & {};
2436
+ type: "transactionReceipt";
2437
+ };
2438
+ };
2439
+ serializers: {
2440
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
2441
+ };
2442
+ } | {
2443
+ blockExplorers: {
2444
+ readonly default: {
2445
+ readonly name: "Etherscan";
2446
+ readonly url: "https://etherscan.io";
2447
+ readonly apiUrl: "https://api.etherscan.io/api";
2448
+ };
2449
+ };
2450
+ blockTime?: number | undefined | undefined;
2451
+ contracts: {
2452
+ readonly ensRegistry: {
2453
+ readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
2454
+ };
2455
+ readonly ensUniversalResolver: {
2456
+ readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
2457
+ readonly blockCreated: 19258213;
2458
+ };
2459
+ readonly multicall3: {
2460
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2461
+ readonly blockCreated: 14353601;
2462
+ };
2463
+ };
2464
+ ensTlds?: readonly string[] | undefined;
2465
+ id: 1;
2466
+ name: "Ethereum";
2467
+ nativeCurrency: {
2468
+ readonly name: "Ether";
2469
+ readonly symbol: "ETH";
2470
+ readonly decimals: 18;
2471
+ };
2472
+ experimental_preconfirmationTime?: number | undefined | undefined;
2473
+ rpcUrls: {
2474
+ readonly default: {
2475
+ readonly http: readonly ["https://eth.merkle.io"];
2476
+ };
2477
+ };
2478
+ sourceId?: number | undefined | undefined;
2479
+ testnet?: boolean | undefined | undefined;
2480
+ custom?: Record<string, unknown> | undefined;
2481
+ fees?: import("viem").ChainFees<undefined> | undefined;
2482
+ formatters?: undefined;
2483
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
2484
+ } | {
2485
+ blockExplorers: {
2486
+ readonly default: {
2487
+ readonly name: "Basescan";
2488
+ readonly url: "https://basescan.org";
2489
+ readonly apiUrl: "https://api.basescan.org/api";
2490
+ };
2491
+ };
2492
+ blockTime: 2000;
2493
+ contracts: {
2494
+ readonly disputeGameFactory: {
2495
+ readonly 1: {
2496
+ readonly address: "0x43edB88C4B80fDD2AdFF2412A7BebF9dF42cB40e";
2497
+ };
2498
+ };
2499
+ readonly l2OutputOracle: {
2500
+ readonly 1: {
2501
+ readonly address: "0x56315b90c40730925ec5485cf004d835058518A0";
2502
+ };
2503
+ };
2504
+ readonly multicall3: {
2505
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2506
+ readonly blockCreated: 5022;
2507
+ };
2508
+ readonly portal: {
2509
+ readonly 1: {
2510
+ readonly address: "0x49048044D57e1C92A77f79988d21Fa8fAF74E97e";
2511
+ readonly blockCreated: 17482143;
2512
+ };
2513
+ };
2514
+ readonly l1StandardBridge: {
2515
+ readonly 1: {
2516
+ readonly address: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35";
2517
+ readonly blockCreated: 17482143;
2518
+ };
2519
+ };
2520
+ readonly gasPriceOracle: {
2521
+ readonly address: "0x420000000000000000000000000000000000000F";
2522
+ };
2523
+ readonly l1Block: {
2524
+ readonly address: "0x4200000000000000000000000000000000000015";
2525
+ };
2526
+ readonly l2CrossDomainMessenger: {
2527
+ readonly address: "0x4200000000000000000000000000000000000007";
2528
+ };
2529
+ readonly l2Erc721Bridge: {
2530
+ readonly address: "0x4200000000000000000000000000000000000014";
2531
+ };
2532
+ readonly l2StandardBridge: {
2533
+ readonly address: "0x4200000000000000000000000000000000000010";
2534
+ };
2535
+ readonly l2ToL1MessagePasser: {
2536
+ readonly address: "0x4200000000000000000000000000000000000016";
2537
+ };
2538
+ };
2539
+ ensTlds?: readonly string[] | undefined;
2540
+ id: 8453;
2541
+ name: "Base";
2542
+ nativeCurrency: {
2543
+ readonly name: "Ether";
2544
+ readonly symbol: "ETH";
2545
+ readonly decimals: 18;
2546
+ };
2547
+ experimental_preconfirmationTime?: number | undefined | undefined;
2548
+ rpcUrls: {
2549
+ readonly default: {
2550
+ readonly http: readonly ["https://mainnet.base.org"];
2551
+ };
2552
+ };
2553
+ sourceId: 1;
2554
+ testnet?: boolean | undefined | undefined;
2555
+ custom?: Record<string, unknown> | undefined;
2556
+ fees?: import("viem").ChainFees<undefined> | undefined;
2557
+ formatters: {
2558
+ readonly block: {
2559
+ exclude: [] | undefined;
2560
+ format: (args: import("viem/chains").OpStackRpcBlock) => {
2561
+ baseFeePerGas: bigint | null;
2562
+ blobGasUsed: bigint;
2563
+ difficulty: bigint;
2564
+ excessBlobGas: bigint;
2565
+ extraData: import("viem").Hex;
2566
+ gasLimit: bigint;
2567
+ gasUsed: bigint;
2568
+ hash: `0x${string}` | null;
2569
+ logsBloom: `0x${string}` | null;
2570
+ miner: import("abitype").Address;
2571
+ mixHash: import("viem").Hash;
2572
+ nonce: `0x${string}` | null;
2573
+ number: bigint | null;
2574
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
2575
+ parentHash: import("viem").Hash;
2576
+ receiptsRoot: import("viem").Hex;
2577
+ sealFields: import("viem").Hex[];
2578
+ sha3Uncles: import("viem").Hash;
2579
+ size: bigint;
2580
+ stateRoot: import("viem").Hash;
2581
+ timestamp: bigint;
2582
+ totalDifficulty: bigint | null;
2583
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
2584
+ transactionsRoot: import("viem").Hash;
2585
+ uncles: import("viem").Hash[];
2586
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
2587
+ withdrawalsRoot?: `0x${string}` | undefined;
2588
+ } & {};
2589
+ type: "block";
2590
+ };
2591
+ readonly transaction: {
2592
+ exclude: [] | undefined;
2593
+ format: (args: import("viem/chains").OpStackRpcTransaction) => ({
2594
+ blockHash: `0x${string}` | null;
2595
+ blockNumber: bigint | null;
2596
+ from: import("abitype").Address;
2597
+ gas: bigint;
2598
+ hash: import("viem").Hash;
2599
+ input: import("viem").Hex;
2600
+ nonce: number;
2601
+ r: import("viem").Hex;
2602
+ s: import("viem").Hex;
2603
+ to: import("abitype").Address | null;
2604
+ transactionIndex: number | null;
2605
+ typeHex: import("viem").Hex | null;
2606
+ v: bigint;
2607
+ value: bigint;
2608
+ yParity: number;
2609
+ gasPrice?: undefined | undefined;
2610
+ maxFeePerBlobGas?: undefined | undefined;
2611
+ maxFeePerGas: bigint;
2612
+ maxPriorityFeePerGas: bigint;
2613
+ isSystemTx?: boolean;
2614
+ mint?: bigint | undefined | undefined;
2615
+ sourceHash: import("viem").Hex;
2616
+ type: "deposit";
2617
+ } | {
2618
+ r: import("viem").Hex;
2619
+ s: import("viem").Hex;
2620
+ v: bigint;
2621
+ to: import("abitype").Address | null;
2622
+ from: import("abitype").Address;
2623
+ gas: bigint;
2624
+ nonce: number;
2625
+ value: bigint;
2626
+ blockHash: `0x${string}` | null;
2627
+ blockNumber: bigint | null;
2628
+ hash: import("viem").Hash;
2629
+ input: import("viem").Hex;
2630
+ transactionIndex: number | null;
2631
+ typeHex: import("viem").Hex | null;
2632
+ accessList?: undefined | undefined;
2633
+ authorizationList?: undefined | undefined;
2634
+ blobVersionedHashes?: undefined | undefined;
2635
+ chainId?: number | undefined;
2636
+ yParity?: undefined | undefined;
2637
+ type: "legacy";
2638
+ gasPrice: bigint;
2639
+ maxFeePerBlobGas?: undefined | undefined;
2640
+ maxFeePerGas?: undefined | undefined;
2641
+ maxPriorityFeePerGas?: undefined | undefined;
2642
+ isSystemTx?: undefined | undefined;
2643
+ mint?: undefined | undefined;
2644
+ sourceHash?: undefined | undefined;
2645
+ } | {
2646
+ blockHash: `0x${string}` | null;
2647
+ blockNumber: bigint | null;
2648
+ from: import("abitype").Address;
2649
+ gas: bigint;
2650
+ hash: import("viem").Hash;
2651
+ input: import("viem").Hex;
2652
+ nonce: number;
2653
+ r: import("viem").Hex;
2654
+ s: import("viem").Hex;
2655
+ to: import("abitype").Address | null;
2656
+ transactionIndex: number | null;
2657
+ typeHex: import("viem").Hex | null;
2658
+ v: bigint;
2659
+ value: bigint;
2660
+ yParity: number;
2661
+ accessList: import("viem").AccessList;
2662
+ authorizationList?: undefined | undefined;
2663
+ blobVersionedHashes?: undefined | undefined;
2664
+ chainId: number;
2665
+ type: "eip2930";
2666
+ gasPrice: bigint;
2667
+ maxFeePerBlobGas?: undefined | undefined;
2668
+ maxFeePerGas?: undefined | undefined;
2669
+ maxPriorityFeePerGas?: undefined | undefined;
2670
+ isSystemTx?: undefined | undefined;
2671
+ mint?: undefined | undefined;
2672
+ sourceHash?: undefined | undefined;
2673
+ } | {
2674
+ blockHash: `0x${string}` | null;
2675
+ blockNumber: bigint | null;
2676
+ from: import("abitype").Address;
2677
+ gas: bigint;
2678
+ hash: import("viem").Hash;
2679
+ input: import("viem").Hex;
2680
+ nonce: number;
2681
+ r: import("viem").Hex;
2682
+ s: import("viem").Hex;
2683
+ to: import("abitype").Address | null;
2684
+ transactionIndex: number | null;
2685
+ typeHex: import("viem").Hex | null;
2686
+ v: bigint;
2687
+ value: bigint;
2688
+ yParity: number;
2689
+ accessList: import("viem").AccessList;
2690
+ authorizationList?: undefined | undefined;
2691
+ blobVersionedHashes?: undefined | undefined;
2692
+ chainId: number;
2693
+ type: "eip1559";
2694
+ gasPrice?: undefined | undefined;
2695
+ maxFeePerBlobGas?: undefined | undefined;
2696
+ maxFeePerGas: bigint;
2697
+ maxPriorityFeePerGas: bigint;
2698
+ isSystemTx?: undefined | undefined;
2699
+ mint?: undefined | undefined;
2700
+ sourceHash?: undefined | undefined;
2701
+ } | {
2702
+ blockHash: `0x${string}` | null;
2703
+ blockNumber: bigint | null;
2704
+ from: import("abitype").Address;
2705
+ gas: bigint;
2706
+ hash: import("viem").Hash;
2707
+ input: import("viem").Hex;
2708
+ nonce: number;
2709
+ r: import("viem").Hex;
2710
+ s: import("viem").Hex;
2711
+ to: import("abitype").Address | null;
2712
+ transactionIndex: number | null;
2713
+ typeHex: import("viem").Hex | null;
2714
+ v: bigint;
2715
+ value: bigint;
2716
+ yParity: number;
2717
+ accessList: import("viem").AccessList;
2718
+ authorizationList?: undefined | undefined;
2719
+ blobVersionedHashes: readonly import("viem").Hex[];
2720
+ chainId: number;
2721
+ type: "eip4844";
2722
+ gasPrice?: undefined | undefined;
2723
+ maxFeePerBlobGas: bigint;
2724
+ maxFeePerGas: bigint;
2725
+ maxPriorityFeePerGas: bigint;
2726
+ isSystemTx?: undefined | undefined;
2727
+ mint?: undefined | undefined;
2728
+ sourceHash?: undefined | undefined;
2729
+ } | {
2730
+ blockHash: `0x${string}` | null;
2731
+ blockNumber: bigint | null;
2732
+ from: import("abitype").Address;
2733
+ gas: bigint;
2734
+ hash: import("viem").Hash;
2735
+ input: import("viem").Hex;
2736
+ nonce: number;
2737
+ r: import("viem").Hex;
2738
+ s: import("viem").Hex;
2739
+ to: import("abitype").Address | null;
2740
+ transactionIndex: number | null;
2741
+ typeHex: import("viem").Hex | null;
2742
+ v: bigint;
2743
+ value: bigint;
2744
+ yParity: number;
2745
+ accessList: import("viem").AccessList;
2746
+ authorizationList: import("viem").SignedAuthorizationList;
2747
+ blobVersionedHashes?: undefined | undefined;
2748
+ chainId: number;
2749
+ type: "eip7702";
2750
+ gasPrice?: undefined | undefined;
2751
+ maxFeePerBlobGas?: undefined | undefined;
2752
+ maxFeePerGas: bigint;
2753
+ maxPriorityFeePerGas: bigint;
2754
+ isSystemTx?: undefined | undefined;
2755
+ mint?: undefined | undefined;
2756
+ sourceHash?: undefined | undefined;
2757
+ }) & {};
2758
+ type: "transaction";
2759
+ };
2760
+ readonly transactionReceipt: {
2761
+ exclude: [] | undefined;
2762
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
2763
+ blobGasPrice?: bigint | undefined;
2764
+ blobGasUsed?: bigint | undefined;
2765
+ blockHash: import("viem").Hash;
2766
+ blockNumber: bigint;
2767
+ contractAddress: import("abitype").Address | null | undefined;
2768
+ cumulativeGasUsed: bigint;
2769
+ effectiveGasPrice: bigint;
2770
+ from: import("abitype").Address;
2771
+ gasUsed: bigint;
2772
+ logs: import("viem").Log<bigint, number, false>[];
2773
+ logsBloom: import("viem").Hex;
2774
+ root?: `0x${string}` | undefined;
2775
+ status: "success" | "reverted";
2776
+ to: import("abitype").Address | null;
2777
+ transactionHash: import("viem").Hash;
2778
+ transactionIndex: number;
2779
+ type: import("viem").TransactionType;
2780
+ l1GasPrice: bigint | null;
2781
+ l1GasUsed: bigint | null;
2782
+ l1Fee: bigint | null;
2783
+ l1FeeScalar: number | null;
2784
+ } & {};
2785
+ type: "transactionReceipt";
2786
+ };
2787
+ };
2788
+ serializers: {
2789
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
2790
+ };
2791
+ } | {
2792
+ blockExplorers: {
2793
+ readonly default: {
2794
+ readonly name: "Arbiscan";
2795
+ readonly url: "https://arbiscan.io";
2796
+ readonly apiUrl: "https://api.arbiscan.io/api";
2797
+ };
2798
+ };
2799
+ blockTime: 250;
2800
+ contracts: {
2801
+ readonly multicall3: {
2802
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2803
+ readonly blockCreated: 7654707;
2804
+ };
2805
+ };
2806
+ ensTlds?: readonly string[] | undefined;
2807
+ id: 42161;
2808
+ name: "Arbitrum One";
2809
+ nativeCurrency: {
2810
+ readonly name: "Ether";
2811
+ readonly symbol: "ETH";
2812
+ readonly decimals: 18;
2813
+ };
2814
+ experimental_preconfirmationTime?: number | undefined | undefined;
2815
+ rpcUrls: {
2816
+ readonly default: {
2817
+ readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
2818
+ };
2819
+ };
2820
+ sourceId?: number | undefined | undefined;
2821
+ testnet?: boolean | undefined | undefined;
2822
+ custom?: Record<string, unknown> | undefined;
2823
+ fees?: import("viem").ChainFees<undefined> | undefined;
2824
+ formatters?: undefined;
2825
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
2826
+ } | {
2827
+ blockExplorers: {
2828
+ readonly default: {
2829
+ readonly name: "Optimism Explorer";
2830
+ readonly url: "https://optimistic.etherscan.io";
2831
+ readonly apiUrl: "https://api-optimistic.etherscan.io/api";
2832
+ };
2833
+ };
2834
+ blockTime: 2000;
2835
+ contracts: {
2836
+ readonly disputeGameFactory: {
2837
+ readonly 1: {
2838
+ readonly address: "0xe5965Ab5962eDc7477C8520243A95517CD252fA9";
2839
+ };
2840
+ };
2841
+ readonly l2OutputOracle: {
2842
+ readonly 1: {
2843
+ readonly address: "0xdfe97868233d1aa22e815a266982f2cf17685a27";
2844
+ };
2845
+ };
2846
+ readonly multicall3: {
2847
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2848
+ readonly blockCreated: 4286263;
2849
+ };
2850
+ readonly portal: {
2851
+ readonly 1: {
2852
+ readonly address: "0xbEb5Fc579115071764c7423A4f12eDde41f106Ed";
2853
+ };
2854
+ };
2855
+ readonly l1StandardBridge: {
2856
+ readonly 1: {
2857
+ readonly address: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1";
2858
+ };
2859
+ };
2860
+ readonly gasPriceOracle: {
2861
+ readonly address: "0x420000000000000000000000000000000000000F";
2862
+ };
2863
+ readonly l1Block: {
2864
+ readonly address: "0x4200000000000000000000000000000000000015";
2865
+ };
2866
+ readonly l2CrossDomainMessenger: {
2867
+ readonly address: "0x4200000000000000000000000000000000000007";
2868
+ };
2869
+ readonly l2Erc721Bridge: {
2870
+ readonly address: "0x4200000000000000000000000000000000000014";
2871
+ };
2872
+ readonly l2StandardBridge: {
2873
+ readonly address: "0x4200000000000000000000000000000000000010";
2874
+ };
2875
+ readonly l2ToL1MessagePasser: {
2876
+ readonly address: "0x4200000000000000000000000000000000000016";
2877
+ };
2878
+ };
2879
+ ensTlds?: readonly string[] | undefined;
2880
+ id: 10;
2881
+ name: "OP Mainnet";
2882
+ nativeCurrency: {
2883
+ readonly name: "Ether";
2884
+ readonly symbol: "ETH";
2885
+ readonly decimals: 18;
2886
+ };
2887
+ experimental_preconfirmationTime?: number | undefined | undefined;
2888
+ rpcUrls: {
2889
+ readonly default: {
2890
+ readonly http: readonly ["https://mainnet.optimism.io"];
2891
+ };
2892
+ };
2893
+ sourceId: 1;
2894
+ testnet?: boolean | undefined | undefined;
2895
+ custom?: Record<string, unknown> | undefined;
2896
+ fees?: import("viem").ChainFees<undefined> | undefined;
2897
+ formatters: {
2898
+ readonly block: {
2899
+ exclude: [] | undefined;
2900
+ format: (args: import("viem/chains").OpStackRpcBlock) => {
2901
+ baseFeePerGas: bigint | null;
2902
+ blobGasUsed: bigint;
2903
+ difficulty: bigint;
2904
+ excessBlobGas: bigint;
2905
+ extraData: import("viem").Hex;
2906
+ gasLimit: bigint;
2907
+ gasUsed: bigint;
2908
+ hash: `0x${string}` | null;
2909
+ logsBloom: `0x${string}` | null;
2910
+ miner: import("abitype").Address;
2911
+ mixHash: import("viem").Hash;
2912
+ nonce: `0x${string}` | null;
2913
+ number: bigint | null;
2914
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
2915
+ parentHash: import("viem").Hash;
2916
+ receiptsRoot: import("viem").Hex;
2917
+ sealFields: import("viem").Hex[];
2918
+ sha3Uncles: import("viem").Hash;
2919
+ size: bigint;
2920
+ stateRoot: import("viem").Hash;
2921
+ timestamp: bigint;
2922
+ totalDifficulty: bigint | null;
2923
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
2924
+ transactionsRoot: import("viem").Hash;
2925
+ uncles: import("viem").Hash[];
2926
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
2927
+ withdrawalsRoot?: `0x${string}` | undefined;
2928
+ } & {};
2929
+ type: "block";
2930
+ };
2931
+ readonly transaction: {
2932
+ exclude: [] | undefined;
2933
+ format: (args: import("viem/chains").OpStackRpcTransaction) => ({
2934
+ blockHash: `0x${string}` | null;
2935
+ blockNumber: bigint | null;
2936
+ from: import("abitype").Address;
2937
+ gas: bigint;
2938
+ hash: import("viem").Hash;
2939
+ input: import("viem").Hex;
2940
+ nonce: number;
2941
+ r: import("viem").Hex;
2942
+ s: import("viem").Hex;
2943
+ to: import("abitype").Address | null;
2944
+ transactionIndex: number | null;
2945
+ typeHex: import("viem").Hex | null;
2946
+ v: bigint;
2947
+ value: bigint;
2948
+ yParity: number;
2949
+ gasPrice?: undefined | undefined;
2950
+ maxFeePerBlobGas?: undefined | undefined;
2951
+ maxFeePerGas: bigint;
2952
+ maxPriorityFeePerGas: bigint;
2953
+ isSystemTx?: boolean;
2954
+ mint?: bigint | undefined | undefined;
2955
+ sourceHash: import("viem").Hex;
2956
+ type: "deposit";
2957
+ } | {
2958
+ r: import("viem").Hex;
2959
+ s: import("viem").Hex;
2960
+ v: bigint;
2961
+ to: import("abitype").Address | null;
2962
+ from: import("abitype").Address;
2963
+ gas: bigint;
2964
+ nonce: number;
2965
+ value: bigint;
2966
+ blockHash: `0x${string}` | null;
2967
+ blockNumber: bigint | null;
2968
+ hash: import("viem").Hash;
2969
+ input: import("viem").Hex;
2970
+ transactionIndex: number | null;
2971
+ typeHex: import("viem").Hex | null;
2972
+ accessList?: undefined | undefined;
2973
+ authorizationList?: undefined | undefined;
2974
+ blobVersionedHashes?: undefined | undefined;
2975
+ chainId?: number | undefined;
2976
+ yParity?: undefined | undefined;
2977
+ type: "legacy";
2978
+ gasPrice: bigint;
2979
+ maxFeePerBlobGas?: undefined | undefined;
2980
+ maxFeePerGas?: undefined | undefined;
2981
+ maxPriorityFeePerGas?: undefined | undefined;
2982
+ isSystemTx?: undefined | undefined;
2983
+ mint?: undefined | undefined;
2984
+ sourceHash?: undefined | undefined;
2985
+ } | {
2986
+ blockHash: `0x${string}` | null;
2987
+ blockNumber: bigint | null;
2988
+ from: import("abitype").Address;
2989
+ gas: bigint;
2990
+ hash: import("viem").Hash;
2991
+ input: import("viem").Hex;
2992
+ nonce: number;
2993
+ r: import("viem").Hex;
2994
+ s: import("viem").Hex;
2995
+ to: import("abitype").Address | null;
2996
+ transactionIndex: number | null;
2997
+ typeHex: import("viem").Hex | null;
2998
+ v: bigint;
2999
+ value: bigint;
3000
+ yParity: number;
3001
+ accessList: import("viem").AccessList;
3002
+ authorizationList?: undefined | undefined;
3003
+ blobVersionedHashes?: undefined | undefined;
3004
+ chainId: number;
3005
+ type: "eip2930";
3006
+ gasPrice: bigint;
3007
+ maxFeePerBlobGas?: undefined | undefined;
3008
+ maxFeePerGas?: undefined | undefined;
3009
+ maxPriorityFeePerGas?: undefined | undefined;
3010
+ isSystemTx?: undefined | undefined;
3011
+ mint?: undefined | undefined;
3012
+ sourceHash?: undefined | undefined;
3013
+ } | {
3014
+ blockHash: `0x${string}` | null;
3015
+ blockNumber: bigint | null;
3016
+ from: import("abitype").Address;
3017
+ gas: bigint;
3018
+ hash: import("viem").Hash;
3019
+ input: import("viem").Hex;
3020
+ nonce: number;
3021
+ r: import("viem").Hex;
3022
+ s: import("viem").Hex;
3023
+ to: import("abitype").Address | null;
3024
+ transactionIndex: number | null;
3025
+ typeHex: import("viem").Hex | null;
3026
+ v: bigint;
3027
+ value: bigint;
3028
+ yParity: number;
3029
+ accessList: import("viem").AccessList;
3030
+ authorizationList?: undefined | undefined;
3031
+ blobVersionedHashes?: undefined | undefined;
3032
+ chainId: number;
3033
+ type: "eip1559";
3034
+ gasPrice?: undefined | undefined;
3035
+ maxFeePerBlobGas?: undefined | undefined;
3036
+ maxFeePerGas: bigint;
3037
+ maxPriorityFeePerGas: bigint;
3038
+ isSystemTx?: undefined | undefined;
3039
+ mint?: undefined | undefined;
3040
+ sourceHash?: undefined | undefined;
3041
+ } | {
3042
+ blockHash: `0x${string}` | null;
3043
+ blockNumber: bigint | null;
3044
+ from: import("abitype").Address;
3045
+ gas: bigint;
3046
+ hash: import("viem").Hash;
3047
+ input: import("viem").Hex;
3048
+ nonce: number;
3049
+ r: import("viem").Hex;
3050
+ s: import("viem").Hex;
3051
+ to: import("abitype").Address | null;
3052
+ transactionIndex: number | null;
3053
+ typeHex: import("viem").Hex | null;
3054
+ v: bigint;
3055
+ value: bigint;
3056
+ yParity: number;
3057
+ accessList: import("viem").AccessList;
3058
+ authorizationList?: undefined | undefined;
3059
+ blobVersionedHashes: readonly import("viem").Hex[];
3060
+ chainId: number;
3061
+ type: "eip4844";
3062
+ gasPrice?: undefined | undefined;
3063
+ maxFeePerBlobGas: bigint;
3064
+ maxFeePerGas: bigint;
3065
+ maxPriorityFeePerGas: bigint;
3066
+ isSystemTx?: undefined | undefined;
3067
+ mint?: undefined | undefined;
3068
+ sourceHash?: undefined | undefined;
3069
+ } | {
3070
+ blockHash: `0x${string}` | null;
3071
+ blockNumber: bigint | null;
3072
+ from: import("abitype").Address;
3073
+ gas: bigint;
3074
+ hash: import("viem").Hash;
3075
+ input: import("viem").Hex;
3076
+ nonce: number;
3077
+ r: import("viem").Hex;
3078
+ s: import("viem").Hex;
3079
+ to: import("abitype").Address | null;
3080
+ transactionIndex: number | null;
3081
+ typeHex: import("viem").Hex | null;
3082
+ v: bigint;
3083
+ value: bigint;
3084
+ yParity: number;
3085
+ accessList: import("viem").AccessList;
3086
+ authorizationList: import("viem").SignedAuthorizationList;
3087
+ blobVersionedHashes?: undefined | undefined;
3088
+ chainId: number;
3089
+ type: "eip7702";
3090
+ gasPrice?: undefined | undefined;
3091
+ maxFeePerBlobGas?: undefined | undefined;
3092
+ maxFeePerGas: bigint;
3093
+ maxPriorityFeePerGas: bigint;
3094
+ isSystemTx?: undefined | undefined;
3095
+ mint?: undefined | undefined;
3096
+ sourceHash?: undefined | undefined;
3097
+ }) & {};
3098
+ type: "transaction";
3099
+ };
3100
+ readonly transactionReceipt: {
3101
+ exclude: [] | undefined;
3102
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
3103
+ blobGasPrice?: bigint | undefined;
3104
+ blobGasUsed?: bigint | undefined;
3105
+ blockHash: import("viem").Hash;
3106
+ blockNumber: bigint;
3107
+ contractAddress: import("abitype").Address | null | undefined;
3108
+ cumulativeGasUsed: bigint;
3109
+ effectiveGasPrice: bigint;
3110
+ from: import("abitype").Address;
3111
+ gasUsed: bigint;
3112
+ logs: import("viem").Log<bigint, number, false>[];
3113
+ logsBloom: import("viem").Hex;
3114
+ root?: `0x${string}` | undefined;
3115
+ status: "success" | "reverted";
3116
+ to: import("abitype").Address | null;
3117
+ transactionHash: import("viem").Hash;
3118
+ transactionIndex: number;
3119
+ type: import("viem").TransactionType;
3120
+ l1GasPrice: bigint | null;
3121
+ l1GasUsed: bigint | null;
3122
+ l1Fee: bigint | null;
3123
+ l1FeeScalar: number | null;
3124
+ } & {};
3125
+ type: "transactionReceipt";
3126
+ };
3127
+ };
3128
+ serializers: {
3129
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
3130
+ };
3131
+ } | {
3132
+ blockExplorers: {
3133
+ readonly default: {
3134
+ readonly name: "PolygonScan";
3135
+ readonly url: "https://polygonscan.com";
3136
+ readonly apiUrl: "https://api.polygonscan.com/api";
3137
+ };
3138
+ };
3139
+ blockTime?: number | undefined | undefined;
3140
+ contracts: {
3141
+ readonly multicall3: {
3142
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
3143
+ readonly blockCreated: 25770160;
3144
+ };
3145
+ };
3146
+ ensTlds?: readonly string[] | undefined;
3147
+ id: 137;
3148
+ name: "Polygon";
3149
+ nativeCurrency: {
3150
+ readonly name: "POL";
3151
+ readonly symbol: "POL";
3152
+ readonly decimals: 18;
3153
+ };
3154
+ experimental_preconfirmationTime?: number | undefined | undefined;
3155
+ rpcUrls: {
3156
+ readonly default: {
3157
+ readonly http: readonly ["https://polygon-rpc.com"];
3158
+ };
3159
+ };
3160
+ sourceId?: number | undefined | undefined;
3161
+ testnet?: boolean | undefined | undefined;
3162
+ custom?: Record<string, unknown> | undefined;
3163
+ fees?: import("viem").ChainFees<undefined> | undefined;
3164
+ formatters?: undefined;
3165
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
3166
+ } | {
3167
+ blockExplorers: {
3168
+ readonly default: {
3169
+ readonly name: "Blockscout";
3170
+ readonly url: "https://soneium.blockscout.com";
3171
+ readonly apiUrl: "https://soneium.blockscout.com/api";
3172
+ };
3173
+ };
3174
+ blockTime: 2000;
3175
+ contracts: {
3176
+ readonly disputeGameFactory: {
3177
+ readonly 1: {
3178
+ readonly address: "0x512a3d2c7a43bd9261d2b8e8c9c70d4bd4d503c0";
3179
+ };
3180
+ };
3181
+ readonly l2OutputOracle: {
3182
+ readonly 1: {
3183
+ readonly address: "0x0000000000000000000000000000000000000000";
3184
+ };
3185
+ };
3186
+ readonly portal: {
3187
+ readonly 1: {
3188
+ readonly address: "0x88e529a6ccd302c948689cd5156c83d4614fae92";
3189
+ readonly blockCreated: 7061266;
3190
+ };
3191
+ };
3192
+ readonly l1StandardBridge: {
3193
+ readonly 1: {
3194
+ readonly address: "0xeb9bf100225c214efc3e7c651ebbadcf85177607";
3195
+ readonly blockCreated: 7061266;
3196
+ };
3197
+ };
3198
+ readonly multicall3: {
3199
+ readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
3200
+ readonly blockCreated: 1;
3201
+ };
3202
+ readonly gasPriceOracle: {
3203
+ readonly address: "0x420000000000000000000000000000000000000F";
3204
+ };
3205
+ readonly l1Block: {
3206
+ readonly address: "0x4200000000000000000000000000000000000015";
3207
+ };
3208
+ readonly l2CrossDomainMessenger: {
3209
+ readonly address: "0x4200000000000000000000000000000000000007";
3210
+ };
3211
+ readonly l2Erc721Bridge: {
3212
+ readonly address: "0x4200000000000000000000000000000000000014";
3213
+ };
3214
+ readonly l2StandardBridge: {
3215
+ readonly address: "0x4200000000000000000000000000000000000010";
3216
+ };
3217
+ readonly l2ToL1MessagePasser: {
3218
+ readonly address: "0x4200000000000000000000000000000000000016";
3219
+ };
3220
+ };
3221
+ ensTlds?: readonly string[] | undefined;
3222
+ id: 1868;
3223
+ name: "Soneium Mainnet";
3224
+ nativeCurrency: {
3225
+ readonly name: "Ether";
3226
+ readonly symbol: "ETH";
3227
+ readonly decimals: 18;
3228
+ };
3229
+ experimental_preconfirmationTime?: number | undefined | undefined;
3230
+ rpcUrls: {
3231
+ readonly default: {
3232
+ readonly http: readonly ["https://rpc.soneium.org"];
3233
+ };
3234
+ };
3235
+ sourceId: 1;
3236
+ testnet?: boolean | undefined | undefined;
3237
+ custom?: Record<string, unknown> | undefined;
3238
+ fees?: import("viem").ChainFees<undefined> | undefined;
3239
+ formatters: {
3240
+ readonly block: {
3241
+ exclude: [] | undefined;
3242
+ format: (args: import("viem/chains").OpStackRpcBlock) => {
3243
+ baseFeePerGas: bigint | null;
3244
+ blobGasUsed: bigint;
3245
+ difficulty: bigint;
3246
+ excessBlobGas: bigint;
3247
+ extraData: import("viem").Hex;
3248
+ gasLimit: bigint;
3249
+ gasUsed: bigint;
3250
+ hash: `0x${string}` | null;
3251
+ logsBloom: `0x${string}` | null;
3252
+ miner: import("abitype").Address;
3253
+ mixHash: import("viem").Hash;
3254
+ nonce: `0x${string}` | null;
3255
+ number: bigint | null;
3256
+ parentBeaconBlockRoot?: `0x${string}` | undefined;
3257
+ parentHash: import("viem").Hash;
3258
+ receiptsRoot: import("viem").Hex;
3259
+ sealFields: import("viem").Hex[];
3260
+ sha3Uncles: import("viem").Hash;
3261
+ size: bigint;
3262
+ stateRoot: import("viem").Hash;
3263
+ timestamp: bigint;
3264
+ totalDifficulty: bigint | null;
3265
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
3266
+ transactionsRoot: import("viem").Hash;
3267
+ uncles: import("viem").Hash[];
3268
+ withdrawals?: import("viem").Withdrawal[] | undefined | undefined;
3269
+ withdrawalsRoot?: `0x${string}` | undefined;
3270
+ } & {};
3271
+ type: "block";
3272
+ };
3273
+ readonly transaction: {
3274
+ exclude: [] | undefined;
3275
+ format: (args: import("viem/chains").OpStackRpcTransaction) => ({
3276
+ blockHash: `0x${string}` | null;
3277
+ blockNumber: bigint | null;
3278
+ from: import("abitype").Address;
3279
+ gas: bigint;
3280
+ hash: import("viem").Hash;
3281
+ input: import("viem").Hex;
3282
+ nonce: number;
3283
+ r: import("viem").Hex;
3284
+ s: import("viem").Hex;
3285
+ to: import("abitype").Address | null;
3286
+ transactionIndex: number | null;
3287
+ typeHex: import("viem").Hex | null;
3288
+ v: bigint;
3289
+ value: bigint;
3290
+ yParity: number;
3291
+ gasPrice?: undefined | undefined;
3292
+ maxFeePerBlobGas?: undefined | undefined;
3293
+ maxFeePerGas: bigint;
3294
+ maxPriorityFeePerGas: bigint;
3295
+ isSystemTx?: boolean;
3296
+ mint?: bigint | undefined | undefined;
3297
+ sourceHash: import("viem").Hex;
3298
+ type: "deposit";
3299
+ } | {
3300
+ r: import("viem").Hex;
3301
+ s: import("viem").Hex;
3302
+ v: bigint;
3303
+ to: import("abitype").Address | null;
3304
+ from: import("abitype").Address;
3305
+ gas: bigint;
3306
+ nonce: number;
3307
+ value: bigint;
3308
+ blockHash: `0x${string}` | null;
3309
+ blockNumber: bigint | null;
3310
+ hash: import("viem").Hash;
3311
+ input: import("viem").Hex;
3312
+ transactionIndex: number | null;
3313
+ typeHex: import("viem").Hex | null;
3314
+ accessList?: undefined | undefined;
3315
+ authorizationList?: undefined | undefined;
3316
+ blobVersionedHashes?: undefined | undefined;
3317
+ chainId?: number | undefined;
3318
+ yParity?: undefined | undefined;
3319
+ type: "legacy";
3320
+ gasPrice: bigint;
3321
+ maxFeePerBlobGas?: undefined | undefined;
3322
+ maxFeePerGas?: undefined | undefined;
3323
+ maxPriorityFeePerGas?: undefined | undefined;
3324
+ isSystemTx?: undefined | undefined;
3325
+ mint?: undefined | undefined;
3326
+ sourceHash?: undefined | undefined;
3327
+ } | {
3328
+ blockHash: `0x${string}` | null;
3329
+ blockNumber: bigint | null;
3330
+ from: import("abitype").Address;
3331
+ gas: bigint;
3332
+ hash: import("viem").Hash;
3333
+ input: import("viem").Hex;
3334
+ nonce: number;
3335
+ r: import("viem").Hex;
3336
+ s: import("viem").Hex;
3337
+ to: import("abitype").Address | null;
3338
+ transactionIndex: number | null;
3339
+ typeHex: import("viem").Hex | null;
3340
+ v: bigint;
3341
+ value: bigint;
3342
+ yParity: number;
3343
+ accessList: import("viem").AccessList;
3344
+ authorizationList?: undefined | undefined;
3345
+ blobVersionedHashes?: undefined | undefined;
3346
+ chainId: number;
3347
+ type: "eip2930";
3348
+ gasPrice: bigint;
3349
+ maxFeePerBlobGas?: undefined | undefined;
3350
+ maxFeePerGas?: undefined | undefined;
3351
+ maxPriorityFeePerGas?: undefined | undefined;
3352
+ isSystemTx?: undefined | undefined;
3353
+ mint?: undefined | undefined;
3354
+ sourceHash?: undefined | undefined;
3355
+ } | {
3356
+ blockHash: `0x${string}` | null;
3357
+ blockNumber: bigint | null;
3358
+ from: import("abitype").Address;
3359
+ gas: bigint;
3360
+ hash: import("viem").Hash;
3361
+ input: import("viem").Hex;
3362
+ nonce: number;
3363
+ r: import("viem").Hex;
3364
+ s: import("viem").Hex;
3365
+ to: import("abitype").Address | null;
3366
+ transactionIndex: number | null;
3367
+ typeHex: import("viem").Hex | null;
3368
+ v: bigint;
3369
+ value: bigint;
3370
+ yParity: number;
3371
+ accessList: import("viem").AccessList;
3372
+ authorizationList?: undefined | undefined;
3373
+ blobVersionedHashes?: undefined | undefined;
3374
+ chainId: number;
3375
+ type: "eip1559";
3376
+ gasPrice?: undefined | undefined;
3377
+ maxFeePerBlobGas?: undefined | undefined;
3378
+ maxFeePerGas: bigint;
3379
+ maxPriorityFeePerGas: bigint;
3380
+ isSystemTx?: undefined | undefined;
3381
+ mint?: undefined | undefined;
3382
+ sourceHash?: undefined | undefined;
3383
+ } | {
3384
+ blockHash: `0x${string}` | null;
3385
+ blockNumber: bigint | null;
3386
+ from: import("abitype").Address;
3387
+ gas: bigint;
3388
+ hash: import("viem").Hash;
3389
+ input: import("viem").Hex;
3390
+ nonce: number;
3391
+ r: import("viem").Hex;
3392
+ s: import("viem").Hex;
3393
+ to: import("abitype").Address | null;
3394
+ transactionIndex: number | null;
3395
+ typeHex: import("viem").Hex | null;
3396
+ v: bigint;
3397
+ value: bigint;
3398
+ yParity: number;
3399
+ accessList: import("viem").AccessList;
3400
+ authorizationList?: undefined | undefined;
3401
+ blobVersionedHashes: readonly import("viem").Hex[];
3402
+ chainId: number;
3403
+ type: "eip4844";
3404
+ gasPrice?: undefined | undefined;
3405
+ maxFeePerBlobGas: bigint;
3406
+ maxFeePerGas: bigint;
3407
+ maxPriorityFeePerGas: bigint;
3408
+ isSystemTx?: undefined | undefined;
3409
+ mint?: undefined | undefined;
3410
+ sourceHash?: undefined | undefined;
3411
+ } | {
3412
+ blockHash: `0x${string}` | null;
3413
+ blockNumber: bigint | null;
3414
+ from: import("abitype").Address;
3415
+ gas: bigint;
3416
+ hash: import("viem").Hash;
3417
+ input: import("viem").Hex;
3418
+ nonce: number;
3419
+ r: import("viem").Hex;
3420
+ s: import("viem").Hex;
3421
+ to: import("abitype").Address | null;
3422
+ transactionIndex: number | null;
3423
+ typeHex: import("viem").Hex | null;
3424
+ v: bigint;
3425
+ value: bigint;
3426
+ yParity: number;
3427
+ accessList: import("viem").AccessList;
3428
+ authorizationList: import("viem").SignedAuthorizationList;
3429
+ blobVersionedHashes?: undefined | undefined;
3430
+ chainId: number;
3431
+ type: "eip7702";
3432
+ gasPrice?: undefined | undefined;
3433
+ maxFeePerBlobGas?: undefined | undefined;
3434
+ maxFeePerGas: bigint;
3435
+ maxPriorityFeePerGas: bigint;
3436
+ isSystemTx?: undefined | undefined;
3437
+ mint?: undefined | undefined;
3438
+ sourceHash?: undefined | undefined;
3439
+ }) & {};
3440
+ type: "transaction";
3441
+ };
3442
+ readonly transactionReceipt: {
3443
+ exclude: [] | undefined;
3444
+ format: (args: import("viem/chains").OpStackRpcTransactionReceipt) => {
3445
+ blobGasPrice?: bigint | undefined;
3446
+ blobGasUsed?: bigint | undefined;
3447
+ blockHash: import("viem").Hash;
3448
+ blockNumber: bigint;
3449
+ contractAddress: import("abitype").Address | null | undefined;
3450
+ cumulativeGasUsed: bigint;
3451
+ effectiveGasPrice: bigint;
3452
+ from: import("abitype").Address;
3453
+ gasUsed: bigint;
3454
+ logs: import("viem").Log<bigint, number, false>[];
3455
+ logsBloom: import("viem").Hex;
3456
+ root?: `0x${string}` | undefined;
3457
+ status: "success" | "reverted";
3458
+ to: import("abitype").Address | null;
3459
+ transactionHash: import("viem").Hash;
3460
+ transactionIndex: number;
3461
+ type: import("viem").TransactionType;
3462
+ l1GasPrice: bigint | null;
3463
+ l1GasUsed: bigint | null;
3464
+ l1Fee: bigint | null;
3465
+ l1FeeScalar: number | null;
3466
+ } & {};
3467
+ type: "transactionReceipt";
3468
+ };
3469
+ };
3470
+ serializers: {
3471
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
3472
+ };
3473
+ })[];
3474
+ export { OPStackChains, MainnetNetwork, TestnetNetwork, mainnetChains, testnetChains, chains, };
3475
+ export type { SupportedTestnet, SupportedMainnet, SupportedOPStackMainnet, SupportedOPStackTestnet, SupportedChain, };
3476
+ //# sourceMappingURL=chain.d.ts.map