@funkit/core 1.0.0 → 1.0.2

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.
@@ -1223,6 +1223,7 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
1223
1223
  readonly url: "https://etherscan.io";
1224
1224
  readonly apiUrl: "https://api.etherscan.io/api";
1225
1225
  };
1226
+ isCheckoutSupported: boolean;
1226
1227
  isFiatCheckoutSupported: boolean;
1227
1228
  moonpayChainName: string;
1228
1229
  pickPriority: number;
@@ -2318,6 +2319,7 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
2318
2319
  readonly url: "https://basescan.org";
2319
2320
  readonly apiUrl: "https://api.basescan.org/api";
2320
2321
  };
2322
+ isCheckoutSupported: boolean;
2321
2323
  isFiatCheckoutSupported: boolean;
2322
2324
  moonpayChainName: string;
2323
2325
  pickPriority: number;
@@ -2366,6 +2368,7 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
2366
2368
  readonly url: "https://polygonscan.com";
2367
2369
  readonly apiUrl: "https://api.polygonscan.com/api";
2368
2370
  };
2371
+ isCheckoutSupported: boolean;
2369
2372
  isFiatCheckoutSupported: boolean;
2370
2373
  moonpayChainName: string;
2371
2374
  pickPriority: number;
@@ -2414,137 +2417,2377 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO: {
2414
2417
  readonly url: "https://arbiscan.io";
2415
2418
  readonly apiUrl: "https://api.arbiscan.io/api";
2416
2419
  };
2420
+ isCheckoutSupported: boolean;
2417
2421
  isFiatCheckoutSupported: boolean;
2418
2422
  moonpayChainName: string;
2419
2423
  pickPriority: number;
