@funkit/chains 0.1.1

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