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