2420
2424
  } | {
2421
- name: "Goerli";
2425
+ name: "OP Mainnet";
2422
2426
  nativeCurrency: {
2423
2427
  symbol: "ETH";
2424
2428
  decimals: 18;
2425
- name: "Goerli Ether";
2429
+ name: "Ether";
2426
2430
  };
2427
2431
  chainInfo: {
2428
2432
  blockExplorers: {
2429
2433
  readonly default: {
2430
- readonly name: "Etherscan";
2431
- readonly url: "https://goerli.etherscan.io";
2432
- readonly apiUrl: "https://api-goerli.etherscan.io/api";
2434
+ readonly name: "Optimism Explorer";
2435
+ readonly url: "https://optimistic.etherscan.io";
2436
+ readonly apiUrl: "https://api-optimistic.etherscan.io/api";
2433
2437
  };
2434
2438
  };
2435
2439
  contracts: {
2436
- readonly ensRegistry: {
2437
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
2438
- };
2439
- readonly ensUniversalResolver: {
2440
- readonly address: "0xfc4AC75C46C914aF5892d6d3eFFcebD7917293F1";
2441
- readonly blockCreated: 10339206;
2440
+ readonly l2OutputOracle: {
2441
+ readonly 1: {
2442
+ readonly address: "0xdfe97868233d1aa22e815a266982f2cf17685a27";
2443
+ };
2442
2444
  };
2443
2445
  readonly multicall3: {
2444
2446
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2445
- readonly blockCreated: 6507670;
2447
+ readonly blockCreated: 4286263;
2448
+ };
2449
+ readonly portal: {
2450
+ readonly 1: {
2451
+ readonly address: "0xbEb5Fc579115071764c7423A4f12eDde41f106Ed";
2452
+ };
2453
+ };
2454
+ readonly l1StandardBridge: {
2455
+ readonly 1: {
2456
+ readonly address: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1";
2457
+ };
2458
+ };
2459
+ readonly gasPriceOracle: {
2460
+ readonly address: "0x420000000000000000000000000000000000000F";
2461
+ };
2462
+ readonly l1Block: {
2463
+ readonly address: "0x4200000000000000000000000000000000000015";
2464
+ };
2465
+ readonly l2CrossDomainMessenger: {
2466
+ readonly address: "0x4200000000000000000000000000000000000007";
2467
+ };
2468
+ readonly l2Erc721Bridge: {
2469
+ readonly address: "0x4200000000000000000000000000000000000014";
2470
+ };
2471
+ readonly l2StandardBridge: {
2472
+ readonly address: "0x4200000000000000000000000000000000000010";
2473
+ };
2474
+ readonly l2ToL1MessagePasser: {
2475
+ readonly address: "0x4200000000000000000000000000000000000016";
2446
2476
  };
2447
2477
  };
2448
- id: 5;
2449
- name: "Goerli";
2478
+ id: 10;
2479
+ name: "OP Mainnet";
2450
2480
  nativeCurrency: {
2451
- readonly name: "Goerli Ether";
2481
+ readonly name: "Ether";
2452
2482
  readonly symbol: "ETH";
2453
2483
  readonly decimals: 18;
2454
2484
  };
2455
2485
  rpcUrls: {
2456
2486
  readonly default: {
2457
- readonly http: readonly ["https://rpc.ankr.com/eth_goerli"];
2487
+ readonly http: readonly ["https://mainnet.optimism.io"];
2488
+ };
2489
+ };
2490
+ sourceId: 1;
2491
+ testnet?: boolean | undefined;
2492
+ custom?: Record<string, unknown> | undefined;
2493
+ formatters: {
2494
+ readonly block: {
2495
+ exclude: [] | undefined;
2496
+ format: (args: import("viem/chains").Assign<import("viem").ExactPartial<import("viem").RpcBlock<import("viem").BlockTag, boolean, import("viem").RpcTransaction<boolean>>>, import("viem/chains").OpStackRpcBlockOverrides & {
2497
+ transactions: `0x${string}`[] | import("viem/chains").OpStackRpcTransaction<boolean>[];
2498
+ }>) => {
2499
+ baseFeePerGas: bigint | null;
2500
+ blobGasUsed: bigint;
2501
+ difficulty: bigint;
2502
+ excessBlobGas: bigint;
2503
+ extraData: `0x${string}`;
2504
+ gasLimit: bigint;
2505
+ gasUsed: bigint;
2506
+ hash: `0x${string}` | null;
2507
+ logsBloom: `0x${string}` | null;
2508
+ miner: `0x${string}`;
2509
+ mixHash: `0x${string}`;
2510
+ nonce: `0x${string}` | null;
2511
+ number: bigint | null;
2512
+ parentHash: `0x${string}`;
2513
+ receiptsRoot: `0x${string}`;
2514
+ sealFields: `0x${string}`[];
2515
+ sha3Uncles: `0x${string}`;
2516
+ size: bigint;
2517
+ stateRoot: `0x${string}`;
2518
+ timestamp: bigint;
2519
+ totalDifficulty: bigint | null;
2520
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
2521
+ transactionsRoot: `0x${string}`;
2522
+ uncles: `0x${string}`[];
2523
+ withdrawals?: import("viem").Withdrawal[] | undefined;
2524
+ withdrawalsRoot?: `0x${string}` | undefined;
2525
+ };
2526
+ type: "block";
2458
2527
  };
2528
+ readonly transaction: {
2529
+ exclude: [] | undefined;
2530
+ format: (args: ({
2531
+ r?: `0x${string}` | undefined;
2532
+ s?: `0x${string}` | undefined;
2533
+ v?: `0x${string}` | undefined;
2534
+ yParity?: `0x${string}` | undefined;
2535
+ gasPrice?: `0x${string}` | undefined;
2536
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2537
+ maxFeePerGas?: `0x${string}` | undefined;
2538
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2539
+ to?: `0x${string}` | null | undefined;
2540
+ from?: `0x${string}` | undefined;
2541
+ gas?: `0x${string}` | undefined;
2542
+ nonce?: `0x${string}` | undefined;
2543
+ value?: `0x${string}` | undefined;
2544
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
2545
+ accessList?: undefined;
2546
+ blockHash?: `0x${string}` | null | undefined;
2547
+ blockNumber?: `0x${string}` | null | undefined;
2548
+ hash?: `0x${string}` | undefined;
2549
+ input?: `0x${string}` | undefined;
2550
+ transactionIndex?: `0x${string}` | null | undefined;
2551
+ blobVersionedHashes?: undefined;
2552
+ chainId?: `0x${string}` | undefined;
2553
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
2554
+ r: `0x${string}`;
2555
+ s: `0x${string}`;
2556
+ v: `0x${string}`;
2557
+ to: `0x${string}` | null;
2558
+ from: `0x${string}`;
2559
+ gas: `0x${string}`;
2560
+ nonce: `0x${string}`;
2561
+ value: `0x${string}`;
2562
+ blockHash: `0x${string}` | null;
2563
+ blockNumber: `0x${string}` | null;
2564
+ hash: `0x${string}`;
2565
+ input: `0x${string}`;
2566
+ transactionIndex: `0x${string}` | null;
2567
+ typeHex: `0x${string}` | null;
2568
+ gasPrice: `0x${string}`;
2569
+ maxFeePerBlobGas?: undefined;
2570
+ maxFeePerGas?: undefined;
2571
+ maxPriorityFeePerGas?: undefined;
2572
+ accessList?: undefined;
2573
+ blobVersionedHashes?: undefined;
2574
+ chainId?: `0x${string}` | undefined;
2575
+ yParity?: undefined;
2576
+ type: "0x0";
2577
+ }, "yParity">, "typeHex"> & {
2578
+ isSystemTx?: undefined;
2579
+ mint?: undefined;
2580
+ sourceHash?: undefined;
2581
+ }) | ({
2582
+ r?: `0x${string}` | undefined;
2583
+ s?: `0x${string}` | undefined;
2584
+ v?: `0x${string}` | undefined;
2585
+ yParity?: `0x${string}` | undefined;
2586
+ gasPrice?: `0x${string}` | undefined;
2587
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2588
+ maxFeePerGas?: `0x${string}` | undefined;
2589
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2590
+ to?: `0x${string}` | null | undefined;
2591
+ from?: `0x${string}` | undefined;
2592
+ gas?: `0x${string}` | undefined;
2593
+ nonce?: `0x${string}` | undefined;
2594
+ value?: `0x${string}` | undefined;
2595
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
2596
+ accessList?: undefined;
2597
+ blockHash?: `0x${string}` | null | undefined;
2598
+ blockNumber?: `0x${string}` | null | undefined;
2599
+ hash?: `0x${string}` | undefined;
2600
+ input?: `0x${string}` | undefined;
2601
+ transactionIndex?: `0x${string}` | null | undefined;
2602
+ blobVersionedHashes?: undefined;
2603
+ chainId?: `0x${string}` | undefined;
2604
+ } & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
2605
+ isSystemTx?: boolean | undefined;
2606
+ mint?: `0x${string}` | undefined;
2607
+ sourceHash: `0x${string}`;
2608
+ type: "0x7e";
2609
+ }) | ({
2610
+ r?: `0x${string}` | undefined;
2611
+ s?: `0x${string}` | undefined;
2612
+ v?: `0x${string}` | undefined;
2613
+ yParity?: `0x${string}` | undefined;
2614
+ gasPrice?: `0x${string}` | undefined;
2615
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2616
+ maxFeePerGas?: `0x${string}` | undefined;
2617
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2618
+ to?: `0x${string}` | null | undefined;
2619
+ from?: `0x${string}` | undefined;
2620
+ gas?: `0x${string}` | undefined;
2621
+ nonce?: `0x${string}` | undefined;
2622
+ value?: `0x${string}` | undefined;
2623
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
2624
+ accessList?: import("viem").AccessList | undefined;
2625
+ blockHash?: `0x${string}` | null | undefined;
2626
+ blockNumber?: `0x${string}` | null | undefined;
2627
+ hash?: `0x${string}` | undefined;
2628
+ input?: `0x${string}` | undefined;
2629
+ transactionIndex?: `0x${string}` | null | undefined;
2630
+ blobVersionedHashes?: undefined;
2631
+ chainId?: `0x${string}` | undefined;
2632
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
2633
+ r: `0x${string}`;
2634
+ s: `0x${string}`;
2635
+ v: `0x${string}`;
2636
+ to: `0x${string}` | null;
2637
+ from: `0x${string}`;
2638
+ gas: `0x${string}`;
2639
+ nonce: `0x${string}`;
2640
+ value: `0x${string}`;
2641
+ blockHash: `0x${string}` | null;
2642
+ blockNumber: `0x${string}` | null;
2643
+ hash: `0x${string}`;
2644
+ input: `0x${string}`;
2645
+ transactionIndex: `0x${string}` | null;
2646
+ typeHex: `0x${string}` | null;
2647
+ gasPrice: `0x${string}`;
2648
+ maxFeePerBlobGas?: undefined;
2649
+ maxFeePerGas?: undefined;
2650
+ maxPriorityFeePerGas?: undefined;
2651
+ accessList?: undefined;
2652
+ blobVersionedHashes?: undefined;
2653
+ chainId?: `0x${string}` | undefined;
2654
+ yParity?: undefined;
2655
+ type: "0x0";
2656
+ }, "yParity">, "typeHex"> & {
2657
+ isSystemTx?: undefined;
2658
+ mint?: undefined;
2659
+ sourceHash?: undefined;
2660
+ }) | ({
2661
+ r?: `0x${string}` | undefined;
2662
+ s?: `0x${string}` | undefined;
2663
+ v?: `0x${string}` | undefined;
2664
+ yParity?: `0x${string}` | undefined;
2665
+ gasPrice?: `0x${string}` | undefined;
2666
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2667
+ maxFeePerGas?: `0x${string}` | undefined;
2668
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2669
+ to?: `0x${string}` | null | undefined;
2670
+ from?: `0x${string}` | undefined;
2671
+ gas?: `0x${string}` | undefined;
2672
+ nonce?: `0x${string}` | undefined;
2673
+ value?: `0x${string}` | undefined;
2674
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
2675
+ accessList?: import("viem").AccessList | undefined;
2676
+ blockHash?: `0x${string}` | null | undefined;
2677
+ blockNumber?: `0x${string}` | null | undefined;
2678
+ hash?: `0x${string}` | undefined;
2679
+ input?: `0x${string}` | undefined;
2680
+ transactionIndex?: `0x${string}` | null | undefined;
2681
+ blobVersionedHashes?: undefined;
2682
+ chainId?: `0x${string}` | undefined;
2683
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
2684
+ blockHash: `0x${string}` | null;
2685
+ blockNumber: `0x${string}` | null;
2686
+ from: `0x${string}`;
2687
+ gas: `0x${string}`;
2688
+ hash: `0x${string}`;
2689
+ input: `0x${string}`;
2690
+ nonce: `0x${string}`;
2691
+ r: `0x${string}`;
2692
+ s: `0x${string}`;
2693
+ to: `0x${string}` | null;
2694
+ transactionIndex: `0x${string}` | null;
2695
+ typeHex: `0x${string}` | null;
2696
+ v: `0x${string}`;
2697
+ value: `0x${string}`;
2698
+ yParity: `0x${string}`;
2699
+ gasPrice: `0x${string}`;
2700
+ maxFeePerBlobGas?: undefined;
2701
+ maxFeePerGas?: undefined;
2702
+ maxPriorityFeePerGas?: undefined;
2703
+ accessList: import("viem").AccessList;
2704
+ blobVersionedHashes?: undefined;
2705
+ chainId: `0x${string}`;
2706
+ type: "0x1";
2707
+ }, "yParity">, "typeHex"> & {
2708
+ isSystemTx?: undefined;
2709
+ mint?: undefined;
2710
+ sourceHash?: undefined;
2711
+ }) | ({
2712
+ r?: `0x${string}` | undefined;
2713
+ s?: `0x${string}` | undefined;
2714
+ v?: `0x${string}` | undefined;
2715
+ yParity?: `0x${string}` | undefined;
2716
+ gasPrice?: `0x${string}` | undefined;
2717
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2718
+ maxFeePerGas?: `0x${string}` | undefined;
2719
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2720
+ to?: `0x${string}` | null | undefined;
2721
+ from?: `0x${string}` | undefined;
2722
+ gas?: `0x${string}` | undefined;
2723
+ nonce?: `0x${string}` | undefined;
2724
+ value?: `0x${string}` | undefined;
2725
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
2726
+ accessList?: import("viem").AccessList | undefined;
2727
+ blockHash?: `0x${string}` | null | undefined;
2728
+ blockNumber?: `0x${string}` | null | undefined;
2729
+ hash?: `0x${string}` | undefined;
2730
+ input?: `0x${string}` | undefined;
2731
+ transactionIndex?: `0x${string}` | null | undefined;
2732
+ blobVersionedHashes?: undefined;
2733
+ chainId?: `0x${string}` | undefined;
2734
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
2735
+ blockHash: `0x${string}` | null;
2736
+ blockNumber: `0x${string}` | null;
2737
+ from: `0x${string}`;
2738
+ gas: `0x${string}`;
2739
+ hash: `0x${string}`;
2740
+ input: `0x${string}`;
2741
+ nonce: `0x${string}`;
2742
+ r: `0x${string}`;
2743
+ s: `0x${string}`;
2744
+ to: `0x${string}` | null;
2745
+ transactionIndex: `0x${string}` | null;
2746
+ typeHex: `0x${string}` | null;
2747
+ v: `0x${string}`;
2748
+ value: `0x${string}`;
2749
+ yParity: `0x${string}`;
2750
+ gasPrice?: undefined;
2751
+ maxFeePerBlobGas?: undefined;
2752
+ maxFeePerGas: `0x${string}`;
2753
+ maxPriorityFeePerGas: `0x${string}`;
2754
+ accessList: import("viem").AccessList;
2755
+ blobVersionedHashes?: undefined;
2756
+ chainId: `0x${string}`;
2757
+ type: "0x2";
2758
+ }, "yParity">, "typeHex"> & {
2759
+ isSystemTx?: undefined;
2760
+ mint?: undefined;
2761
+ sourceHash?: undefined;
2762
+ }) | ({
2763
+ r?: `0x${string}` | undefined;
2764
+ s?: `0x${string}` | undefined;
2765
+ v?: `0x${string}` | undefined;
2766
+ yParity?: `0x${string}` | undefined;
2767
+ gasPrice?: `0x${string}` | undefined;
2768
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2769
+ maxFeePerGas?: `0x${string}` | undefined;
2770
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2771
+ to?: `0x${string}` | null | undefined;
2772
+ from?: `0x${string}` | undefined;
2773
+ gas?: `0x${string}` | undefined;
2774
+ nonce?: `0x${string}` | undefined;
2775
+ value?: `0x${string}` | undefined;
2776
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
2777
+ accessList?: import("viem").AccessList | undefined;
2778
+ blockHash?: `0x${string}` | null | undefined;
2779
+ blockNumber?: `0x${string}` | null | undefined;
2780
+ hash?: `0x${string}` | undefined;
2781
+ input?: `0x${string}` | undefined;
2782
+ transactionIndex?: `0x${string}` | null | undefined;
2783
+ blobVersionedHashes?: undefined;
2784
+ chainId?: `0x${string}` | undefined;
2785
+ } & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
2786
+ isSystemTx?: boolean | undefined;
2787
+ mint?: `0x${string}` | undefined;
2788
+ sourceHash: `0x${string}`;
2789
+ type: "0x7e";
2790
+ }) | ({
2791
+ r?: `0x${string}` | undefined;
2792
+ s?: `0x${string}` | undefined;
2793
+ v?: `0x${string}` | undefined;
2794
+ yParity?: `0x${string}` | undefined;
2795
+ gasPrice?: `0x${string}` | undefined;
2796
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2797
+ maxFeePerGas?: `0x${string}` | undefined;
2798
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2799
+ to?: `0x${string}` | null | undefined;
2800
+ from?: `0x${string}` | undefined;
2801
+ gas?: `0x${string}` | undefined;
2802
+ nonce?: `0x${string}` | undefined;
2803
+ value?: `0x${string}` | undefined;
2804
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
2805
+ accessList?: import("viem").AccessList | undefined;
2806
+ blockHash?: `0x${string}` | null | undefined;
2807
+ blockNumber?: `0x${string}` | null | undefined;
2808
+ hash?: `0x${string}` | undefined;
2809
+ input?: `0x${string}` | undefined;
2810
+ transactionIndex?: `0x${string}` | null | undefined;
2811
+ blobVersionedHashes?: undefined;
2812
+ chainId?: `0x${string}` | undefined;
2813
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
2814
+ r: `0x${string}`;
2815
+ s: `0x${string}`;
2816
+ v: `0x${string}`;
2817
+ to: `0x${string}` | null;
2818
+ from: `0x${string}`;
2819
+ gas: `0x${string}`;
2820
+ nonce: `0x${string}`;
2821
+ value: `0x${string}`;
2822
+ blockHash: `0x${string}` | null;
2823
+ blockNumber: `0x${string}` | null;
2824
+ hash: `0x${string}`;
2825
+ input: `0x${string}`;
2826
+ transactionIndex: `0x${string}` | null;
2827
+ typeHex: `0x${string}` | null;
2828
+ gasPrice: `0x${string}`;
2829
+ maxFeePerBlobGas?: undefined;
2830
+ maxFeePerGas?: undefined;
2831
+ maxPriorityFeePerGas?: undefined;
2832
+ accessList?: undefined;
2833
+ blobVersionedHashes?: undefined;
2834
+ chainId?: `0x${string}` | undefined;
2835
+ yParity?: undefined;
2836
+ type: "0x0";
2837
+ }, "yParity">, "typeHex"> & {
2838
+ isSystemTx?: undefined;
2839
+ mint?: undefined;
2840
+ sourceHash?: undefined;
2841
+ }) | ({
2842
+ r?: `0x${string}` | undefined;
2843
+ s?: `0x${string}` | undefined;
2844
+ v?: `0x${string}` | undefined;
2845
+ yParity?: `0x${string}` | undefined;
2846
+ gasPrice?: `0x${string}` | undefined;
2847
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2848
+ maxFeePerGas?: `0x${string}` | undefined;
2849
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2850
+ to?: `0x${string}` | null | undefined;
2851
+ from?: `0x${string}` | undefined;
2852
+ gas?: `0x${string}` | undefined;
2853
+ nonce?: `0x${string}` | undefined;
2854
+ value?: `0x${string}` | undefined;
2855
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
2856
+ accessList?: import("viem").AccessList | undefined;
2857
+ blockHash?: `0x${string}` | null | undefined;
2858
+ blockNumber?: `0x${string}` | null | undefined;
2859
+ hash?: `0x${string}` | undefined;
2860
+ input?: `0x${string}` | undefined;
2861
+ transactionIndex?: `0x${string}` | null | undefined;
2862
+ blobVersionedHashes?: undefined;
2863
+ chainId?: `0x${string}` | undefined;
2864
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
2865
+ blockHash: `0x${string}` | null;
2866
+ blockNumber: `0x${string}` | null;
2867
+ from: `0x${string}`;
2868
+ gas: `0x${string}`;
2869
+ hash: `0x${string}`;
2870
+ input: `0x${string}`;
2871
+ nonce: `0x${string}`;
2872
+ r: `0x${string}`;
2873
+ s: `0x${string}`;
2874
+ to: `0x${string}` | null;
2875
+ transactionIndex: `0x${string}` | null;
2876
+ typeHex: `0x${string}` | null;
2877
+ v: `0x${string}`;
2878
+ value: `0x${string}`;
2879
+ yParity: `0x${string}`;
2880
+ gasPrice: `0x${string}`;
2881
+ maxFeePerBlobGas?: undefined;
2882
+ maxFeePerGas?: undefined;
2883
+ maxPriorityFeePerGas?: undefined;
2884
+ accessList: import("viem").AccessList;
2885
+ blobVersionedHashes?: undefined;
2886
+ chainId: `0x${string}`;
2887
+ type: "0x1";
2888
+ }, "yParity">, "typeHex"> & {
2889
+ isSystemTx?: undefined;
2890
+ mint?: undefined;
2891
+ sourceHash?: undefined;
2892
+ }) | ({
2893
+ r?: `0x${string}` | undefined;
2894
+ s?: `0x${string}` | undefined;
2895
+ v?: `0x${string}` | undefined;
2896
+ yParity?: `0x${string}` | undefined;
2897
+ gasPrice?: `0x${string}` | undefined;
2898
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2899
+ maxFeePerGas?: `0x${string}` | undefined;
2900
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2901
+ to?: `0x${string}` | null | undefined;
2902
+ from?: `0x${string}` | undefined;
2903
+ gas?: `0x${string}` | undefined;
2904
+ nonce?: `0x${string}` | undefined;
2905
+ value?: `0x${string}` | undefined;
2906
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
2907
+ accessList?: import("viem").AccessList | undefined;
2908
+ blockHash?: `0x${string}` | null | undefined;
2909
+ blockNumber?: `0x${string}` | null | undefined;
2910
+ hash?: `0x${string}` | undefined;
2911
+ input?: `0x${string}` | undefined;
2912
+ transactionIndex?: `0x${string}` | null | undefined;
2913
+ blobVersionedHashes?: undefined;
2914
+ chainId?: `0x${string}` | undefined;
2915
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
2916
+ blockHash: `0x${string}` | null;
2917
+ blockNumber: `0x${string}` | null;
2918
+ from: `0x${string}`;
2919
+ gas: `0x${string}`;
2920
+ hash: `0x${string}`;
2921
+ input: `0x${string}`;
2922
+ nonce: `0x${string}`;
2923
+ r: `0x${string}`;
2924
+ s: `0x${string}`;
2925
+ to: `0x${string}` | null;
2926
+ transactionIndex: `0x${string}` | null;
2927
+ typeHex: `0x${string}` | null;
2928
+ v: `0x${string}`;
2929
+ value: `0x${string}`;
2930
+ yParity: `0x${string}`;
2931
+ gasPrice?: undefined;
2932
+ maxFeePerBlobGas?: undefined;
2933
+ maxFeePerGas: `0x${string}`;
2934
+ maxPriorityFeePerGas: `0x${string}`;
2935
+ accessList: import("viem").AccessList;
2936
+ blobVersionedHashes?: undefined;
2937
+ chainId: `0x${string}`;
2938
+ type: "0x2";
2939
+ }, "yParity">, "typeHex"> & {
2940
+ isSystemTx?: undefined;
2941
+ mint?: undefined;
2942
+ sourceHash?: undefined;
2943
+ }) | ({
2944
+ r?: `0x${string}` | undefined;
2945
+ s?: `0x${string}` | undefined;
2946
+ v?: `0x${string}` | undefined;
2947
+ yParity?: `0x${string}` | undefined;
2948
+ gasPrice?: `0x${string}` | undefined;
2949
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2950
+ maxFeePerGas?: `0x${string}` | undefined;
2951
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2952
+ to?: `0x${string}` | null | undefined;
2953
+ from?: `0x${string}` | undefined;
2954
+ gas?: `0x${string}` | undefined;
2955
+ nonce?: `0x${string}` | undefined;
2956
+ value?: `0x${string}` | undefined;
2957
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
2958
+ accessList?: import("viem").AccessList | undefined;
2959
+ blockHash?: `0x${string}` | null | undefined;
2960
+ blockNumber?: `0x${string}` | null | undefined;
2961
+ hash?: `0x${string}` | undefined;
2962
+ input?: `0x${string}` | undefined;
2963
+ transactionIndex?: `0x${string}` | null | undefined;
2964
+ blobVersionedHashes?: undefined;
2965
+ chainId?: `0x${string}` | undefined;
2966
+ } & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
2967
+ isSystemTx?: boolean | undefined;
2968
+ mint?: `0x${string}` | undefined;
2969
+ sourceHash: `0x${string}`;
2970
+ type: "0x7e";
2971
+ }) | ({
2972
+ r?: `0x${string}` | undefined;
2973
+ s?: `0x${string}` | undefined;
2974
+ v?: `0x${string}` | undefined;
2975
+ yParity?: `0x${string}` | undefined;
2976
+ gasPrice?: `0x${string}` | undefined;
2977
+ maxFeePerBlobGas?: `0x${string}` | undefined;
2978
+ maxFeePerGas?: `0x${string}` | undefined;
2979
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
2980
+ to?: `0x${string}` | null | undefined;
2981
+ from?: `0x${string}` | undefined;
2982
+ gas?: `0x${string}` | undefined;
2983
+ nonce?: `0x${string}` | undefined;
2984
+ value?: `0x${string}` | undefined;
2985
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
2986
+ accessList?: import("viem").AccessList | undefined;
2987
+ blockHash?: `0x${string}` | null | undefined;
2988
+ blockNumber?: `0x${string}` | null | undefined;
2989
+ hash?: `0x${string}` | undefined;
2990
+ input?: `0x${string}` | undefined;
2991
+ transactionIndex?: `0x${string}` | null | undefined;
2992
+ blobVersionedHashes?: `0x${string}`[] | undefined;
2993
+ chainId?: `0x${string}` | undefined;
2994
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
2995
+ r: `0x${string}`;
2996
+ s: `0x${string}`;
2997
+ v: `0x${string}`;
2998
+ to: `0x${string}` | null;
2999
+ from: `0x${string}`;
3000
+ gas: `0x${string}`;
3001
+ nonce: `0x${string}`;
3002
+ value: `0x${string}`;
3003
+ blockHash: `0x${string}` | null;
3004
+ blockNumber: `0x${string}` | null;
3005
+ hash: `0x${string}`;
3006
+ input: `0x${string}`;
3007
+ transactionIndex: `0x${string}` | null;
3008
+ typeHex: `0x${string}` | null;
3009
+ gasPrice: `0x${string}`;
3010
+ maxFeePerBlobGas?: undefined;
3011
+ maxFeePerGas?: undefined;
3012
+ maxPriorityFeePerGas?: undefined;
3013
+ accessList?: undefined;
3014
+ blobVersionedHashes?: undefined;
3015
+ chainId?: `0x${string}` | undefined;
3016
+ yParity?: undefined;
3017
+ type: "0x0";
3018
+ }, "yParity">, "typeHex"> & {
3019
+ isSystemTx?: undefined;
3020
+ mint?: undefined;
3021
+ sourceHash?: undefined;
3022
+ }) | ({
3023
+ r?: `0x${string}` | undefined;
3024
+ s?: `0x${string}` | undefined;
3025
+ v?: `0x${string}` | undefined;
3026
+ yParity?: `0x${string}` | undefined;
3027
+ gasPrice?: `0x${string}` | undefined;
3028
+ maxFeePerBlobGas?: `0x${string}` | undefined;
3029
+ maxFeePerGas?: `0x${string}` | undefined;
3030
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
3031
+ to?: `0x${string}` | null | undefined;
3032
+ from?: `0x${string}` | undefined;
3033
+ gas?: `0x${string}` | undefined;
3034
+ nonce?: `0x${string}` | undefined;
3035
+ value?: `0x${string}` | undefined;
3036
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
3037
+ accessList?: import("viem").AccessList | undefined;
3038
+ blockHash?: `0x${string}` | null | undefined;
3039
+ blockNumber?: `0x${string}` | null | undefined;
3040
+ hash?: `0x${string}` | undefined;
3041
+ input?: `0x${string}` | undefined;
3042
+ transactionIndex?: `0x${string}` | null | undefined;
3043
+ blobVersionedHashes?: `0x${string}`[] | undefined;
3044
+ chainId?: `0x${string}` | undefined;
3045
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
3046
+ blockHash: `0x${string}` | null;
3047
+ blockNumber: `0x${string}` | null;
3048
+ from: `0x${string}`;
3049
+ gas: `0x${string}`;
3050
+ hash: `0x${string}`;
3051
+ input: `0x${string}`;
3052
+ nonce: `0x${string}`;
3053
+ r: `0x${string}`;
3054
+ s: `0x${string}`;
3055
+ to: `0x${string}` | null;
3056
+ transactionIndex: `0x${string}` | null;
3057
+ typeHex: `0x${string}` | null;
3058
+ v: `0x${string}`;
3059
+ value: `0x${string}`;
3060
+ yParity: `0x${string}`;
3061
+ gasPrice: `0x${string}`;
3062
+ maxFeePerBlobGas?: undefined;
3063
+ maxFeePerGas?: undefined;
3064
+ maxPriorityFeePerGas?: undefined;
3065
+ accessList: import("viem").AccessList;
3066
+ blobVersionedHashes?: undefined;
3067
+ chainId: `0x${string}`;
3068
+ type: "0x1";
3069
+ }, "yParity">, "typeHex"> & {
3070
+ isSystemTx?: undefined;
3071
+ mint?: undefined;
3072
+ sourceHash?: undefined;
3073
+ }) | ({
3074
+ r?: `0x${string}` | undefined;
3075
+ s?: `0x${string}` | undefined;
3076
+ v?: `0x${string}` | undefined;
3077
+ yParity?: `0x${string}` | undefined;
3078
+ gasPrice?: `0x${string}` | undefined;
3079
+ maxFeePerBlobGas?: `0x${string}` | undefined;
3080
+ maxFeePerGas?: `0x${string}` | undefined;
3081
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
3082
+ to?: `0x${string}` | null | undefined;
3083
+ from?: `0x${string}` | undefined;
3084
+ gas?: `0x${string}` | undefined;
3085
+ nonce?: `0x${string}` | undefined;
3086
+ value?: `0x${string}` | undefined;
3087
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
3088
+ accessList?: import("viem").AccessList | undefined;
3089
+ blockHash?: `0x${string}` | null | undefined;
3090
+ blockNumber?: `0x${string}` | null | undefined;
3091
+ hash?: `0x${string}` | undefined;
3092
+ input?: `0x${string}` | undefined;
3093
+ transactionIndex?: `0x${string}` | null | undefined;
3094
+ blobVersionedHashes?: `0x${string}`[] | undefined;
3095
+ chainId?: `0x${string}` | undefined;
3096
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
3097
+ blockHash: `0x${string}` | null;
3098
+ blockNumber: `0x${string}` | null;
3099
+ from: `0x${string}`;
3100
+ gas: `0x${string}`;
3101
+ hash: `0x${string}`;
3102
+ input: `0x${string}`;
3103
+ nonce: `0x${string}`;
3104
+ r: `0x${string}`;
3105
+ s: `0x${string}`;
3106
+ to: `0x${string}` | null;
3107
+ transactionIndex: `0x${string}` | null;
3108
+ typeHex: `0x${string}` | null;
3109
+ v: `0x${string}`;
3110
+ value: `0x${string}`;
3111
+ yParity: `0x${string}`;
3112
+ gasPrice?: undefined;
3113
+ maxFeePerBlobGas?: undefined;
3114
+ maxFeePerGas: `0x${string}`;
3115
+ maxPriorityFeePerGas: `0x${string}`;
3116
+ accessList: import("viem").AccessList;
3117
+ blobVersionedHashes?: undefined;
3118
+ chainId: `0x${string}`;
3119
+ type: "0x2";
3120
+ }, "yParity">, "typeHex"> & {
3121
+ isSystemTx?: undefined;
3122
+ mint?: undefined;
3123
+ sourceHash?: undefined;
3124
+ }) | ({
3125
+ r?: `0x${string}` | undefined;
3126
+ s?: `0x${string}` | undefined;
3127
+ v?: `0x${string}` | undefined;
3128
+ yParity?: `0x${string}` | undefined;
3129
+ gasPrice?: `0x${string}` | undefined;
3130
+ maxFeePerBlobGas?: `0x${string}` | undefined;
3131
+ maxFeePerGas?: `0x${string}` | undefined;
3132
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
3133
+ to?: `0x${string}` | null | undefined;
3134
+ from?: `0x${string}` | undefined;
3135
+ gas?: `0x${string}` | undefined;
3136
+ nonce?: `0x${string}` | undefined;
3137
+ value?: `0x${string}` | undefined;
3138
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
3139
+ accessList?: import("viem").AccessList | undefined;
3140
+ blockHash?: `0x${string}` | null | undefined;
3141
+ blockNumber?: `0x${string}` | null | undefined;
3142
+ hash?: `0x${string}` | undefined;
3143
+ input?: `0x${string}` | undefined;
3144
+ transactionIndex?: `0x${string}` | null | undefined;
3145
+ blobVersionedHashes?: `0x${string}`[] | undefined;
3146
+ chainId?: `0x${string}` | undefined;
3147
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
3148
+ blockHash: `0x${string}` | null;
3149
+ blockNumber: `0x${string}` | null;
3150
+ from: `0x${string}`;
3151
+ gas: `0x${string}`;
3152
+ hash: `0x${string}`;
3153
+ input: `0x${string}`;
3154
+ nonce: `0x${string}`;
3155
+ r: `0x${string}`;
3156
+ s: `0x${string}`;
3157
+ to: `0x${string}` | null;
3158
+ transactionIndex: `0x${string}` | null;
3159
+ typeHex: `0x${string}` | null;
3160
+ v: `0x${string}`;
3161
+ value: `0x${string}`;
3162
+ yParity: `0x${string}`;
3163
+ gasPrice?: undefined;
3164
+ maxFeePerBlobGas: `0x${string}`;
3165
+ maxFeePerGas: `0x${string}`;
3166
+ maxPriorityFeePerGas: `0x${string}`;
3167
+ accessList: import("viem").AccessList;
3168
+ blobVersionedHashes: `0x${string}`[];
3169
+ chainId: `0x${string}`;
3170
+ type: "0x3";
3171
+ }, "yParity">, "typeHex"> & {
3172
+ isSystemTx?: undefined;
3173
+ mint?: undefined;
3174
+ sourceHash?: undefined;
3175
+ }) | ({
3176
+ r?: `0x${string}` | undefined;
3177
+ s?: `0x${string}` | undefined;
3178
+ v?: `0x${string}` | undefined;
3179
+ yParity?: `0x${string}` | undefined;
3180
+ gasPrice?: `0x${string}` | undefined;
3181
+ maxFeePerBlobGas?: `0x${string}` | undefined;
3182
+ maxFeePerGas?: `0x${string}` | undefined;
3183
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
3184
+ to?: `0x${string}` | null | undefined;
3185
+ from?: `0x${string}` | undefined;
3186
+ gas?: `0x${string}` | undefined;
3187
+ nonce?: `0x${string}` | undefined;
3188
+ value?: `0x${string}` | undefined;
3189
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
3190
+ accessList?: import("viem").AccessList | undefined;
3191
+ blockHash?: `0x${string}` | null | undefined;
3192
+ blockNumber?: `0x${string}` | null | undefined;
3193
+ hash?: `0x${string}` | undefined;
3194
+ input?: `0x${string}` | undefined;
3195
+ transactionIndex?: `0x${string}` | null | undefined;
3196
+ blobVersionedHashes?: `0x${string}`[] | undefined;
3197
+ chainId?: `0x${string}` | undefined;
3198
+ } & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
3199
+ isSystemTx?: boolean | undefined;
3200
+ mint?: `0x${string}` | undefined;
3201
+ sourceHash: `0x${string}`;
3202
+ type: "0x7e";
3203
+ })) => {
3204
+ r: `0x${string}`;
3205
+ s: `0x${string}`;
3206
+ v: bigint;
3207
+ to: `0x${string}` | null;
3208
+ from: `0x${string}`;
3209
+ gas: bigint;
3210
+ nonce: number;
3211
+ value: bigint;
3212
+ blockHash: `0x${string}` | null;
3213
+ blockNumber: bigint | null;
3214
+ hash: `0x${string}`;
3215
+ input: `0x${string}`;
3216
+ transactionIndex: number | null;
3217
+ typeHex: `0x${string}` | null;
3218
+ gasPrice: bigint;
3219
+ maxFeePerBlobGas?: undefined;
3220
+ maxFeePerGas?: undefined;
3221
+ maxPriorityFeePerGas?: undefined;
3222
+ accessList?: undefined;
3223
+ blobVersionedHashes?: undefined;
3224
+ chainId?: number | undefined;
3225
+ yParity?: undefined;
3226
+ type: "legacy";
3227
+ isSystemTx?: undefined;
3228
+ mint?: undefined;
3229
+ sourceHash?: undefined;
3230
+ } | {
3231
+ r: `0x${string}`;
3232
+ s: `0x${string}`;
3233
+ v: bigint;
3234
+ to: `0x${string}` | null;
3235
+ from: `0x${string}`;
3236
+ gas: bigint;
3237
+ nonce: number;
3238
+ value: bigint;
3239
+ blockHash: `0x${string}` | null;
3240
+ blockNumber: bigint | null;
3241
+ hash: `0x${string}`;
3242
+ input: `0x${string}`;
3243
+ transactionIndex: number | null;
3244
+ typeHex: `0x${string}` | null;
3245
+ gasPrice: undefined;
3246
+ maxFeePerBlobGas?: undefined;
3247
+ maxFeePerGas: bigint;
3248
+ maxPriorityFeePerGas: bigint;
3249
+ accessList?: undefined;
3250
+ blobVersionedHashes?: undefined;
3251
+ chainId?: number | undefined;
3252
+ yParity: number;
3253
+ type: "deposit";
3254
+ isSystemTx?: boolean | undefined;
3255
+ mint?: bigint | undefined;
3256
+ sourceHash: `0x${string}`;
3257
+ } | {
3258
+ blockHash: `0x${string}` | null;
3259
+ blockNumber: bigint | null;
3260
+ from: `0x${string}`;
3261
+ gas: bigint;
3262
+ hash: `0x${string}`;
3263
+ input: `0x${string}`;
3264
+ nonce: number;
3265
+ r: `0x${string}`;
3266
+ s: `0x${string}`;
3267
+ to: `0x${string}` | null;
3268
+ transactionIndex: number | null;
3269
+ typeHex: `0x${string}` | null;
3270
+ v: bigint;
3271
+ value: bigint;
3272
+ yParity: number;
3273
+ gasPrice: bigint;
3274
+ maxFeePerBlobGas?: undefined;
3275
+ maxFeePerGas?: undefined;
3276
+ maxPriorityFeePerGas?: undefined;
3277
+ accessList: import("viem").AccessList;
3278
+ blobVersionedHashes?: undefined;
3279
+ chainId: number;
3280
+ type: "eip2930";
3281
+ isSystemTx?: undefined;
3282
+ mint?: undefined;
3283
+ sourceHash?: undefined;
3284
+ } | {
3285
+ blockHash: `0x${string}` | null;
3286
+ blockNumber: bigint | null;
3287
+ from: `0x${string}`;
3288
+ gas: bigint;
3289
+ hash: `0x${string}`;
3290
+ input: `0x${string}`;
3291
+ nonce: number;
3292
+ r: `0x${string}`;
3293
+ s: `0x${string}`;
3294
+ to: `0x${string}` | null;
3295
+ transactionIndex: number | null;
3296
+ typeHex: `0x${string}` | null;
3297
+ v: bigint;
3298
+ value: bigint;
3299
+ yParity: number;
3300
+ gasPrice: undefined;
3301
+ maxFeePerBlobGas?: undefined;
3302
+ maxFeePerGas: bigint;
3303
+ maxPriorityFeePerGas: bigint;
3304
+ accessList: import("viem").AccessList;
3305
+ blobVersionedHashes?: undefined;
3306
+ chainId: number;
3307
+ type: "eip1559";
3308
+ isSystemTx?: undefined;
3309
+ mint?: undefined;
3310
+ sourceHash?: undefined;
3311
+ } | {
3312
+ blockHash: `0x${string}` | null;
3313
+ blockNumber: bigint | null;
3314
+ from: `0x${string}`;
3315
+ gas: bigint;
3316
+ hash: `0x${string}`;
3317
+ input: `0x${string}`;
3318
+ nonce: number;
3319
+ r: `0x${string}`;
3320
+ s: `0x${string}`;
3321
+ to: `0x${string}` | null;
3322
+ transactionIndex: number | null;
3323
+ typeHex: `0x${string}` | null;
3324
+ v: bigint;
3325
+ value: bigint;
3326
+ yParity: number;
3327
+ gasPrice: undefined;
3328
+ maxFeePerBlobGas?: undefined;
3329
+ maxFeePerGas: bigint;
3330
+ maxPriorityFeePerGas: bigint;
3331
+ accessList: import("viem").AccessList;
3332
+ blobVersionedHashes?: undefined;
3333
+ chainId: number;
3334
+ type: "deposit";
3335
+ isSystemTx?: boolean | undefined;
3336
+ mint?: bigint | undefined;
3337
+ sourceHash: `0x${string}`;
3338
+ } | {
3339
+ blockHash: `0x${string}` | null;
3340
+ blockNumber: bigint | null;
3341
+ from: `0x${string}`;
3342
+ gas: bigint;
3343
+ hash: `0x${string}`;
3344
+ input: `0x${string}`;
3345
+ nonce: number;
3346
+ r: `0x${string}`;
3347
+ s: `0x${string}`;
3348
+ to: `0x${string}` | null;
3349
+ transactionIndex: number | null;
3350
+ typeHex: `0x${string}` | null;
3351
+ v: bigint;
3352
+ value: bigint;
3353
+ yParity: number;
3354
+ gasPrice: bigint;
3355
+ maxFeePerBlobGas?: undefined;
3356
+ maxFeePerGas: undefined;
3357
+ maxPriorityFeePerGas: undefined;
3358
+ accessList: import("viem").AccessList;
3359
+ blobVersionedHashes?: undefined;
3360
+ chainId: number;
3361
+ type: "eip2930";
3362
+ isSystemTx?: undefined;
3363
+ mint?: undefined;
3364
+ sourceHash?: undefined;
3365
+ } | {
3366
+ blockHash: `0x${string}` | null;
3367
+ blockNumber: bigint | null;
3368
+ from: `0x${string}`;
3369
+ gas: bigint;
3370
+ hash: `0x${string}`;
3371
+ input: `0x${string}`;
3372
+ nonce: number;
3373
+ r: `0x${string}`;
3374
+ s: `0x${string}`;
3375
+ to: `0x${string}` | null;
3376
+ transactionIndex: number | null;
3377
+ typeHex: `0x${string}` | null;
3378
+ v: bigint;
3379
+ value: bigint;
3380
+ yParity: number;
3381
+ gasPrice?: undefined;
3382
+ maxFeePerBlobGas?: undefined;
3383
+ maxFeePerGas: bigint;
3384
+ maxPriorityFeePerGas: bigint;
3385
+ accessList: import("viem").AccessList;
3386
+ blobVersionedHashes?: undefined;
3387
+ chainId: number;
3388
+ type: "eip1559";
3389
+ isSystemTx?: undefined;
3390
+ mint?: undefined;
3391
+ sourceHash?: undefined;
3392
+ } | {
3393
+ blockHash: `0x${string}` | null;
3394
+ blockNumber: bigint | null;
3395
+ from: `0x${string}`;
3396
+ gas: bigint;
3397
+ hash: `0x${string}`;
3398
+ input: `0x${string}`;
3399
+ nonce: number;
3400
+ r: `0x${string}`;
3401
+ s: `0x${string}`;
3402
+ to: `0x${string}` | null;
3403
+ transactionIndex: number | null;
3404
+ typeHex: `0x${string}` | null;
3405
+ v: bigint;
3406
+ value: bigint;
3407
+ yParity: number;
3408
+ gasPrice?: undefined;
3409
+ maxFeePerBlobGas?: undefined;
3410
+ maxFeePerGas: bigint;
3411
+ maxPriorityFeePerGas: bigint;
3412
+ accessList: import("viem").AccessList;
3413
+ blobVersionedHashes?: undefined;
3414
+ chainId: number;
3415
+ type: "deposit";
3416
+ isSystemTx?: boolean | undefined;
3417
+ mint?: bigint | undefined;
3418
+ sourceHash: `0x${string}`;
3419
+ } | {
3420
+ blockHash: `0x${string}` | null;
3421
+ blockNumber: bigint | null;
3422
+ from: `0x${string}`;
3423
+ gas: bigint;
3424
+ hash: `0x${string}`;
3425
+ input: `0x${string}`;
3426
+ nonce: number;
3427
+ r: `0x${string}`;
3428
+ s: `0x${string}`;
3429
+ to: `0x${string}` | null;
3430
+ transactionIndex: number | null;
3431
+ typeHex: `0x${string}` | null;
3432
+ v: bigint;
3433
+ value: bigint;
3434
+ yParity: number;
3435
+ gasPrice?: undefined;
3436
+ maxFeePerBlobGas: bigint;
3437
+ maxFeePerGas: bigint;
3438
+ maxPriorityFeePerGas: bigint;
3439
+ accessList: import("viem").AccessList;
3440
+ blobVersionedHashes: `0x${string}`[];
3441
+ chainId: number;
3442
+ type: "eip4844";
3443
+ isSystemTx?: undefined;
3444
+ mint?: undefined;
3445
+ sourceHash?: undefined;
3446
+ } | {
3447
+ blockHash: `0x${string}` | null;
3448
+ blockNumber: bigint | null;
3449
+ from: `0x${string}`;
3450
+ gas: bigint;
3451
+ hash: `0x${string}`;
3452
+ input: `0x${string}`;
3453
+ nonce: number;
3454
+ r: `0x${string}`;
3455
+ s: `0x${string}`;
3456
+ to: `0x${string}` | null;
3457
+ transactionIndex: number | null;
3458
+ typeHex: `0x${string}` | null;
3459
+ v: bigint;
3460
+ value: bigint;
3461
+ yParity: number;
3462
+ gasPrice?: undefined;
3463
+ maxFeePerBlobGas: undefined;
3464
+ maxFeePerGas: bigint;
3465
+ maxPriorityFeePerGas: bigint;
3466
+ accessList: import("viem").AccessList;
3467
+ blobVersionedHashes: `0x${string}`[];
3468
+ chainId: number;
3469
+ type: "deposit";
3470
+ isSystemTx?: boolean | undefined;
3471
+ mint?: bigint | undefined;
3472
+ sourceHash: `0x${string}`;
3473
+ };
3474
+ type: "transaction";
3475
+ };
3476
+ readonly transactionReceipt: {
3477
+ exclude: [] | undefined;
3478
+ format: (args: import("viem/chains").Assign<import("viem").ExactPartial<import("viem").RpcTransactionReceipt>, import("viem/chains").OpStackRpcTransactionReceiptOverrides>) => {
3479
+ blobGasPrice?: bigint | undefined;
3480
+ blobGasUsed?: bigint | undefined;
3481
+ blockHash: `0x${string}`;
3482
+ blockNumber: bigint;
3483
+ contractAddress: `0x${string}` | null | undefined;
3484
+ cumulativeGasUsed: bigint;
3485
+ effectiveGasPrice: bigint;
3486
+ from: `0x${string}`;
3487
+ gasUsed: bigint;
3488
+ logs: import("viem").Log<bigint, number, false, undefined, undefined, undefined, undefined>[];
3489
+ logsBloom: `0x${string}`;
3490
+ root?: `0x${string}` | undefined;
3491
+ status: "success" | "reverted";
3492
+ to: `0x${string}` | null;
3493
+ transactionHash: `0x${string}`;
3494
+ transactionIndex: number;
3495
+ type: import("viem").TransactionType;
3496
+ l1GasPrice: bigint | null;
3497
+ l1GasUsed: bigint | null;
3498
+ l1Fee: bigint | null;
3499
+ l1FeeScalar: number | null;
3500
+ };
3501
+ type: "transactionReceipt";
3502
+ };
3503
+ };
3504
+ serializers: {
3505
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
3506
+ };
3507
+ fees?: import("viem").ChainFees<undefined> | undefined;
3508
+ };
3509
+ explorerInfo: {
3510
+ readonly name: "Optimism Explorer";
3511
+ readonly url: "https://optimistic.etherscan.io";
3512
+ readonly apiUrl: "https://api-optimistic.etherscan.io/api";
3513
+ };
3514
+ isCheckoutSupported: boolean;
3515
+ isFiatCheckoutSupported: boolean;
3516
+ moonpayChainName: string;
3517
+ pickPriority: number;
3518
+ } | {
3519
+ name: "Goerli";
3520
+ nativeCurrency: {
3521
+ symbol: "ETH";
3522
+ decimals: 18;
3523
+ name: "Goerli Ether";
3524
+ };
3525
+ chainInfo: {
3526
+ blockExplorers: {
3527
+ readonly default: {
3528
+ readonly name: "Etherscan";
3529
+ readonly url: "https://goerli.etherscan.io";
3530
+ readonly apiUrl: "https://api-goerli.etherscan.io/api";
3531
+ };
3532
+ };
3533
+ contracts: {
3534
+ readonly ensRegistry: {
3535
+ readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
3536
+ };
3537
+ readonly ensUniversalResolver: {
3538
+ readonly address: "0xfc4AC75C46C914aF5892d6d3eFFcebD7917293F1";
3539
+ readonly blockCreated: 10339206;
3540
+ };
3541
+ readonly multicall3: {
3542
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
3543
+ readonly blockCreated: 6507670;
3544
+ };
3545
+ };
3546
+ id: 5;
3547
+ name: "Goerli";
3548
+ nativeCurrency: {
3549
+ readonly name: "Goerli Ether";
3550
+ readonly symbol: "ETH";
3551
+ readonly decimals: 18;
3552
+ };
3553
+ rpcUrls: {
3554
+ readonly default: {
3555
+ readonly http: readonly ["https://rpc.ankr.com/eth_goerli"];
3556
+ };
3557
+ };
3558
+ sourceId?: number | undefined;
3559
+ testnet: true;
3560
+ custom?: Record<string, unknown> | undefined;
3561
+ formatters?: undefined;
3562
+ serializers?: import("viem").ChainSerializers<undefined> | undefined;
3563
+ fees?: import("viem").ChainFees<undefined> | undefined;
3564
+ };
3565
+ explorerInfo: {
3566
+ readonly name: "Etherscan";
3567
+ readonly url: "https://goerli.etherscan.io";
3568
+ readonly apiUrl: "https://api-goerli.etherscan.io/api";
3569
+ };
3570
+ isCheckoutSupported: boolean;
3571
+ isFiatCheckoutSupported: boolean;
3572
+ moonpayChainName: null;
3573
+ pickPriority: number;
3574
+ } | {
3575
+ name: "Arbitrum Sepolia";
3576
+ nativeCurrency: {
3577
+ symbol: "ETH";
3578
+ decimals: 18;
3579
+ name: "Arbitrum Sepolia Ether";
3580
+ };
3581
+ chainInfo: {
3582
+ blockExplorers: {
3583
+ readonly default: {
3584
+ readonly name: "Arbiscan";
3585
+ readonly url: "https://sepolia.arbiscan.io";
3586
+ readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
3587
+ };
3588
+ };
3589
+ contracts: {
3590
+ readonly multicall3: {
3591
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
3592
+ readonly blockCreated: 81930;
3593
+ };
3594
+ };
3595
+ id: 421614;
3596
+ name: "Arbitrum Sepolia";
3597
+ nativeCurrency: {
3598
+ readonly name: "Arbitrum Sepolia Ether";
3599
+ readonly symbol: "ETH";
3600
+ readonly decimals: 18;
3601
+ };
3602
+ rpcUrls: {
3603
+ readonly default: {
3604
+ readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
3605
+ };
3606
+ };
3607
+ sourceId?: number | undefined;
3608
+ testnet: true;
3609
+ custom?: Record<string, unknown> | undefined;
3610
+ formatters?: undefined;
3611
+ serializers?: import("viem").ChainSerializers<undefined> | undefined;
3612
+ fees?: import("viem").ChainFees<undefined> | undefined;
3613
+ };
3614
+ explorerInfo: {
3615
+ name: string;
3616
+ url: string;
3617
+ };
3618
+ isCheckoutSupported: boolean;
3619
+ isFiatCheckoutSupported: boolean;
3620
+ moonpayChainName: null;
3621
+ pickPriority: number;
3622
+ };
3623
+ };
3624
+ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_ID_LIST: string[];
3625
+ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
3626
+ blockExplorers: {
3627
+ readonly default: {
3628
+ readonly name: "Etherscan";
3629
+ readonly url: "https://etherscan.io";
3630
+ readonly apiUrl: "https://api.etherscan.io/api";
3631
+ };
3632
+ };
3633
+ contracts: {
3634
+ readonly ensRegistry: {
3635
+ readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
3636
+ };
3637
+ readonly ensUniversalResolver: {
3638
+ readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
3639
+ readonly blockCreated: 19258213;
3640
+ };
3641
+ readonly multicall3: {
3642
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
3643
+ readonly blockCreated: 14353601;
3644
+ };
3645
+ };
3646
+ id: 1;
3647
+ name: "Ethereum";
3648
+ nativeCurrency: {
3649
+ readonly name: "Ether";
3650
+ readonly symbol: "ETH";
3651
+ readonly decimals: 18;
3652
+ };
3653
+ rpcUrls: {
3654
+ readonly default: {
3655
+ readonly http: readonly ["https://cloudflare-eth.com"];
3656
+ };
3657
+ };
3658
+ sourceId?: number | undefined;
3659
+ testnet?: boolean | undefined;
3660
+ custom?: Record<string, unknown> | undefined;
3661
+ formatters?: undefined;
3662
+ serializers?: import("viem").ChainSerializers<undefined> | undefined;
3663
+ fees?: import("viem").ChainFees<undefined> | undefined;
3664
+ } | {
3665
+ blockExplorers: {
3666
+ readonly default: {
3667
+ readonly name: "Basescan";
3668
+ readonly url: "https://basescan.org";
3669
+ readonly apiUrl: "https://api.basescan.org/api";
3670
+ };
3671
+ };
3672
+ contracts: {
3673
+ readonly l2OutputOracle: {
3674
+ readonly 1: {
3675
+ readonly address: "0x56315b90c40730925ec5485cf004d835058518A0";
3676
+ };
3677
+ };
3678
+ readonly multicall3: {
3679
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
3680
+ readonly blockCreated: 5022;
3681
+ };
3682
+ readonly portal: {
3683
+ readonly 1: {
3684
+ readonly address: "0x49048044D57e1C92A77f79988d21Fa8fAF74E97e";
3685
+ readonly blockCreated: 17482143;
3686
+ };
3687
+ };
3688
+ readonly l1StandardBridge: {
3689
+ readonly 1: {
3690
+ readonly address: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35";
3691
+ readonly blockCreated: 17482143;
3692
+ };
3693
+ };
3694
+ readonly gasPriceOracle: {
3695
+ readonly address: "0x420000000000000000000000000000000000000F";
3696
+ };
3697
+ readonly l1Block: {
3698
+ readonly address: "0x4200000000000000000000000000000000000015";
3699
+ };
3700
+ readonly l2CrossDomainMessenger: {
3701
+ readonly address: "0x4200000000000000000000000000000000000007";
3702
+ };
3703
+ readonly l2Erc721Bridge: {
3704
+ readonly address: "0x4200000000000000000000000000000000000014";
3705
+ };
3706
+ readonly l2StandardBridge: {
3707
+ readonly address: "0x4200000000000000000000000000000000000010";
3708
+ };
3709
+ readonly l2ToL1MessagePasser: {
3710
+ readonly address: "0x4200000000000000000000000000000000000016";
3711
+ };
3712
+ };
3713
+ id: 8453;
3714
+ name: "Base";
3715
+ nativeCurrency: {
3716
+ readonly name: "Ether";
3717
+ readonly symbol: "ETH";
3718
+ readonly decimals: 18;
3719
+ };
3720
+ rpcUrls: {
3721
+ readonly default: {
3722
+ readonly http: readonly ["https://mainnet.base.org"];
3723
+ };
3724
+ };
3725
+ sourceId: 1;
3726
+ testnet?: boolean | undefined;
3727
+ custom?: Record<string, unknown> | undefined;
3728
+ formatters: {
3729
+ readonly block: {
3730
+ exclude: [] | undefined;
3731
+ format: (args: import("viem/chains").Assign<import("viem").ExactPartial<import("viem").RpcBlock<import("viem").BlockTag, boolean, import("viem").RpcTransaction<boolean>>>, import("viem/chains").OpStackRpcBlockOverrides & {
3732
+ transactions: `0x${string}`[] | import("viem/chains").OpStackRpcTransaction<boolean>[];
3733
+ }>) => {
3734
+ baseFeePerGas: bigint | null;
3735
+ blobGasUsed: bigint;
3736
+ difficulty: bigint;
3737
+ excessBlobGas: bigint;
3738
+ extraData: `0x${string}`;
3739
+ gasLimit: bigint;
3740
+ gasUsed: bigint;
3741
+ hash: `0x${string}` | null;
3742
+ logsBloom: `0x${string}` | null;
3743
+ miner: `0x${string}`;
3744
+ mixHash: `0x${string}`;
3745
+ nonce: `0x${string}` | null;
3746
+ number: bigint | null;
3747
+ parentHash: `0x${string}`;
3748
+ receiptsRoot: `0x${string}`;
3749
+ sealFields: `0x${string}`[];
3750
+ sha3Uncles: `0x${string}`;
3751
+ size: bigint;
3752
+ stateRoot: `0x${string}`;
3753
+ timestamp: bigint;
3754
+ totalDifficulty: bigint | null;
3755
+ transactions: `0x${string}`[] | import("viem/chains").OpStackTransaction<boolean>[];
3756
+ transactionsRoot: `0x${string}`;
3757
+ uncles: `0x${string}`[];
3758
+ withdrawals?: import("viem").Withdrawal[] | undefined;
3759
+ withdrawalsRoot?: `0x${string}` | undefined;
3760
+ };
3761
+ type: "block";
3762
+ };
3763
+ readonly transaction: {
3764
+ exclude: [] | undefined;
3765
+ format: (args: ({
3766
+ r?: `0x${string}` | undefined;
3767
+ s?: `0x${string}` | undefined;
3768
+ v?: `0x${string}` | undefined;
3769
+ yParity?: `0x${string}` | undefined;
3770
+ gasPrice?: `0x${string}` | undefined;
3771
+ maxFeePerBlobGas?: `0x${string}` | undefined;
3772
+ maxFeePerGas?: `0x${string}` | undefined;
3773
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
3774
+ to?: `0x${string}` | null | undefined;
3775
+ from?: `0x${string}` | undefined;
3776
+ gas?: `0x${string}` | undefined;
3777
+ nonce?: `0x${string}` | undefined;
3778
+ value?: `0x${string}` | undefined;
3779
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
3780
+ accessList?: undefined;
3781
+ blockHash?: `0x${string}` | null | undefined;
3782
+ blockNumber?: `0x${string}` | null | undefined;
3783
+ hash?: `0x${string}` | undefined;
3784
+ input?: `0x${string}` | undefined;
3785
+ transactionIndex?: `0x${string}` | null | undefined;
3786
+ blobVersionedHashes?: undefined;
3787
+ chainId?: `0x${string}` | undefined;
3788
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
3789
+ r: `0x${string}`;
3790
+ s: `0x${string}`;
3791
+ v: `0x${string}`;
3792
+ to: `0x${string}` | null;
3793
+ from: `0x${string}`;
3794
+ gas: `0x${string}`;
3795
+ nonce: `0x${string}`;
3796
+ value: `0x${string}`;
3797
+ blockHash: `0x${string}` | null;
3798
+ blockNumber: `0x${string}` | null;
3799
+ hash: `0x${string}`;
3800
+ input: `0x${string}`;
3801
+ transactionIndex: `0x${string}` | null;
3802
+ typeHex: `0x${string}` | null;
3803
+ gasPrice: `0x${string}`;
3804
+ maxFeePerBlobGas?: undefined;
3805
+ maxFeePerGas?: undefined;
3806
+ maxPriorityFeePerGas?: undefined;
3807
+ accessList?: undefined;
3808
+ blobVersionedHashes?: undefined;
3809
+ chainId?: `0x${string}` | undefined;
3810
+ yParity?: undefined;
3811
+ type: "0x0";
3812
+ }, "yParity">, "typeHex"> & {
3813
+ isSystemTx?: undefined;
3814
+ mint?: undefined;
3815
+ sourceHash?: undefined;
3816
+ }) | ({
3817
+ r?: `0x${string}` | undefined;
3818
+ s?: `0x${string}` | undefined;
3819
+ v?: `0x${string}` | undefined;
3820
+ yParity?: `0x${string}` | undefined;
3821
+ gasPrice?: `0x${string}` | undefined;
3822
+ maxFeePerBlobGas?: `0x${string}` | undefined;
3823
+ maxFeePerGas?: `0x${string}` | undefined;
3824
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
3825
+ to?: `0x${string}` | null | undefined;
3826
+ from?: `0x${string}` | undefined;
3827
+ gas?: `0x${string}` | undefined;
3828
+ nonce?: `0x${string}` | undefined;
3829
+ value?: `0x${string}` | undefined;
3830
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
3831
+ accessList?: undefined;
3832
+ blockHash?: `0x${string}` | null | undefined;
3833
+ blockNumber?: `0x${string}` | null | undefined;
3834
+ hash?: `0x${string}` | undefined;
3835
+ input?: `0x${string}` | undefined;
3836
+ transactionIndex?: `0x${string}` | null | undefined;
3837
+ blobVersionedHashes?: undefined;
3838
+ chainId?: `0x${string}` | undefined;
3839
+ } & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
3840
+ isSystemTx?: boolean | undefined;
3841
+ mint?: `0x${string}` | undefined;
3842
+ sourceHash: `0x${string}`;
3843
+ type: "0x7e";
3844
+ }) | ({
3845
+ r?: `0x${string}` | undefined;
3846
+ s?: `0x${string}` | undefined;
3847
+ v?: `0x${string}` | undefined;
3848
+ yParity?: `0x${string}` | undefined;
3849
+ gasPrice?: `0x${string}` | undefined;
3850
+ maxFeePerBlobGas?: `0x${string}` | undefined;
3851
+ maxFeePerGas?: `0x${string}` | undefined;
3852
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
3853
+ to?: `0x${string}` | null | undefined;
3854
+ from?: `0x${string}` | undefined;
3855
+ gas?: `0x${string}` | undefined;
3856
+ nonce?: `0x${string}` | undefined;
3857
+ value?: `0x${string}` | undefined;
3858
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
3859
+ accessList?: import("viem").AccessList | undefined;
3860
+ blockHash?: `0x${string}` | null | undefined;
3861
+ blockNumber?: `0x${string}` | null | undefined;
3862
+ hash?: `0x${string}` | undefined;
3863
+ input?: `0x${string}` | undefined;
3864
+ transactionIndex?: `0x${string}` | null | undefined;
3865
+ blobVersionedHashes?: undefined;
3866
+ chainId?: `0x${string}` | undefined;
3867
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
3868
+ r: `0x${string}`;
3869
+ s: `0x${string}`;
3870
+ v: `0x${string}`;
3871
+ to: `0x${string}` | null;
3872
+ from: `0x${string}`;
3873
+ gas: `0x${string}`;
3874
+ nonce: `0x${string}`;
3875
+ value: `0x${string}`;
3876
+ blockHash: `0x${string}` | null;
3877
+ blockNumber: `0x${string}` | null;
3878
+ hash: `0x${string}`;
3879
+ input: `0x${string}`;
3880
+ transactionIndex: `0x${string}` | null;
3881
+ typeHex: `0x${string}` | null;
3882
+ gasPrice: `0x${string}`;
3883
+ maxFeePerBlobGas?: undefined;
3884
+ maxFeePerGas?: undefined;
3885
+ maxPriorityFeePerGas?: undefined;
3886
+ accessList?: undefined;
3887
+ blobVersionedHashes?: undefined;
3888
+ chainId?: `0x${string}` | undefined;
3889
+ yParity?: undefined;
3890
+ type: "0x0";
3891
+ }, "yParity">, "typeHex"> & {
3892
+ isSystemTx?: undefined;
3893
+ mint?: undefined;
3894
+ sourceHash?: undefined;
3895
+ }) | ({
3896
+ r?: `0x${string}` | undefined;
3897
+ s?: `0x${string}` | undefined;
3898
+ v?: `0x${string}` | undefined;
3899
+ yParity?: `0x${string}` | undefined;
3900
+ gasPrice?: `0x${string}` | undefined;
3901
+ maxFeePerBlobGas?: `0x${string}` | undefined;
3902
+ maxFeePerGas?: `0x${string}` | undefined;
3903
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
3904
+ to?: `0x${string}` | null | undefined;
3905
+ from?: `0x${string}` | undefined;
3906
+ gas?: `0x${string}` | undefined;
3907
+ nonce?: `0x${string}` | undefined;
3908
+ value?: `0x${string}` | undefined;
3909
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
3910
+ accessList?: import("viem").AccessList | undefined;
3911
+ blockHash?: `0x${string}` | null | undefined;
3912
+ blockNumber?: `0x${string}` | null | undefined;
3913
+ hash?: `0x${string}` | undefined;
3914
+ input?: `0x${string}` | undefined;
3915
+ transactionIndex?: `0x${string}` | null | undefined;
3916
+ blobVersionedHashes?: undefined;
3917
+ chainId?: `0x${string}` | undefined;
3918
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
3919
+ blockHash: `0x${string}` | null;
3920
+ blockNumber: `0x${string}` | null;
3921
+ from: `0x${string}`;
3922
+ gas: `0x${string}`;
3923
+ hash: `0x${string}`;
3924
+ input: `0x${string}`;
3925
+ nonce: `0x${string}`;
3926
+ r: `0x${string}`;
3927
+ s: `0x${string}`;
3928
+ to: `0x${string}` | null;
3929
+ transactionIndex: `0x${string}` | null;
3930
+ typeHex: `0x${string}` | null;
3931
+ v: `0x${string}`;
3932
+ value: `0x${string}`;
3933
+ yParity: `0x${string}`;
3934
+ gasPrice: `0x${string}`;
3935
+ maxFeePerBlobGas?: undefined;
3936
+ maxFeePerGas?: undefined;
3937
+ maxPriorityFeePerGas?: undefined;
3938
+ accessList: import("viem").AccessList;
3939
+ blobVersionedHashes?: undefined;
3940
+ chainId: `0x${string}`;
3941
+ type: "0x1";
3942
+ }, "yParity">, "typeHex"> & {
3943
+ isSystemTx?: undefined;
3944
+ mint?: undefined;
3945
+ sourceHash?: undefined;
3946
+ }) | ({
3947
+ r?: `0x${string}` | undefined;
3948
+ s?: `0x${string}` | undefined;
3949
+ v?: `0x${string}` | undefined;
3950
+ yParity?: `0x${string}` | undefined;
3951
+ gasPrice?: `0x${string}` | undefined;
3952
+ maxFeePerBlobGas?: `0x${string}` | undefined;
3953
+ maxFeePerGas?: `0x${string}` | undefined;
3954
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
3955
+ to?: `0x${string}` | null | undefined;
3956
+ from?: `0x${string}` | undefined;
3957
+ gas?: `0x${string}` | undefined;
3958
+ nonce?: `0x${string}` | undefined;
3959
+ value?: `0x${string}` | undefined;
3960
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
3961
+ accessList?: import("viem").AccessList | undefined;
3962
+ blockHash?: `0x${string}` | null | undefined;
3963
+ blockNumber?: `0x${string}` | null | undefined;
3964
+ hash?: `0x${string}` | undefined;
3965
+ input?: `0x${string}` | undefined;
3966
+ transactionIndex?: `0x${string}` | null | undefined;
3967
+ blobVersionedHashes?: undefined;
3968
+ chainId?: `0x${string}` | undefined;
3969
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
3970
+ blockHash: `0x${string}` | null;
3971
+ blockNumber: `0x${string}` | null;
3972
+ from: `0x${string}`;
3973
+ gas: `0x${string}`;
3974
+ hash: `0x${string}`;
3975
+ input: `0x${string}`;
3976
+ nonce: `0x${string}`;
3977
+ r: `0x${string}`;
3978
+ s: `0x${string}`;
3979
+ to: `0x${string}` | null;
3980
+ transactionIndex: `0x${string}` | null;
3981
+ typeHex: `0x${string}` | null;
3982
+ v: `0x${string}`;
3983
+ value: `0x${string}`;
3984
+ yParity: `0x${string}`;
3985
+ gasPrice?: undefined;
3986
+ maxFeePerBlobGas?: undefined;
3987
+ maxFeePerGas: `0x${string}`;
3988
+ maxPriorityFeePerGas: `0x${string}`;
3989
+ accessList: import("viem").AccessList;
3990
+ blobVersionedHashes?: undefined;
3991
+ chainId: `0x${string}`;
3992
+ type: "0x2";
3993
+ }, "yParity">, "typeHex"> & {
3994
+ isSystemTx?: undefined;
3995
+ mint?: undefined;
3996
+ sourceHash?: undefined;
3997
+ }) | ({
3998
+ r?: `0x${string}` | undefined;
3999
+ s?: `0x${string}` | undefined;
4000
+ v?: `0x${string}` | undefined;
4001
+ yParity?: `0x${string}` | undefined;
4002
+ gasPrice?: `0x${string}` | undefined;
4003
+ maxFeePerBlobGas?: `0x${string}` | undefined;
4004
+ maxFeePerGas?: `0x${string}` | undefined;
4005
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
4006
+ to?: `0x${string}` | null | undefined;
4007
+ from?: `0x${string}` | undefined;
4008
+ gas?: `0x${string}` | undefined;
4009
+ nonce?: `0x${string}` | undefined;
4010
+ value?: `0x${string}` | undefined;
4011
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
4012
+ accessList?: import("viem").AccessList | undefined;
4013
+ blockHash?: `0x${string}` | null | undefined;
4014
+ blockNumber?: `0x${string}` | null | undefined;
4015
+ hash?: `0x${string}` | undefined;
4016
+ input?: `0x${string}` | undefined;
4017
+ transactionIndex?: `0x${string}` | null | undefined;
4018
+ blobVersionedHashes?: undefined;
4019
+ chainId?: `0x${string}` | undefined;
4020
+ } & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
4021
+ isSystemTx?: boolean | undefined;
4022
+ mint?: `0x${string}` | undefined;
4023
+ sourceHash: `0x${string}`;
4024
+ type: "0x7e";
4025
+ }) | ({
4026
+ r?: `0x${string}` | undefined;
4027
+ s?: `0x${string}` | undefined;
4028
+ v?: `0x${string}` | undefined;
4029
+ yParity?: `0x${string}` | undefined;
4030
+ gasPrice?: `0x${string}` | undefined;
4031
+ maxFeePerBlobGas?: `0x${string}` | undefined;
4032
+ maxFeePerGas?: `0x${string}` | undefined;
4033
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
4034
+ to?: `0x${string}` | null | undefined;
4035
+ from?: `0x${string}` | undefined;
4036
+ gas?: `0x${string}` | undefined;
4037
+ nonce?: `0x${string}` | undefined;
4038
+ value?: `0x${string}` | undefined;
4039
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
4040
+ accessList?: import("viem").AccessList | undefined;
4041
+ blockHash?: `0x${string}` | null | undefined;
4042
+ blockNumber?: `0x${string}` | null | undefined;
4043
+ hash?: `0x${string}` | undefined;
4044
+ input?: `0x${string}` | undefined;
4045
+ transactionIndex?: `0x${string}` | null | undefined;
4046
+ blobVersionedHashes?: undefined;
4047
+ chainId?: `0x${string}` | undefined;
4048
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
4049
+ r: `0x${string}`;
4050
+ s: `0x${string}`;
4051
+ v: `0x${string}`;
4052
+ to: `0x${string}` | null;
4053
+ from: `0x${string}`;
4054
+ gas: `0x${string}`;
4055
+ nonce: `0x${string}`;
4056
+ value: `0x${string}`;
4057
+ blockHash: `0x${string}` | null;
4058
+ blockNumber: `0x${string}` | null;
4059
+ hash: `0x${string}`;
4060
+ input: `0x${string}`;
4061
+ transactionIndex: `0x${string}` | null;
4062
+ typeHex: `0x${string}` | null;
4063
+ gasPrice: `0x${string}`;
4064
+ maxFeePerBlobGas?: undefined;
4065
+ maxFeePerGas?: undefined;
4066
+ maxPriorityFeePerGas?: undefined;
4067
+ accessList?: undefined;
4068
+ blobVersionedHashes?: undefined;
4069
+ chainId?: `0x${string}` | undefined;
4070
+ yParity?: undefined;
4071
+ type: "0x0";
4072
+ }, "yParity">, "typeHex"> & {
4073
+ isSystemTx?: undefined;
4074
+ mint?: undefined;
4075
+ sourceHash?: undefined;
4076
+ }) | ({
4077
+ r?: `0x${string}` | undefined;
4078
+ s?: `0x${string}` | undefined;
4079
+ v?: `0x${string}` | undefined;
4080
+ yParity?: `0x${string}` | undefined;
4081
+ gasPrice?: `0x${string}` | undefined;
4082
+ maxFeePerBlobGas?: `0x${string}` | undefined;
4083
+ maxFeePerGas?: `0x${string}` | undefined;
4084
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
4085
+ to?: `0x${string}` | null | undefined;
4086
+ from?: `0x${string}` | undefined;
4087
+ gas?: `0x${string}` | undefined;
4088
+ nonce?: `0x${string}` | undefined;
4089
+ value?: `0x${string}` | undefined;
4090
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
4091
+ accessList?: import("viem").AccessList | undefined;
4092
+ blockHash?: `0x${string}` | null | undefined;
4093
+ blockNumber?: `0x${string}` | null | undefined;
4094
+ hash?: `0x${string}` | undefined;
4095
+ input?: `0x${string}` | undefined;
4096
+ transactionIndex?: `0x${string}` | null | undefined;
4097
+ blobVersionedHashes?: undefined;
4098
+ chainId?: `0x${string}` | undefined;
4099
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
4100
+ blockHash: `0x${string}` | null;
4101
+ blockNumber: `0x${string}` | null;
4102
+ from: `0x${string}`;
4103
+ gas: `0x${string}`;
4104
+ hash: `0x${string}`;
4105
+ input: `0x${string}`;
4106
+ nonce: `0x${string}`;
4107
+ r: `0x${string}`;
4108
+ s: `0x${string}`;
4109
+ to: `0x${string}` | null;
4110
+ transactionIndex: `0x${string}` | null;
4111
+ typeHex: `0x${string}` | null;
4112
+ v: `0x${string}`;
4113
+ value: `0x${string}`;
4114
+ yParity: `0x${string}`;
4115
+ gasPrice: `0x${string}`;
4116
+ maxFeePerBlobGas?: undefined;
4117
+ maxFeePerGas?: undefined;
4118
+ maxPriorityFeePerGas?: undefined;
4119
+ accessList: import("viem").AccessList;
4120
+ blobVersionedHashes?: undefined;
4121
+ chainId: `0x${string}`;
4122
+ type: "0x1";
4123
+ }, "yParity">, "typeHex"> & {
4124
+ isSystemTx?: undefined;
4125
+ mint?: undefined;
4126
+ sourceHash?: undefined;
4127
+ }) | ({
4128
+ r?: `0x${string}` | undefined;
4129
+ s?: `0x${string}` | undefined;
4130
+ v?: `0x${string}` | undefined;
4131
+ yParity?: `0x${string}` | undefined;
4132
+ gasPrice?: `0x${string}` | undefined;
4133
+ maxFeePerBlobGas?: `0x${string}` | undefined;
4134
+ maxFeePerGas?: `0x${string}` | undefined;
4135
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
4136
+ to?: `0x${string}` | null | undefined;
4137
+ from?: `0x${string}` | undefined;
4138
+ gas?: `0x${string}` | undefined;
4139
+ nonce?: `0x${string}` | undefined;
4140
+ value?: `0x${string}` | undefined;
4141
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
4142
+ accessList?: import("viem").AccessList | undefined;
4143
+ blockHash?: `0x${string}` | null | undefined;
4144
+ blockNumber?: `0x${string}` | null | undefined;
4145
+ hash?: `0x${string}` | undefined;
4146
+ input?: `0x${string}` | undefined;
4147
+ transactionIndex?: `0x${string}` | null | undefined;
4148
+ blobVersionedHashes?: undefined;
4149
+ chainId?: `0x${string}` | undefined;
4150
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
4151
+ blockHash: `0x${string}` | null;
4152
+ blockNumber: `0x${string}` | null;
4153
+ from: `0x${string}`;
4154
+ gas: `0x${string}`;
4155
+ hash: `0x${string}`;
4156
+ input: `0x${string}`;
4157
+ nonce: `0x${string}`;
4158
+ r: `0x${string}`;
4159
+ s: `0x${string}`;
4160
+ to: `0x${string}` | null;
4161
+ transactionIndex: `0x${string}` | null;
4162
+ typeHex: `0x${string}` | null;
4163
+ v: `0x${string}`;
4164
+ value: `0x${string}`;
4165
+ yParity: `0x${string}`;
4166
+ gasPrice?: undefined;
4167
+ maxFeePerBlobGas?: undefined;
4168
+ maxFeePerGas: `0x${string}`;
4169
+ maxPriorityFeePerGas: `0x${string}`;
4170
+ accessList: import("viem").AccessList;
4171
+ blobVersionedHashes?: undefined;
4172
+ chainId: `0x${string}`;
4173
+ type: "0x2";
4174
+ }, "yParity">, "typeHex"> & {
4175
+ isSystemTx?: undefined;
4176
+ mint?: undefined;
4177
+ sourceHash?: undefined;
4178
+ }) | ({
4179
+ r?: `0x${string}` | undefined;
4180
+ s?: `0x${string}` | undefined;
4181
+ v?: `0x${string}` | undefined;
4182
+ yParity?: `0x${string}` | undefined;
4183
+ gasPrice?: `0x${string}` | undefined;
4184
+ maxFeePerBlobGas?: `0x${string}` | undefined;
4185
+ maxFeePerGas?: `0x${string}` | undefined;
4186
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
4187
+ to?: `0x${string}` | null | undefined;
4188
+ from?: `0x${string}` | undefined;
4189
+ gas?: `0x${string}` | undefined;
4190
+ nonce?: `0x${string}` | undefined;
4191
+ value?: `0x${string}` | undefined;
4192
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
4193
+ accessList?: import("viem").AccessList | undefined;
4194
+ blockHash?: `0x${string}` | null | undefined;
4195
+ blockNumber?: `0x${string}` | null | undefined;
4196
+ hash?: `0x${string}` | undefined;
4197
+ input?: `0x${string}` | undefined;
4198
+ transactionIndex?: `0x${string}` | null | undefined;
4199
+ blobVersionedHashes?: undefined;
4200
+ chainId?: `0x${string}` | undefined;
4201
+ } & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
4202
+ isSystemTx?: boolean | undefined;
4203
+ mint?: `0x${string}` | undefined;
4204
+ sourceHash: `0x${string}`;
4205
+ type: "0x7e";
4206
+ }) | ({
4207
+ r?: `0x${string}` | undefined;
4208
+ s?: `0x${string}` | undefined;
4209
+ v?: `0x${string}` | undefined;
4210
+ yParity?: `0x${string}` | undefined;
4211
+ gasPrice?: `0x${string}` | undefined;
4212
+ maxFeePerBlobGas?: `0x${string}` | undefined;
4213
+ maxFeePerGas?: `0x${string}` | undefined;
4214
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
4215
+ to?: `0x${string}` | null | undefined;
4216
+ from?: `0x${string}` | undefined;
4217
+ gas?: `0x${string}` | undefined;
4218
+ nonce?: `0x${string}` | undefined;
4219
+ value?: `0x${string}` | undefined;
4220
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
4221
+ accessList?: import("viem").AccessList | undefined;
4222
+ blockHash?: `0x${string}` | null | undefined;
4223
+ blockNumber?: `0x${string}` | null | undefined;
4224
+ hash?: `0x${string}` | undefined;
4225
+ input?: `0x${string}` | undefined;
4226
+ transactionIndex?: `0x${string}` | null | undefined;
4227
+ blobVersionedHashes?: `0x${string}`[] | undefined;
4228
+ chainId?: `0x${string}` | undefined;
4229
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
4230
+ r: `0x${string}`;
4231
+ s: `0x${string}`;
4232
+ v: `0x${string}`;
4233
+ to: `0x${string}` | null;
4234
+ from: `0x${string}`;
4235
+ gas: `0x${string}`;
4236
+ nonce: `0x${string}`;
4237
+ value: `0x${string}`;
4238
+ blockHash: `0x${string}` | null;
4239
+ blockNumber: `0x${string}` | null;
4240
+ hash: `0x${string}`;
4241
+ input: `0x${string}`;
4242
+ transactionIndex: `0x${string}` | null;
4243
+ typeHex: `0x${string}` | null;
4244
+ gasPrice: `0x${string}`;
4245
+ maxFeePerBlobGas?: undefined;
4246
+ maxFeePerGas?: undefined;
4247
+ maxPriorityFeePerGas?: undefined;
4248
+ accessList?: undefined;
4249
+ blobVersionedHashes?: undefined;
4250
+ chainId?: `0x${string}` | undefined;
4251
+ yParity?: undefined;
4252
+ type: "0x0";
4253
+ }, "yParity">, "typeHex"> & {
4254
+ isSystemTx?: undefined;
4255
+ mint?: undefined;
4256
+ sourceHash?: undefined;
4257
+ }) | ({
4258
+ r?: `0x${string}` | undefined;
4259
+ s?: `0x${string}` | undefined;
4260
+ v?: `0x${string}` | undefined;
4261
+ yParity?: `0x${string}` | undefined;
4262
+ gasPrice?: `0x${string}` | undefined;
4263
+ maxFeePerBlobGas?: `0x${string}` | undefined;
4264
+ maxFeePerGas?: `0x${string}` | undefined;
4265
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
4266
+ to?: `0x${string}` | null | undefined;
4267
+ from?: `0x${string}` | undefined;
4268
+ gas?: `0x${string}` | undefined;
4269
+ nonce?: `0x${string}` | undefined;
4270
+ value?: `0x${string}` | undefined;
4271
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
4272
+ accessList?: import("viem").AccessList | undefined;
4273
+ blockHash?: `0x${string}` | null | undefined;
4274
+ blockNumber?: `0x${string}` | null | undefined;
4275
+ hash?: `0x${string}` | undefined;
4276
+ input?: `0x${string}` | undefined;
4277
+ transactionIndex?: `0x${string}` | null | undefined;
4278
+ blobVersionedHashes?: `0x${string}`[] | undefined;
4279
+ chainId?: `0x${string}` | undefined;
4280
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
4281
+ blockHash: `0x${string}` | null;
4282
+ blockNumber: `0x${string}` | null;
4283
+ from: `0x${string}`;
4284
+ gas: `0x${string}`;
4285
+ hash: `0x${string}`;
4286
+ input: `0x${string}`;
4287
+ nonce: `0x${string}`;
4288
+ r: `0x${string}`;
4289
+ s: `0x${string}`;
4290
+ to: `0x${string}` | null;
4291
+ transactionIndex: `0x${string}` | null;
4292
+ typeHex: `0x${string}` | null;
4293
+ v: `0x${string}`;
4294
+ value: `0x${string}`;
4295
+ yParity: `0x${string}`;
4296
+ gasPrice: `0x${string}`;
4297
+ maxFeePerBlobGas?: undefined;
4298
+ maxFeePerGas?: undefined;
4299
+ maxPriorityFeePerGas?: undefined;
4300
+ accessList: import("viem").AccessList;
4301
+ blobVersionedHashes?: undefined;
4302
+ chainId: `0x${string}`;
4303
+ type: "0x1";
4304
+ }, "yParity">, "typeHex"> & {
4305
+ isSystemTx?: undefined;
4306
+ mint?: undefined;
4307
+ sourceHash?: undefined;
4308
+ }) | ({
4309
+ r?: `0x${string}` | undefined;
4310
+ s?: `0x${string}` | undefined;
4311
+ v?: `0x${string}` | undefined;
4312
+ yParity?: `0x${string}` | undefined;
4313
+ gasPrice?: `0x${string}` | undefined;
4314
+ maxFeePerBlobGas?: `0x${string}` | undefined;
4315
+ maxFeePerGas?: `0x${string}` | undefined;
4316
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
4317
+ to?: `0x${string}` | null | undefined;
4318
+ from?: `0x${string}` | undefined;
4319
+ gas?: `0x${string}` | undefined;
4320
+ nonce?: `0x${string}` | undefined;
4321
+ value?: `0x${string}` | undefined;
4322
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
4323
+ accessList?: import("viem").AccessList | undefined;
4324
+ blockHash?: `0x${string}` | null | undefined;
4325
+ blockNumber?: `0x${string}` | null | undefined;
4326
+ hash?: `0x${string}` | undefined;
4327
+ input?: `0x${string}` | undefined;
4328
+ transactionIndex?: `0x${string}` | null | undefined;
4329
+ blobVersionedHashes?: `0x${string}`[] | undefined;
4330
+ chainId?: `0x${string}` | undefined;
4331
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
4332
+ blockHash: `0x${string}` | null;
4333
+ blockNumber: `0x${string}` | null;
4334
+ from: `0x${string}`;
4335
+ gas: `0x${string}`;
4336
+ hash: `0x${string}`;
4337
+ input: `0x${string}`;
4338
+ nonce: `0x${string}`;
4339
+ r: `0x${string}`;
4340
+ s: `0x${string}`;
4341
+ to: `0x${string}` | null;
4342
+ transactionIndex: `0x${string}` | null;
4343
+ typeHex: `0x${string}` | null;
4344
+ v: `0x${string}`;
4345
+ value: `0x${string}`;
4346
+ yParity: `0x${string}`;
4347
+ gasPrice?: undefined;
4348
+ maxFeePerBlobGas?: undefined;
4349
+ maxFeePerGas: `0x${string}`;
4350
+ maxPriorityFeePerGas: `0x${string}`;
4351
+ accessList: import("viem").AccessList;
4352
+ blobVersionedHashes?: undefined;
4353
+ chainId: `0x${string}`;
4354
+ type: "0x2";
4355
+ }, "yParity">, "typeHex"> & {
4356
+ isSystemTx?: undefined;
4357
+ mint?: undefined;
4358
+ sourceHash?: undefined;
4359
+ }) | ({
4360
+ r?: `0x${string}` | undefined;
4361
+ s?: `0x${string}` | undefined;
4362
+ v?: `0x${string}` | undefined;
4363
+ yParity?: `0x${string}` | undefined;
4364
+ gasPrice?: `0x${string}` | undefined;
4365
+ maxFeePerBlobGas?: `0x${string}` | undefined;
4366
+ maxFeePerGas?: `0x${string}` | undefined;
4367
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
4368
+ to?: `0x${string}` | null | undefined;
4369
+ from?: `0x${string}` | undefined;
4370
+ gas?: `0x${string}` | undefined;
4371
+ nonce?: `0x${string}` | undefined;
4372
+ value?: `0x${string}` | undefined;
4373
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
4374
+ accessList?: import("viem").AccessList | undefined;
4375
+ blockHash?: `0x${string}` | null | undefined;
4376
+ blockNumber?: `0x${string}` | null | undefined;
4377
+ hash?: `0x${string}` | undefined;
4378
+ input?: `0x${string}` | undefined;
4379
+ transactionIndex?: `0x${string}` | null | undefined;
4380
+ blobVersionedHashes?: `0x${string}`[] | undefined;
4381
+ chainId?: `0x${string}` | undefined;
4382
+ } & import("viem/chains").Omit<import("viem/chains").PartialBy<{
4383
+ blockHash: `0x${string}` | null;
4384
+ blockNumber: `0x${string}` | null;
4385
+ from: `0x${string}`;
4386
+ gas: `0x${string}`;
4387
+ hash: `0x${string}`;
4388
+ input: `0x${string}`;
4389
+ nonce: `0x${string}`;
4390
+ r: `0x${string}`;
4391
+ s: `0x${string}`;
4392
+ to: `0x${string}` | null;
4393
+ transactionIndex: `0x${string}` | null;
4394
+ typeHex: `0x${string}` | null;
4395
+ v: `0x${string}`;
4396
+ value: `0x${string}`;
4397
+ yParity: `0x${string}`;
4398
+ gasPrice?: undefined;
4399
+ maxFeePerBlobGas: `0x${string}`;
4400
+ maxFeePerGas: `0x${string}`;
4401
+ maxPriorityFeePerGas: `0x${string}`;
4402
+ accessList: import("viem").AccessList;
4403
+ blobVersionedHashes: `0x${string}`[];
4404
+ chainId: `0x${string}`;
4405
+ type: "0x3";
4406
+ }, "yParity">, "typeHex"> & {
4407
+ isSystemTx?: undefined;
4408
+ mint?: undefined;
4409
+ sourceHash?: undefined;
4410
+ }) | ({
4411
+ r?: `0x${string}` | undefined;
4412
+ s?: `0x${string}` | undefined;
4413
+ v?: `0x${string}` | undefined;
4414
+ yParity?: `0x${string}` | undefined;
4415
+ gasPrice?: `0x${string}` | undefined;
4416
+ maxFeePerBlobGas?: `0x${string}` | undefined;
4417
+ maxFeePerGas?: `0x${string}` | undefined;
4418
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
4419
+ to?: `0x${string}` | null | undefined;
4420
+ from?: `0x${string}` | undefined;
4421
+ gas?: `0x${string}` | undefined;
4422
+ nonce?: `0x${string}` | undefined;
4423
+ value?: `0x${string}` | undefined;
4424
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e" | undefined;
4425
+ accessList?: import("viem").AccessList | undefined;
4426
+ blockHash?: `0x${string}` | null | undefined;
4427
+ blockNumber?: `0x${string}` | null | undefined;
4428
+ hash?: `0x${string}` | undefined;
4429
+ input?: `0x${string}` | undefined;
4430
+ transactionIndex?: `0x${string}` | null | undefined;
4431
+ blobVersionedHashes?: `0x${string}`[] | undefined;
4432
+ chainId?: `0x${string}` | undefined;
4433
+ } & Omit<import("viem").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("viem").FeeValuesEIP1559<`0x${string}`> & {
4434
+ isSystemTx?: boolean | undefined;
4435
+ mint?: `0x${string}` | undefined;
4436
+ sourceHash: `0x${string}`;
4437
+ type: "0x7e";
4438
+ })) => {
4439
+ r: `0x${string}`;
4440
+ s: `0x${string}`;
4441
+ v: bigint;
4442
+ to: `0x${string}` | null;
4443
+ from: `0x${string}`;
4444
+ gas: bigint;
4445
+ nonce: number;
4446
+ value: bigint;
4447
+ blockHash: `0x${string}` | null;
4448
+ blockNumber: bigint | null;
4449
+ hash: `0x${string}`;
4450
+ input: `0x${string}`;
4451
+ transactionIndex: number | null;
4452
+ typeHex: `0x${string}` | null;
4453
+ gasPrice: bigint;
4454
+ maxFeePerBlobGas?: undefined;
4455
+ maxFeePerGas?: undefined;
4456
+ maxPriorityFeePerGas?: undefined;
4457
+ accessList?: undefined;
4458
+ blobVersionedHashes?: undefined;
4459
+ chainId?: number | undefined;
4460
+ yParity?: undefined;
4461
+ type: "legacy";
4462
+ isSystemTx?: undefined;
4463
+ mint?: undefined;
4464
+ sourceHash?: undefined;
4465
+ } | {
4466
+ r: `0x${string}`;
4467
+ s: `0x${string}`;
4468
+ v: bigint;
4469
+ to: `0x${string}` | null;
4470
+ from: `0x${string}`;
4471
+ gas: bigint;
4472
+ nonce: number;
4473
+ value: bigint;
4474
+ blockHash: `0x${string}` | null;
4475
+ blockNumber: bigint | null;
4476
+ hash: `0x${string}`;
4477
+ input: `0x${string}`;
4478
+ transactionIndex: number | null;
4479
+ typeHex: `0x${string}` | null;
4480
+ gasPrice: undefined;
4481
+ maxFeePerBlobGas?: undefined;
4482
+ maxFeePerGas: bigint;
4483
+ maxPriorityFeePerGas: bigint;
4484
+ accessList?: undefined;
4485
+ blobVersionedHashes?: undefined;
4486
+ chainId?: number | undefined;
4487
+ yParity: number;
4488
+ type: "deposit";
4489
+ isSystemTx?: boolean | undefined;
4490
+ mint?: bigint | undefined;
4491
+ sourceHash: `0x${string}`;
4492
+ } | {
4493
+ blockHash: `0x${string}` | null;
4494
+ blockNumber: bigint | null;
4495
+ from: `0x${string}`;
4496
+ gas: bigint;
4497
+ hash: `0x${string}`;
4498
+ input: `0x${string}`;
4499
+ nonce: number;
4500
+ r: `0x${string}`;
4501
+ s: `0x${string}`;
4502
+ to: `0x${string}` | null;
4503
+ transactionIndex: number | null;
4504
+ typeHex: `0x${string}` | null;
4505
+ v: bigint;
4506
+ value: bigint;
4507
+ yParity: number;
4508
+ gasPrice: bigint;
4509
+ maxFeePerBlobGas?: undefined;
4510
+ maxFeePerGas?: undefined;
4511
+ maxPriorityFeePerGas?: undefined;
4512
+ accessList: import("viem").AccessList;
4513
+ blobVersionedHashes?: undefined;
4514
+ chainId: number;
4515
+ type: "eip2930";
4516
+ isSystemTx?: undefined;
4517
+ mint?: undefined;
4518
+ sourceHash?: undefined;
4519
+ } | {
4520
+ blockHash: `0x${string}` | null;
4521
+ blockNumber: bigint | null;
4522
+ from: `0x${string}`;
4523
+ gas: bigint;
4524
+ hash: `0x${string}`;
4525
+ input: `0x${string}`;
4526
+ nonce: number;
4527
+ r: `0x${string}`;
4528
+ s: `0x${string}`;
4529
+ to: `0x${string}` | null;
4530
+ transactionIndex: number | null;
4531
+ typeHex: `0x${string}` | null;
4532
+ v: bigint;
4533
+ value: bigint;
4534
+ yParity: number;
4535
+ gasPrice: undefined;
4536
+ maxFeePerBlobGas?: undefined;
4537
+ maxFeePerGas: bigint;
4538
+ maxPriorityFeePerGas: bigint;
4539
+ accessList: import("viem").AccessList;
4540
+ blobVersionedHashes?: undefined;
4541
+ chainId: number;
4542
+ type: "eip1559";
4543
+ isSystemTx?: undefined;
4544
+ mint?: undefined;
4545
+ sourceHash?: undefined;
4546
+ } | {
4547
+ blockHash: `0x${string}` | null;
4548
+ blockNumber: bigint | null;
4549
+ from: `0x${string}`;
4550
+ gas: bigint;
4551
+ hash: `0x${string}`;
4552
+ input: `0x${string}`;
4553
+ nonce: number;
4554
+ r: `0x${string}`;
4555
+ s: `0x${string}`;
4556
+ to: `0x${string}` | null;
4557
+ transactionIndex: number | null;
4558
+ typeHex: `0x${string}` | null;
4559
+ v: bigint;
4560
+ value: bigint;
4561
+ yParity: number;
4562
+ gasPrice: undefined;
4563
+ maxFeePerBlobGas?: undefined;
4564
+ maxFeePerGas: bigint;
4565
+ maxPriorityFeePerGas: bigint;
4566
+ accessList: import("viem").AccessList;
4567
+ blobVersionedHashes?: undefined;
4568
+ chainId: number;
4569
+ type: "deposit";
4570
+ isSystemTx?: boolean | undefined;
4571
+ mint?: bigint | undefined;
4572
+ sourceHash: `0x${string}`;
4573
+ } | {
4574
+ blockHash: `0x${string}` | null;
4575
+ blockNumber: bigint | null;
4576
+ from: `0x${string}`;
4577
+ gas: bigint;
4578
+ hash: `0x${string}`;
4579
+ input: `0x${string}`;
4580
+ nonce: number;
4581
+ r: `0x${string}`;
4582
+ s: `0x${string}`;
4583
+ to: `0x${string}` | null;
4584
+ transactionIndex: number | null;
4585
+ typeHex: `0x${string}` | null;
4586
+ v: bigint;
4587
+ value: bigint;
4588
+ yParity: number;
4589
+ gasPrice: bigint;
4590
+ maxFeePerBlobGas?: undefined;
4591
+ maxFeePerGas: undefined;
4592
+ maxPriorityFeePerGas: undefined;
4593
+ accessList: import("viem").AccessList;
4594
+ blobVersionedHashes?: undefined;
4595
+ chainId: number;
4596
+ type: "eip2930";
4597
+ isSystemTx?: undefined;
4598
+ mint?: undefined;
4599
+ sourceHash?: undefined;
4600
+ } | {
4601
+ blockHash: `0x${string}` | null;
4602
+ blockNumber: bigint | null;
4603
+ from: `0x${string}`;
4604
+ gas: bigint;
4605
+ hash: `0x${string}`;
4606
+ input: `0x${string}`;
4607
+ nonce: number;
4608
+ r: `0x${string}`;
4609
+ s: `0x${string}`;
4610
+ to: `0x${string}` | null;
4611
+ transactionIndex: number | null;
4612
+ typeHex: `0x${string}` | null;
4613
+ v: bigint;
4614
+ value: bigint;
4615
+ yParity: number;
4616
+ gasPrice?: undefined;
4617
+ maxFeePerBlobGas?: undefined;
4618
+ maxFeePerGas: bigint;
4619
+ maxPriorityFeePerGas: bigint;
4620
+ accessList: import("viem").AccessList;
4621
+ blobVersionedHashes?: undefined;
4622
+ chainId: number;
4623
+ type: "eip1559";
4624
+ isSystemTx?: undefined;
4625
+ mint?: undefined;
4626
+ sourceHash?: undefined;
4627
+ } | {
4628
+ blockHash: `0x${string}` | null;
4629
+ blockNumber: bigint | null;
4630
+ from: `0x${string}`;
4631
+ gas: bigint;
4632
+ hash: `0x${string}`;
4633
+ input: `0x${string}`;
4634
+ nonce: number;
4635
+ r: `0x${string}`;
4636
+ s: `0x${string}`;
4637
+ to: `0x${string}` | null;
4638
+ transactionIndex: number | null;
4639
+ typeHex: `0x${string}` | null;
4640
+ v: bigint;
4641
+ value: bigint;
4642
+ yParity: number;
4643
+ gasPrice?: undefined;
4644
+ maxFeePerBlobGas?: undefined;
4645
+ maxFeePerGas: bigint;
4646
+ maxPriorityFeePerGas: bigint;
4647
+ accessList: import("viem").AccessList;
4648
+ blobVersionedHashes?: undefined;
4649
+ chainId: number;
4650
+ type: "deposit";
4651
+ isSystemTx?: boolean | undefined;
4652
+ mint?: bigint | undefined;
4653
+ sourceHash: `0x${string}`;
4654
+ } | {
4655
+ blockHash: `0x${string}` | null;
4656
+ blockNumber: bigint | null;
4657
+ from: `0x${string}`;
4658
+ gas: bigint;
4659
+ hash: `0x${string}`;
4660
+ input: `0x${string}`;
4661
+ nonce: number;
4662
+ r: `0x${string}`;
4663
+ s: `0x${string}`;
4664
+ to: `0x${string}` | null;
4665
+ transactionIndex: number | null;
4666
+ typeHex: `0x${string}` | null;
4667
+ v: bigint;
4668
+ value: bigint;
4669
+ yParity: number;
4670
+ gasPrice?: undefined;
4671
+ maxFeePerBlobGas: bigint;
4672
+ maxFeePerGas: bigint;
4673
+ maxPriorityFeePerGas: bigint;
4674
+ accessList: import("viem").AccessList;
4675
+ blobVersionedHashes: `0x${string}`[];
4676
+ chainId: number;
4677
+ type: "eip4844";
4678
+ isSystemTx?: undefined;
4679
+ mint?: undefined;
4680
+ sourceHash?: undefined;
4681
+ } | {
4682
+ blockHash: `0x${string}` | null;
4683
+ blockNumber: bigint | null;
4684
+ from: `0x${string}`;
4685
+ gas: bigint;
4686
+ hash: `0x${string}`;
4687
+ input: `0x${string}`;
4688
+ nonce: number;
4689
+ r: `0x${string}`;
4690
+ s: `0x${string}`;
4691
+ to: `0x${string}` | null;
4692
+ transactionIndex: number | null;
4693
+ typeHex: `0x${string}` | null;
4694
+ v: bigint;
4695
+ value: bigint;
4696
+ yParity: number;
4697
+ gasPrice?: undefined;
4698
+ maxFeePerBlobGas: undefined;
4699
+ maxFeePerGas: bigint;
4700
+ maxPriorityFeePerGas: bigint;
4701
+ accessList: import("viem").AccessList;
4702
+ blobVersionedHashes: `0x${string}`[];
4703
+ chainId: number;
4704
+ type: "deposit";
4705
+ isSystemTx?: boolean | undefined;
4706
+ mint?: bigint | undefined;
4707
+ sourceHash: `0x${string}`;
2459
4708
  };
2460
- sourceId?: number | undefined;
2461
- testnet: true;
2462
- custom?: Record<string, unknown> | undefined;
2463
- formatters?: undefined;
2464
- serializers?: import("viem").ChainSerializers<undefined> | undefined;
2465
- fees?: import("viem").ChainFees<undefined> | undefined;
2466
- };
2467
- explorerInfo: {
2468
- readonly name: "Etherscan";
2469
- readonly url: "https://goerli.etherscan.io";
2470
- readonly apiUrl: "https://api-goerli.etherscan.io/api";
2471
- };
2472
- isFiatCheckoutSupported: boolean;
2473
- moonpayChainName: null;
2474
- pickPriority: number;
2475
- } | {
2476
- name: "Arbitrum Sepolia";
2477
- nativeCurrency: {
2478
- symbol: "ETH";
2479
- decimals: 18;
2480
- name: "Arbitrum Sepolia Ether";
4709
+ type: "transaction";
2481
4710
  };
2482
- chainInfo: {
2483
- blockExplorers: {
2484
- readonly default: {
2485
- readonly name: "Arbiscan";
2486
- readonly url: "https://sepolia.arbiscan.io";
2487
- readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
2488
- };
2489
- };
2490
- contracts: {
2491
- readonly multicall3: {
2492
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2493
- readonly blockCreated: 81930;
2494
- };
2495
- };
2496
- id: 421614;
2497
- name: "Arbitrum Sepolia";
2498
- nativeCurrency: {
2499
- readonly name: "Arbitrum Sepolia Ether";
2500
- readonly symbol: "ETH";
2501
- readonly decimals: 18;
2502
- };
2503
- rpcUrls: {
2504
- readonly default: {
2505
- readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
2506
- };
4711
+ readonly transactionReceipt: {
4712
+ exclude: [] | undefined;
4713
+ format: (args: import("viem/chains").Assign<import("viem").ExactPartial<import("viem").RpcTransactionReceipt>, import("viem/chains").OpStackRpcTransactionReceiptOverrides>) => {
4714
+ blobGasPrice?: bigint | undefined;
4715
+ blobGasUsed?: bigint | undefined;
4716
+ blockHash: `0x${string}`;
4717
+ blockNumber: bigint;
4718
+ contractAddress: `0x${string}` | null | undefined;
4719
+ cumulativeGasUsed: bigint;
4720
+ effectiveGasPrice: bigint;
4721
+ from: `0x${string}`;
4722
+ gasUsed: bigint;
4723
+ logs: import("viem").Log<bigint, number, false, undefined, undefined, undefined, undefined>[];
4724
+ logsBloom: `0x${string}`;
4725
+ root?: `0x${string}` | undefined;
4726
+ status: "success" | "reverted";
4727
+ to: `0x${string}` | null;
4728
+ transactionHash: `0x${string}`;
4729
+ transactionIndex: number;
4730
+ type: import("viem").TransactionType;
4731
+ l1GasPrice: bigint | null;
4732
+ l1GasUsed: bigint | null;
4733
+ l1Fee: bigint | null;
4734
+ l1FeeScalar: number | null;
2507
4735
  };
2508
- sourceId?: number | undefined;
2509
- testnet: true;
2510
- custom?: Record<string, unknown> | undefined;
2511
- formatters?: undefined;
2512
- serializers?: import("viem").ChainSerializers<undefined> | undefined;
2513
- fees?: import("viem").ChainFees<undefined> | undefined;
2514
- };
2515
- explorerInfo: {
2516
- name: string;
2517
- url: string;
4736
+ type: "transactionReceipt";
2518
4737
  };
2519
- isFiatCheckoutSupported: boolean;
2520
- moonpayChainName: null;
2521
- pickPriority: number;
2522
4738
  };
2523
- };
2524
- export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_ID_LIST: string[];
2525
- export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
4739
+ serializers: {
4740
+ readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
4741
+ };
4742
+ fees?: import("viem").ChainFees<undefined> | undefined;
4743
+ } | {
2526
4744
  blockExplorers: {
2527
4745
  readonly default: {
2528
- readonly name: "Etherscan";
2529
- readonly url: "https://etherscan.io";
2530
- readonly apiUrl: "https://api.etherscan.io/api";
4746
+ readonly name: "PolygonScan";
4747
+ readonly url: "https://polygonscan.com";
4748
+ readonly apiUrl: "https://api.polygonscan.com/api";
2531
4749
  };
2532
4750
  };
2533
4751
  contracts: {
2534
- readonly ensRegistry: {
2535
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
4752
+ readonly multicall3: {
4753
+ readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
4754
+ readonly blockCreated: 25770160;
2536
4755
  };
2537
- readonly ensUniversalResolver: {
2538
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
2539
- readonly blockCreated: 19258213;
4756
+ };
4757
+ id: 137;
4758
+ name: "Polygon";
4759
+ nativeCurrency: {
4760
+ readonly name: "MATIC";
4761
+ readonly symbol: "MATIC";
4762
+ readonly decimals: 18;
4763
+ };
4764
+ rpcUrls: {
4765
+ readonly default: {
4766
+ readonly http: readonly ["https://polygon-rpc.com"];
4767
+ };
4768
+ };
4769
+ sourceId?: number | undefined;
4770
+ testnet?: boolean | undefined;
4771
+ custom?: Record<string, unknown> | undefined;
4772
+ formatters?: undefined;
4773
+ serializers?: import("viem").ChainSerializers<undefined> | undefined;
4774
+ fees?: import("viem").ChainFees<undefined> | undefined;
4775
+ } | {
4776
+ blockExplorers: {
4777
+ readonly default: {
4778
+ readonly name: "Arbiscan";
4779
+ readonly url: "https://arbiscan.io";
4780
+ readonly apiUrl: "https://api.arbiscan.io/api";
2540
4781
  };
4782
+ };
4783
+ contracts: {
2541
4784
  readonly multicall3: {
2542
4785
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2543
- readonly blockCreated: 14353601;
4786
+ readonly blockCreated: 7654707;
2544
4787
  };
2545
4788
  };
2546
- id: 1;
2547
- name: "Ethereum";
4789
+ id: 42161;
4790
+ name: "Arbitrum One";
2548
4791
  nativeCurrency: {
2549
4792
  readonly name: "Ether";
2550
4793
  readonly symbol: "ETH";
@@ -2552,7 +4795,7 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
2552
4795
  };
2553
4796
  rpcUrls: {
2554
4797
  readonly default: {
2555
- readonly http: readonly ["https://cloudflare-eth.com"];
4798
+ readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
2556
4799
  };
2557
4800
  };
2558
4801
  sourceId?: number | undefined;
@@ -2564,31 +4807,29 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
2564
4807
  } | {
2565
4808
  blockExplorers: {
2566
4809
  readonly default: {
2567
- readonly name: "Basescan";
2568
- readonly url: "https://basescan.org";
2569
- readonly apiUrl: "https://api.basescan.org/api";
4810
+ readonly name: "Optimism Explorer";
4811
+ readonly url: "https://optimistic.etherscan.io";
4812
+ readonly apiUrl: "https://api-optimistic.etherscan.io/api";
2570
4813
  };
2571
4814
  };
2572
4815
  contracts: {
2573
4816
  readonly l2OutputOracle: {
2574
4817
  readonly 1: {
2575
- readonly address: "0x56315b90c40730925ec5485cf004d835058518A0";
4818
+ readonly address: "0xdfe97868233d1aa22e815a266982f2cf17685a27";
2576
4819
  };
2577
4820
  };
2578
4821
  readonly multicall3: {
2579
4822
  readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2580
- readonly blockCreated: 5022;
4823
+ readonly blockCreated: 4286263;
2581
4824
  };
2582
4825
  readonly portal: {
2583
4826
  readonly 1: {
2584
- readonly address: "0x49048044D57e1C92A77f79988d21Fa8fAF74E97e";
2585
- readonly blockCreated: 17482143;
4827
+ readonly address: "0xbEb5Fc579115071764c7423A4f12eDde41f106Ed";
2586
4828
  };
2587
4829
  };
2588
4830
  readonly l1StandardBridge: {
2589
4831
  readonly 1: {
2590
- readonly address: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35";
2591
- readonly blockCreated: 17482143;
4832
+ readonly address: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1";
2592
4833
  };
2593
4834
  };
2594
4835
  readonly gasPriceOracle: {
@@ -2610,8 +4851,8 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
2610
4851
  readonly address: "0x4200000000000000000000000000000000000016";
2611
4852
  };
2612
4853
  };
2613
- id: 8453;
2614
- name: "Base";
4854
+ id: 10;
4855
+ name: "OP Mainnet";
2615
4856
  nativeCurrency: {
2616
4857
  readonly name: "Ether";
2617
4858
  readonly symbol: "ETH";
@@ -2619,7 +4860,7 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
2619
4860
  };
2620
4861
  rpcUrls: {
2621
4862
  readonly default: {
2622
- readonly http: readonly ["https://mainnet.base.org"];
4863
+ readonly http: readonly ["https://mainnet.optimism.io"];
2623
4864
  };
2624
4865
  };
2625
4866
  sourceId: 1;
@@ -3640,70 +5881,6 @@ export declare const FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO_LIST: ({
3640
5881
  readonly transaction: typeof import("viem/chains").serializeTransactionOpStack;
3641
5882
  };
3642
5883
  fees?: import("viem").ChainFees<undefined> | undefined;
3643
- } | {
3644
- blockExplorers: {
3645
- readonly default: {
3646
- readonly name: "PolygonScan";
3647
- readonly url: "https://polygonscan.com";
3648
- readonly apiUrl: "https://api.polygonscan.com/api";
3649
- };
3650
- };
3651
- contracts: {
3652
- readonly multicall3: {
3653
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
3654
- readonly blockCreated: 25770160;
3655
- };
3656
- };
3657
- id: 137;
3658
- name: "Polygon";
3659
- nativeCurrency: {
3660
- readonly name: "MATIC";
3661
- readonly symbol: "MATIC";
3662
- readonly decimals: 18;
3663
- };
3664
- rpcUrls: {
3665
- readonly default: {
3666
- readonly http: readonly ["https://polygon-rpc.com"];
3667
- };
3668
- };
3669
- sourceId?: number | undefined;
3670
- testnet?: boolean | undefined;
3671
- custom?: Record<string, unknown> | undefined;
3672
- formatters?: undefined;
3673
- serializers?: import("viem").ChainSerializers<undefined> | undefined;
3674
- fees?: import("viem").ChainFees<undefined> | undefined;
3675
- } | {
3676
- blockExplorers: {
3677
- readonly default: {
3678
- readonly name: "Arbiscan";
3679
- readonly url: "https://arbiscan.io";
3680
- readonly apiUrl: "https://api.arbiscan.io/api";
3681
- };
3682
- };
3683
- contracts: {
3684
- readonly multicall3: {
3685
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
3686
- readonly blockCreated: 7654707;
3687
- };
3688
- };
3689
- id: 42161;
3690
- name: "Arbitrum One";
3691
- nativeCurrency: {
3692
- readonly name: "Ether";
3693
- readonly symbol: "ETH";
3694
- readonly decimals: 18;
3695
- };
3696
- rpcUrls: {
3697
- readonly default: {
3698
- readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
3699
- };
3700
- };
3701
- sourceId?: number | undefined;
3702
- testnet?: boolean | undefined;
3703
- custom?: Record<string, unknown> | undefined;
3704
- formatters?: undefined;
3705
- serializers?: import("viem").ChainSerializers<undefined> | undefined;
3706
- fees?: import("viem").ChainFees<undefined> | undefined;
3707
5884
  } | {
3708
5885
  blockExplorers: {
3709
5886
  readonly default: {