@bgd-labs/toolbox 0.0.15 → 0.0.16

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.
@@ -1,8 +1,7 @@
1
1
  import * as viem from 'viem';
2
- import { Address, Client, GetContractReturnType, Hex, TestClient, WalletClient, HttpTransportConfig, ClientConfig, AbiEvent, GetLogsReturnType, Account, HttpTransport, Chain, TransactionRequest, Log, Abi } from 'viem';
2
+ import { Address, Client, GetContractReturnType, Hex, TestClient, WalletClient, HttpTransportConfig, ClientConfig, AbiEvent, GetLogsReturnType, Account, HttpTransport, Chain as Chain$1, TransactionRequest, Log, Abi } from 'viem';
3
3
  import { IPayloadsControllerCore_ABI, IGovernanceCore_ABI } from '@bgd-labs/aave-address-book/abis';
4
- import * as viem_zksync from 'viem/zksync';
5
- import * as viem_chains from 'viem/chains';
4
+ import { Chain } from 'viem/chains';
6
5
  import { EventSource } from 'eventsource';
7
6
 
8
7
  /**
@@ -491,3776 +490,7 @@ declare const ChainId: {
491
490
  readonly ink: 57073;
492
491
  readonly soneium: 1868;
493
492
  };
494
- declare const ChainList: {
495
- 1: {
496
- blockExplorers: {
497
- readonly default: {
498
- readonly name: "Etherscan";
499
- readonly url: "https://etherscan.io";
500
- readonly apiUrl: "https://api.etherscan.io/api";
501
- };
502
- };
503
- contracts: {
504
- readonly ensRegistry: {
505
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
506
- };
507
- readonly ensUniversalResolver: {
508
- readonly address: "0xce01f8eee7E479C928F8919abD53E553a36CeF67";
509
- readonly blockCreated: 19258213;
510
- };
511
- readonly multicall3: {
512
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
513
- readonly blockCreated: 14353601;
514
- };
515
- };
516
- id: 1;
517
- name: "Ethereum";
518
- nativeCurrency: {
519
- readonly name: "Ether";
520
- readonly symbol: "ETH";
521
- readonly decimals: 18;
522
- };
523
- rpcUrls: {
524
- readonly default: {
525
- readonly http: readonly ["https://eth.merkle.io"];
526
- };
527
- };
528
- sourceId?: number | undefined | undefined;
529
- testnet?: boolean | undefined | undefined;
530
- custom?: Record<string, unknown> | undefined;
531
- fees?: viem.ChainFees<undefined> | undefined;
532
- formatters?: undefined;
533
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
534
- };
535
- 137: {
536
- blockExplorers: {
537
- readonly default: {
538
- readonly name: "PolygonScan";
539
- readonly url: "https://polygonscan.com";
540
- readonly apiUrl: "https://api.polygonscan.com/api";
541
- };
542
- };
543
- contracts: {
544
- readonly multicall3: {
545
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
546
- readonly blockCreated: 25770160;
547
- };
548
- };
549
- id: 137;
550
- name: "Polygon";
551
- nativeCurrency: {
552
- readonly name: "POL";
553
- readonly symbol: "POL";
554
- readonly decimals: 18;
555
- };
556
- rpcUrls: {
557
- readonly default: {
558
- readonly http: readonly ["https://polygon-rpc.com"];
559
- };
560
- };
561
- sourceId?: number | undefined | undefined;
562
- testnet?: boolean | undefined | undefined;
563
- custom?: Record<string, unknown> | undefined;
564
- fees?: viem.ChainFees<undefined> | undefined;
565
- formatters?: undefined;
566
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
567
- };
568
- 80002: {
569
- blockExplorers: {
570
- readonly default: {
571
- readonly name: "PolygonScan";
572
- readonly url: "https://amoy.polygonscan.com";
573
- readonly apiUrl: "https://api-amoy.polygonscan.com/api";
574
- };
575
- };
576
- contracts: {
577
- readonly multicall3: {
578
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
579
- readonly blockCreated: 3127388;
580
- };
581
- };
582
- id: 80002;
583
- name: "Polygon Amoy";
584
- nativeCurrency: {
585
- readonly name: "POL";
586
- readonly symbol: "POL";
587
- readonly decimals: 18;
588
- };
589
- rpcUrls: {
590
- readonly default: {
591
- readonly http: readonly ["https://rpc-amoy.polygon.technology"];
592
- };
593
- };
594
- sourceId?: number | undefined | undefined;
595
- testnet: true;
596
- custom?: Record<string, unknown> | undefined;
597
- fees?: viem.ChainFees<undefined> | undefined;
598
- formatters?: undefined;
599
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
600
- };
601
- 43114: {
602
- blockExplorers: {
603
- readonly default: {
604
- readonly name: "SnowTrace";
605
- readonly url: "https://snowtrace.io";
606
- readonly apiUrl: "https://api.snowtrace.io";
607
- };
608
- };
609
- contracts: {
610
- readonly multicall3: {
611
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
612
- readonly blockCreated: 11907934;
613
- };
614
- };
615
- id: 43114;
616
- name: "Avalanche";
617
- nativeCurrency: {
618
- readonly decimals: 18;
619
- readonly name: "Avalanche";
620
- readonly symbol: "AVAX";
621
- };
622
- rpcUrls: {
623
- readonly default: {
624
- readonly http: readonly ["https://api.avax.network/ext/bc/C/rpc"];
625
- };
626
- };
627
- sourceId?: number | undefined | undefined;
628
- testnet?: boolean | undefined | undefined;
629
- custom?: Record<string, unknown> | undefined;
630
- fees?: viem.ChainFees<undefined> | undefined;
631
- formatters?: undefined;
632
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
633
- };
634
- 43113: {
635
- blockExplorers: {
636
- readonly default: {
637
- readonly name: "SnowTrace";
638
- readonly url: "https://testnet.snowtrace.io";
639
- readonly apiUrl: "https://api-testnet.snowtrace.io";
640
- };
641
- };
642
- contracts: {
643
- readonly multicall3: {
644
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
645
- readonly blockCreated: 7096959;
646
- };
647
- };
648
- id: 43113;
649
- name: "Avalanche Fuji";
650
- nativeCurrency: {
651
- readonly decimals: 18;
652
- readonly name: "Avalanche Fuji";
653
- readonly symbol: "AVAX";
654
- };
655
- rpcUrls: {
656
- readonly default: {
657
- readonly http: readonly ["https://api.avax-test.network/ext/bc/C/rpc"];
658
- };
659
- };
660
- sourceId?: number | undefined | undefined;
661
- testnet: true;
662
- custom?: Record<string, unknown> | undefined;
663
- fees?: viem.ChainFees<undefined> | undefined;
664
- formatters?: undefined;
665
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
666
- };
667
- 42161: {
668
- blockExplorers: {
669
- readonly default: {
670
- readonly name: "Arbiscan";
671
- readonly url: "https://arbiscan.io";
672
- readonly apiUrl: "https://api.arbiscan.io/api";
673
- };
674
- };
675
- contracts: {
676
- readonly multicall3: {
677
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
678
- readonly blockCreated: 7654707;
679
- };
680
- };
681
- id: 42161;
682
- name: "Arbitrum One";
683
- nativeCurrency: {
684
- readonly name: "Ether";
685
- readonly symbol: "ETH";
686
- readonly decimals: 18;
687
- };
688
- rpcUrls: {
689
- readonly default: {
690
- readonly http: readonly ["https://arb1.arbitrum.io/rpc"];
691
- };
692
- };
693
- sourceId?: number | undefined | undefined;
694
- testnet?: boolean | undefined | undefined;
695
- custom?: Record<string, unknown> | undefined;
696
- fees?: viem.ChainFees<undefined> | undefined;
697
- formatters?: undefined;
698
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
699
- };
700
- 421614: {
701
- blockExplorers: {
702
- readonly default: {
703
- readonly name: "Arbiscan";
704
- readonly url: "https://sepolia.arbiscan.io";
705
- readonly apiUrl: "https://api-sepolia.arbiscan.io/api";
706
- };
707
- };
708
- contracts: {
709
- readonly multicall3: {
710
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
711
- readonly blockCreated: 81930;
712
- };
713
- };
714
- id: 421614;
715
- name: "Arbitrum Sepolia";
716
- nativeCurrency: {
717
- readonly name: "Arbitrum Sepolia Ether";
718
- readonly symbol: "ETH";
719
- readonly decimals: 18;
720
- };
721
- rpcUrls: {
722
- readonly default: {
723
- readonly http: readonly ["https://sepolia-rollup.arbitrum.io/rpc"];
724
- };
725
- };
726
- sourceId?: number | undefined | undefined;
727
- testnet: true;
728
- custom?: Record<string, unknown> | undefined;
729
- fees?: viem.ChainFees<undefined> | undefined;
730
- formatters?: undefined;
731
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
732
- };
733
- 250: {
734
- blockExplorers: {
735
- readonly default: {
736
- readonly name: "FTMScan";
737
- readonly url: "https://ftmscan.com";
738
- readonly apiUrl: "https://api.ftmscan.com/api";
739
- };
740
- };
741
- contracts: {
742
- readonly multicall3: {
743
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
744
- readonly blockCreated: 33001987;
745
- };
746
- };
747
- id: 250;
748
- name: "Fantom";
749
- nativeCurrency: {
750
- readonly decimals: 18;
751
- readonly name: "Fantom";
752
- readonly symbol: "FTM";
753
- };
754
- rpcUrls: {
755
- readonly default: {
756
- readonly http: readonly ["https://250.rpc.thirdweb.com"];
757
- };
758
- };
759
- sourceId?: number | undefined | undefined;
760
- testnet?: boolean | undefined | undefined;
761
- custom?: Record<string, unknown> | undefined;
762
- fees?: viem.ChainFees<undefined> | undefined;
763
- formatters?: undefined;
764
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
765
- };
766
- 4002: {
767
- blockExplorers: {
768
- readonly default: {
769
- readonly name: "FTMScan";
770
- readonly url: "https://testnet.ftmscan.com";
771
- readonly apiUrl: "https://testnet.ftmscan.com/api";
772
- };
773
- };
774
- contracts: {
775
- readonly multicall3: {
776
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
777
- readonly blockCreated: 8328688;
778
- };
779
- };
780
- id: 4002;
781
- name: "Fantom Testnet";
782
- nativeCurrency: {
783
- readonly decimals: 18;
784
- readonly name: "Fantom";
785
- readonly symbol: "FTM";
786
- };
787
- rpcUrls: {
788
- readonly default: {
789
- readonly http: readonly ["https://rpc.testnet.fantom.network"];
790
- };
791
- };
792
- sourceId?: number | undefined | undefined;
793
- testnet: true;
794
- custom?: Record<string, unknown> | undefined;
795
- fees?: viem.ChainFees<undefined> | undefined;
796
- formatters?: undefined;
797
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
798
- };
799
- 10: {
800
- blockExplorers: {
801
- readonly default: {
802
- readonly name: "Optimism Explorer";
803
- readonly url: "https://optimistic.etherscan.io";
804
- readonly apiUrl: "https://api-optimistic.etherscan.io/api";
805
- };
806
- };
807
- contracts: {
808
- readonly disputeGameFactory: {
809
- readonly 1: {
810
- readonly address: "0xe5965Ab5962eDc7477C8520243A95517CD252fA9";
811
- };
812
- };
813
- readonly l2OutputOracle: {
814
- readonly 1: {
815
- readonly address: "0xdfe97868233d1aa22e815a266982f2cf17685a27";
816
- };
817
- };
818
- readonly multicall3: {
819
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
820
- readonly blockCreated: 4286263;
821
- };
822
- readonly portal: {
823
- readonly 1: {
824
- readonly address: "0xbEb5Fc579115071764c7423A4f12eDde41f106Ed";
825
- };
826
- };
827
- readonly l1StandardBridge: {
828
- readonly 1: {
829
- readonly address: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1";
830
- };
831
- };
832
- readonly gasPriceOracle: {
833
- readonly address: "0x420000000000000000000000000000000000000F";
834
- };
835
- readonly l1Block: {
836
- readonly address: "0x4200000000000000000000000000000000000015";
837
- };
838
- readonly l2CrossDomainMessenger: {
839
- readonly address: "0x4200000000000000000000000000000000000007";
840
- };
841
- readonly l2Erc721Bridge: {
842
- readonly address: "0x4200000000000000000000000000000000000014";
843
- };
844
- readonly l2StandardBridge: {
845
- readonly address: "0x4200000000000000000000000000000000000010";
846
- };
847
- readonly l2ToL1MessagePasser: {
848
- readonly address: "0x4200000000000000000000000000000000000016";
849
- };
850
- };
851
- id: 10;
852
- name: "OP Mainnet";
853
- nativeCurrency: {
854
- readonly name: "Ether";
855
- readonly symbol: "ETH";
856
- readonly decimals: 18;
857
- };
858
- rpcUrls: {
859
- readonly default: {
860
- readonly http: readonly ["https://mainnet.optimism.io"];
861
- };
862
- };
863
- sourceId: 1;
864
- testnet?: boolean | undefined | undefined;
865
- custom?: Record<string, unknown> | undefined;
866
- fees?: viem.ChainFees<undefined> | undefined;
867
- formatters: {
868
- readonly block: {
869
- exclude: [] | undefined;
870
- format: (args: viem_chains.OpStackRpcBlock) => {
871
- baseFeePerGas: bigint | null;
872
- blobGasUsed: bigint;
873
- difficulty: bigint;
874
- excessBlobGas: bigint;
875
- extraData: viem.Hex;
876
- gasLimit: bigint;
877
- gasUsed: bigint;
878
- hash: `0x${string}` | null;
879
- logsBloom: `0x${string}` | null;
880
- miner: viem.Address;
881
- mixHash: viem.Hash;
882
- nonce: `0x${string}` | null;
883
- number: bigint | null;
884
- parentBeaconBlockRoot?: `0x${string}` | undefined;
885
- parentHash: viem.Hash;
886
- receiptsRoot: viem.Hex;
887
- sealFields: viem.Hex[];
888
- sha3Uncles: viem.Hash;
889
- size: bigint;
890
- stateRoot: viem.Hash;
891
- timestamp: bigint;
892
- totalDifficulty: bigint | null;
893
- transactions: `0x${string}`[] | viem_chains.OpStackTransaction<boolean>[];
894
- transactionsRoot: viem.Hash;
895
- uncles: viem.Hash[];
896
- withdrawals?: viem.Withdrawal[] | undefined | undefined;
897
- withdrawalsRoot?: `0x${string}` | undefined;
898
- } & {};
899
- type: "block";
900
- };
901
- readonly transaction: {
902
- exclude: [] | undefined;
903
- format: (args: viem_chains.OpStackRpcTransaction) => ({
904
- blockHash: `0x${string}` | null;
905
- blockNumber: bigint | null;
906
- from: viem.Address;
907
- gas: bigint;
908
- hash: viem.Hash;
909
- input: viem.Hex;
910
- nonce: number;
911
- r: viem.Hex;
912
- s: viem.Hex;
913
- to: viem.Address | null;
914
- transactionIndex: number | null;
915
- typeHex: viem.Hex | null;
916
- v: bigint;
917
- value: bigint;
918
- yParity: number;
919
- gasPrice?: undefined | undefined;
920
- maxFeePerBlobGas?: undefined | undefined;
921
- maxFeePerGas: bigint;
922
- maxPriorityFeePerGas: bigint;
923
- isSystemTx?: boolean;
924
- mint?: bigint | undefined | undefined;
925
- sourceHash: viem.Hex;
926
- type: "deposit";
927
- } | {
928
- r: viem.Hex;
929
- s: viem.Hex;
930
- v: bigint;
931
- to: viem.Address | null;
932
- from: viem.Address;
933
- gas: bigint;
934
- nonce: number;
935
- value: bigint;
936
- blockHash: `0x${string}` | null;
937
- blockNumber: bigint | null;
938
- hash: viem.Hash;
939
- input: viem.Hex;
940
- transactionIndex: number | null;
941
- typeHex: viem.Hex | null;
942
- accessList?: undefined | undefined;
943
- authorizationList?: undefined | undefined;
944
- blobVersionedHashes?: undefined | undefined;
945
- chainId?: number | undefined;
946
- yParity?: undefined | undefined;
947
- type: "legacy";
948
- gasPrice: bigint;
949
- maxFeePerBlobGas?: undefined | undefined;
950
- maxFeePerGas?: undefined | undefined;
951
- maxPriorityFeePerGas?: undefined | undefined;
952
- isSystemTx?: undefined | undefined;
953
- mint?: undefined | undefined;
954
- sourceHash?: undefined | undefined;
955
- } | {
956
- blockHash: `0x${string}` | null;
957
- blockNumber: bigint | null;
958
- from: viem.Address;
959
- gas: bigint;
960
- hash: viem.Hash;
961
- input: viem.Hex;
962
- nonce: number;
963
- r: viem.Hex;
964
- s: viem.Hex;
965
- to: viem.Address | null;
966
- transactionIndex: number | null;
967
- typeHex: viem.Hex | null;
968
- v: bigint;
969
- value: bigint;
970
- yParity: number;
971
- accessList: viem.AccessList;
972
- authorizationList?: undefined | undefined;
973
- blobVersionedHashes?: undefined | undefined;
974
- chainId: number;
975
- type: "eip2930";
976
- gasPrice: bigint;
977
- maxFeePerBlobGas?: undefined | undefined;
978
- maxFeePerGas?: undefined | undefined;
979
- maxPriorityFeePerGas?: undefined | undefined;
980
- isSystemTx?: undefined | undefined;
981
- mint?: undefined | undefined;
982
- sourceHash?: undefined | undefined;
983
- } | {
984
- blockHash: `0x${string}` | null;
985
- blockNumber: bigint | null;
986
- from: viem.Address;
987
- gas: bigint;
988
- hash: viem.Hash;
989
- input: viem.Hex;
990
- nonce: number;
991
- r: viem.Hex;
992
- s: viem.Hex;
993
- to: viem.Address | null;
994
- transactionIndex: number | null;
995
- typeHex: viem.Hex | null;
996
- v: bigint;
997
- value: bigint;
998
- yParity: number;
999
- accessList: viem.AccessList;
1000
- authorizationList?: undefined | undefined;
1001
- blobVersionedHashes?: undefined | undefined;
1002
- chainId: number;
1003
- type: "eip1559";
1004
- gasPrice?: undefined | undefined;
1005
- maxFeePerBlobGas?: undefined | undefined;
1006
- maxFeePerGas: bigint;
1007
- maxPriorityFeePerGas: bigint;
1008
- isSystemTx?: undefined | undefined;
1009
- mint?: undefined | undefined;
1010
- sourceHash?: undefined | undefined;
1011
- } | {
1012
- blockHash: `0x${string}` | null;
1013
- blockNumber: bigint | null;
1014
- from: viem.Address;
1015
- gas: bigint;
1016
- hash: viem.Hash;
1017
- input: viem.Hex;
1018
- nonce: number;
1019
- r: viem.Hex;
1020
- s: viem.Hex;
1021
- to: viem.Address | null;
1022
- transactionIndex: number | null;
1023
- typeHex: viem.Hex | null;
1024
- v: bigint;
1025
- value: bigint;
1026
- yParity: number;
1027
- accessList: viem.AccessList;
1028
- authorizationList?: undefined | undefined;
1029
- blobVersionedHashes: readonly viem.Hex[];
1030
- chainId: number;
1031
- type: "eip4844";
1032
- gasPrice?: undefined | undefined;
1033
- maxFeePerBlobGas: bigint;
1034
- maxFeePerGas: bigint;
1035
- maxPriorityFeePerGas: bigint;
1036
- isSystemTx?: undefined | undefined;
1037
- mint?: undefined | undefined;
1038
- sourceHash?: undefined | undefined;
1039
- } | {
1040
- blockHash: `0x${string}` | null;
1041
- blockNumber: bigint | null;
1042
- from: viem.Address;
1043
- gas: bigint;
1044
- hash: viem.Hash;
1045
- input: viem.Hex;
1046
- nonce: number;
1047
- r: viem.Hex;
1048
- s: viem.Hex;
1049
- to: viem.Address | null;
1050
- transactionIndex: number | null;
1051
- typeHex: viem.Hex | null;
1052
- v: bigint;
1053
- value: bigint;
1054
- yParity: number;
1055
- accessList: viem.AccessList;
1056
- authorizationList: viem.SignedAuthorizationList;
1057
- blobVersionedHashes?: undefined | undefined;
1058
- chainId: number;
1059
- type: "eip7702";
1060
- gasPrice?: undefined | undefined;
1061
- maxFeePerBlobGas?: undefined | undefined;
1062
- maxFeePerGas: bigint;
1063
- maxPriorityFeePerGas: bigint;
1064
- isSystemTx?: undefined | undefined;
1065
- mint?: undefined | undefined;
1066
- sourceHash?: undefined | undefined;
1067
- }) & {};
1068
- type: "transaction";
1069
- };
1070
- readonly transactionReceipt: {
1071
- exclude: [] | undefined;
1072
- format: (args: viem_chains.OpStackRpcTransactionReceipt) => {
1073
- blobGasPrice?: bigint | undefined;
1074
- blobGasUsed?: bigint | undefined;
1075
- blockHash: viem.Hash;
1076
- blockNumber: bigint;
1077
- contractAddress: viem.Address | null | undefined;
1078
- cumulativeGasUsed: bigint;
1079
- effectiveGasPrice: bigint;
1080
- from: viem.Address;
1081
- gasUsed: bigint;
1082
- logs: viem.Log<bigint, number, false>[];
1083
- logsBloom: viem.Hex;
1084
- root?: `0x${string}` | undefined;
1085
- status: "success" | "reverted";
1086
- to: viem.Address | null;
1087
- transactionHash: viem.Hash;
1088
- transactionIndex: number;
1089
- type: viem.TransactionType;
1090
- l1GasPrice: bigint | null;
1091
- l1GasUsed: bigint | null;
1092
- l1Fee: bigint | null;
1093
- l1FeeScalar: number | null;
1094
- } & {};
1095
- type: "transactionReceipt";
1096
- };
1097
- };
1098
- serializers: {
1099
- readonly transaction: typeof viem_chains.serializeTransactionOpStack;
1100
- };
1101
- };
1102
- 11155420: {
1103
- blockExplorers: {
1104
- readonly default: {
1105
- readonly name: "Blockscout";
1106
- readonly url: "https://optimism-sepolia.blockscout.com";
1107
- readonly apiUrl: "https://optimism-sepolia.blockscout.com/api";
1108
- };
1109
- };
1110
- contracts: {
1111
- readonly disputeGameFactory: {
1112
- readonly 11155111: {
1113
- readonly address: "0x05F9613aDB30026FFd634f38e5C4dFd30a197Fa1";
1114
- };
1115
- };
1116
- readonly l2OutputOracle: {
1117
- readonly 11155111: {
1118
- readonly address: "0x90E9c4f8a994a250F6aEfd61CAFb4F2e895D458F";
1119
- };
1120
- };
1121
- readonly multicall3: {
1122
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1123
- readonly blockCreated: 1620204;
1124
- };
1125
- readonly portal: {
1126
- readonly 11155111: {
1127
- readonly address: "0x16Fc5058F25648194471939df75CF27A2fdC48BC";
1128
- };
1129
- };
1130
- readonly l1StandardBridge: {
1131
- readonly 11155111: {
1132
- readonly address: "0xFBb0621E0B23b5478B630BD55a5f21f67730B0F1";
1133
- };
1134
- };
1135
- readonly gasPriceOracle: {
1136
- readonly address: "0x420000000000000000000000000000000000000F";
1137
- };
1138
- readonly l1Block: {
1139
- readonly address: "0x4200000000000000000000000000000000000015";
1140
- };
1141
- readonly l2CrossDomainMessenger: {
1142
- readonly address: "0x4200000000000000000000000000000000000007";
1143
- };
1144
- readonly l2Erc721Bridge: {
1145
- readonly address: "0x4200000000000000000000000000000000000014";
1146
- };
1147
- readonly l2StandardBridge: {
1148
- readonly address: "0x4200000000000000000000000000000000000010";
1149
- };
1150
- readonly l2ToL1MessagePasser: {
1151
- readonly address: "0x4200000000000000000000000000000000000016";
1152
- };
1153
- };
1154
- id: 11155420;
1155
- name: "OP Sepolia";
1156
- nativeCurrency: {
1157
- readonly name: "Sepolia Ether";
1158
- readonly symbol: "ETH";
1159
- readonly decimals: 18;
1160
- };
1161
- rpcUrls: {
1162
- readonly default: {
1163
- readonly http: readonly ["https://sepolia.optimism.io"];
1164
- };
1165
- };
1166
- sourceId: 11155111;
1167
- testnet: true;
1168
- custom?: Record<string, unknown> | undefined;
1169
- fees?: viem.ChainFees<undefined> | undefined;
1170
- formatters: {
1171
- readonly block: {
1172
- exclude: [] | undefined;
1173
- format: (args: viem_chains.OpStackRpcBlock) => {
1174
- baseFeePerGas: bigint | null;
1175
- blobGasUsed: bigint;
1176
- difficulty: bigint;
1177
- excessBlobGas: bigint;
1178
- extraData: viem.Hex;
1179
- gasLimit: bigint;
1180
- gasUsed: bigint;
1181
- hash: `0x${string}` | null;
1182
- logsBloom: `0x${string}` | null;
1183
- miner: viem.Address;
1184
- mixHash: viem.Hash;
1185
- nonce: `0x${string}` | null;
1186
- number: bigint | null;
1187
- parentBeaconBlockRoot?: `0x${string}` | undefined;
1188
- parentHash: viem.Hash;
1189
- receiptsRoot: viem.Hex;
1190
- sealFields: viem.Hex[];
1191
- sha3Uncles: viem.Hash;
1192
- size: bigint;
1193
- stateRoot: viem.Hash;
1194
- timestamp: bigint;
1195
- totalDifficulty: bigint | null;
1196
- transactions: `0x${string}`[] | viem_chains.OpStackTransaction<boolean>[];
1197
- transactionsRoot: viem.Hash;
1198
- uncles: viem.Hash[];
1199
- withdrawals?: viem.Withdrawal[] | undefined | undefined;
1200
- withdrawalsRoot?: `0x${string}` | undefined;
1201
- } & {};
1202
- type: "block";
1203
- };
1204
- readonly transaction: {
1205
- exclude: [] | undefined;
1206
- format: (args: viem_chains.OpStackRpcTransaction) => ({
1207
- blockHash: `0x${string}` | null;
1208
- blockNumber: bigint | null;
1209
- from: viem.Address;
1210
- gas: bigint;
1211
- hash: viem.Hash;
1212
- input: viem.Hex;
1213
- nonce: number;
1214
- r: viem.Hex;
1215
- s: viem.Hex;
1216
- to: viem.Address | null;
1217
- transactionIndex: number | null;
1218
- typeHex: viem.Hex | null;
1219
- v: bigint;
1220
- value: bigint;
1221
- yParity: number;
1222
- gasPrice?: undefined | undefined;
1223
- maxFeePerBlobGas?: undefined | undefined;
1224
- maxFeePerGas: bigint;
1225
- maxPriorityFeePerGas: bigint;
1226
- isSystemTx?: boolean;
1227
- mint?: bigint | undefined | undefined;
1228
- sourceHash: viem.Hex;
1229
- type: "deposit";
1230
- } | {
1231
- r: viem.Hex;
1232
- s: viem.Hex;
1233
- v: bigint;
1234
- to: viem.Address | null;
1235
- from: viem.Address;
1236
- gas: bigint;
1237
- nonce: number;
1238
- value: bigint;
1239
- blockHash: `0x${string}` | null;
1240
- blockNumber: bigint | null;
1241
- hash: viem.Hash;
1242
- input: viem.Hex;
1243
- transactionIndex: number | null;
1244
- typeHex: viem.Hex | null;
1245
- accessList?: undefined | undefined;
1246
- authorizationList?: undefined | undefined;
1247
- blobVersionedHashes?: undefined | undefined;
1248
- chainId?: number | undefined;
1249
- yParity?: undefined | undefined;
1250
- type: "legacy";
1251
- gasPrice: bigint;
1252
- maxFeePerBlobGas?: undefined | undefined;
1253
- maxFeePerGas?: undefined | undefined;
1254
- maxPriorityFeePerGas?: undefined | undefined;
1255
- isSystemTx?: undefined | undefined;
1256
- mint?: undefined | undefined;
1257
- sourceHash?: undefined | undefined;
1258
- } | {
1259
- blockHash: `0x${string}` | null;
1260
- blockNumber: bigint | null;
1261
- from: viem.Address;
1262
- gas: bigint;
1263
- hash: viem.Hash;
1264
- input: viem.Hex;
1265
- nonce: number;
1266
- r: viem.Hex;
1267
- s: viem.Hex;
1268
- to: viem.Address | null;
1269
- transactionIndex: number | null;
1270
- typeHex: viem.Hex | null;
1271
- v: bigint;
1272
- value: bigint;
1273
- yParity: number;
1274
- accessList: viem.AccessList;
1275
- authorizationList?: undefined | undefined;
1276
- blobVersionedHashes?: undefined | undefined;
1277
- chainId: number;
1278
- type: "eip2930";
1279
- gasPrice: bigint;
1280
- maxFeePerBlobGas?: undefined | undefined;
1281
- maxFeePerGas?: undefined | undefined;
1282
- maxPriorityFeePerGas?: undefined | undefined;
1283
- isSystemTx?: undefined | undefined;
1284
- mint?: undefined | undefined;
1285
- sourceHash?: undefined | undefined;
1286
- } | {
1287
- blockHash: `0x${string}` | null;
1288
- blockNumber: bigint | null;
1289
- from: viem.Address;
1290
- gas: bigint;
1291
- hash: viem.Hash;
1292
- input: viem.Hex;
1293
- nonce: number;
1294
- r: viem.Hex;
1295
- s: viem.Hex;
1296
- to: viem.Address | null;
1297
- transactionIndex: number | null;
1298
- typeHex: viem.Hex | null;
1299
- v: bigint;
1300
- value: bigint;
1301
- yParity: number;
1302
- accessList: viem.AccessList;
1303
- authorizationList?: undefined | undefined;
1304
- blobVersionedHashes?: undefined | undefined;
1305
- chainId: number;
1306
- type: "eip1559";
1307
- gasPrice?: undefined | undefined;
1308
- maxFeePerBlobGas?: undefined | undefined;
1309
- maxFeePerGas: bigint;
1310
- maxPriorityFeePerGas: bigint;
1311
- isSystemTx?: undefined | undefined;
1312
- mint?: undefined | undefined;
1313
- sourceHash?: undefined | undefined;
1314
- } | {
1315
- blockHash: `0x${string}` | null;
1316
- blockNumber: bigint | null;
1317
- from: viem.Address;
1318
- gas: bigint;
1319
- hash: viem.Hash;
1320
- input: viem.Hex;
1321
- nonce: number;
1322
- r: viem.Hex;
1323
- s: viem.Hex;
1324
- to: viem.Address | null;
1325
- transactionIndex: number | null;
1326
- typeHex: viem.Hex | null;
1327
- v: bigint;
1328
- value: bigint;
1329
- yParity: number;
1330
- accessList: viem.AccessList;
1331
- authorizationList?: undefined | undefined;
1332
- blobVersionedHashes: readonly viem.Hex[];
1333
- chainId: number;
1334
- type: "eip4844";
1335
- gasPrice?: undefined | undefined;
1336
- maxFeePerBlobGas: bigint;
1337
- maxFeePerGas: bigint;
1338
- maxPriorityFeePerGas: bigint;
1339
- isSystemTx?: undefined | undefined;
1340
- mint?: undefined | undefined;
1341
- sourceHash?: undefined | undefined;
1342
- } | {
1343
- blockHash: `0x${string}` | null;
1344
- blockNumber: bigint | null;
1345
- from: viem.Address;
1346
- gas: bigint;
1347
- hash: viem.Hash;
1348
- input: viem.Hex;
1349
- nonce: number;
1350
- r: viem.Hex;
1351
- s: viem.Hex;
1352
- to: viem.Address | null;
1353
- transactionIndex: number | null;
1354
- typeHex: viem.Hex | null;
1355
- v: bigint;
1356
- value: bigint;
1357
- yParity: number;
1358
- accessList: viem.AccessList;
1359
- authorizationList: viem.SignedAuthorizationList;
1360
- blobVersionedHashes?: undefined | undefined;
1361
- chainId: number;
1362
- type: "eip7702";
1363
- gasPrice?: undefined | undefined;
1364
- maxFeePerBlobGas?: undefined | undefined;
1365
- maxFeePerGas: bigint;
1366
- maxPriorityFeePerGas: bigint;
1367
- isSystemTx?: undefined | undefined;
1368
- mint?: undefined | undefined;
1369
- sourceHash?: undefined | undefined;
1370
- }) & {};
1371
- type: "transaction";
1372
- };
1373
- readonly transactionReceipt: {
1374
- exclude: [] | undefined;
1375
- format: (args: viem_chains.OpStackRpcTransactionReceipt) => {
1376
- blobGasPrice?: bigint | undefined;
1377
- blobGasUsed?: bigint | undefined;
1378
- blockHash: viem.Hash;
1379
- blockNumber: bigint;
1380
- contractAddress: viem.Address | null | undefined;
1381
- cumulativeGasUsed: bigint;
1382
- effectiveGasPrice: bigint;
1383
- from: viem.Address;
1384
- gasUsed: bigint;
1385
- logs: viem.Log<bigint, number, false>[];
1386
- logsBloom: viem.Hex;
1387
- root?: `0x${string}` | undefined;
1388
- status: "success" | "reverted";
1389
- to: viem.Address | null;
1390
- transactionHash: viem.Hash;
1391
- transactionIndex: number;
1392
- type: viem.TransactionType;
1393
- l1GasPrice: bigint | null;
1394
- l1GasUsed: bigint | null;
1395
- l1Fee: bigint | null;
1396
- l1FeeScalar: number | null;
1397
- } & {};
1398
- type: "transactionReceipt";
1399
- };
1400
- };
1401
- serializers: {
1402
- readonly transaction: typeof viem_chains.serializeTransactionOpStack;
1403
- };
1404
- };
1405
- 1666600000: {
1406
- blockExplorers: {
1407
- readonly default: {
1408
- readonly name: "Harmony Explorer";
1409
- readonly url: "https://explorer.harmony.one";
1410
- };
1411
- };
1412
- contracts: {
1413
- readonly multicall3: {
1414
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1415
- readonly blockCreated: 24185753;
1416
- };
1417
- };
1418
- id: 1666600000;
1419
- name: "Harmony One";
1420
- nativeCurrency: {
1421
- readonly name: "Harmony";
1422
- readonly symbol: "ONE";
1423
- readonly decimals: 18;
1424
- };
1425
- rpcUrls: {
1426
- readonly default: {
1427
- readonly http: readonly ["https://1666600000.rpc.thirdweb.com"];
1428
- };
1429
- };
1430
- sourceId?: number | undefined | undefined;
1431
- testnet?: boolean | undefined | undefined;
1432
- custom?: Record<string, unknown> | undefined;
1433
- fees?: viem.ChainFees<undefined> | undefined;
1434
- formatters?: undefined;
1435
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
1436
- };
1437
- 11155111: {
1438
- blockExplorers: {
1439
- readonly default: {
1440
- readonly name: "Etherscan";
1441
- readonly url: "https://sepolia.etherscan.io";
1442
- readonly apiUrl: "https://api-sepolia.etherscan.io/api";
1443
- };
1444
- };
1445
- contracts: {
1446
- readonly multicall3: {
1447
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1448
- readonly blockCreated: 751532;
1449
- };
1450
- readonly ensRegistry: {
1451
- readonly address: "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e";
1452
- };
1453
- readonly ensUniversalResolver: {
1454
- readonly address: "0xc8Af999e38273D658BE1b921b88A9Ddf005769cC";
1455
- readonly blockCreated: 5317080;
1456
- };
1457
- };
1458
- id: 11155111;
1459
- name: "Sepolia";
1460
- nativeCurrency: {
1461
- readonly name: "Sepolia Ether";
1462
- readonly symbol: "ETH";
1463
- readonly decimals: 18;
1464
- };
1465
- rpcUrls: {
1466
- readonly default: {
1467
- readonly http: readonly ["https://sepolia.drpc.org"];
1468
- };
1469
- };
1470
- sourceId?: number | undefined | undefined;
1471
- testnet: true;
1472
- custom?: Record<string, unknown> | undefined;
1473
- fees?: viem.ChainFees<undefined> | undefined;
1474
- formatters?: undefined;
1475
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
1476
- };
1477
- 534352: {
1478
- blockExplorers: {
1479
- readonly default: {
1480
- readonly name: "Scrollscan";
1481
- readonly url: "https://scrollscan.com";
1482
- readonly apiUrl: "https://api.scrollscan.com/api";
1483
- };
1484
- };
1485
- contracts: {
1486
- readonly multicall3: {
1487
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1488
- readonly blockCreated: 14;
1489
- };
1490
- };
1491
- id: 534352;
1492
- name: "Scroll";
1493
- nativeCurrency: {
1494
- readonly name: "Ether";
1495
- readonly symbol: "ETH";
1496
- readonly decimals: 18;
1497
- };
1498
- rpcUrls: {
1499
- readonly default: {
1500
- readonly http: readonly ["https://rpc.scroll.io"];
1501
- readonly webSocket: readonly ["wss://wss-rpc.scroll.io/ws"];
1502
- };
1503
- };
1504
- sourceId?: number | undefined | undefined;
1505
- testnet: false;
1506
- custom?: Record<string, unknown> | undefined;
1507
- fees?: viem.ChainFees<undefined> | undefined;
1508
- formatters?: undefined;
1509
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
1510
- };
1511
- 534351: {
1512
- blockExplorers: {
1513
- readonly default: {
1514
- readonly name: "Scrollscan";
1515
- readonly url: "https://sepolia.scrollscan.com";
1516
- readonly apiUrl: "https://api-sepolia.scrollscan.com/api";
1517
- };
1518
- };
1519
- contracts: {
1520
- readonly multicall3: {
1521
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1522
- readonly blockCreated: 9473;
1523
- };
1524
- };
1525
- id: 534351;
1526
- name: "Scroll Sepolia";
1527
- nativeCurrency: {
1528
- readonly name: "Ether";
1529
- readonly symbol: "ETH";
1530
- readonly decimals: 18;
1531
- };
1532
- rpcUrls: {
1533
- readonly default: {
1534
- readonly http: readonly ["https://sepolia-rpc.scroll.io"];
1535
- };
1536
- };
1537
- sourceId?: number | undefined | undefined;
1538
- testnet: true;
1539
- custom?: Record<string, unknown> | undefined;
1540
- fees?: viem.ChainFees<undefined> | undefined;
1541
- formatters?: undefined;
1542
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
1543
- };
1544
- 146: {
1545
- blockExplorers: {
1546
- readonly default: {
1547
- readonly name: "Sonic Explorer";
1548
- readonly url: "https://sonicscan.org";
1549
- };
1550
- };
1551
- contracts: {
1552
- readonly multicall3: {
1553
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1554
- readonly blockCreated: 60;
1555
- };
1556
- };
1557
- id: 146;
1558
- name: "Sonic";
1559
- nativeCurrency: {
1560
- readonly decimals: 18;
1561
- readonly name: "Sonic";
1562
- readonly symbol: "S";
1563
- };
1564
- rpcUrls: {
1565
- readonly default: {
1566
- readonly http: readonly ["https://rpc.soniclabs.com"];
1567
- };
1568
- };
1569
- sourceId?: number | undefined | undefined;
1570
- testnet: false;
1571
- custom?: Record<string, unknown> | undefined;
1572
- fees?: viem.ChainFees<undefined> | undefined;
1573
- formatters?: undefined;
1574
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
1575
- };
1576
- 5000: {
1577
- blockExplorers: {
1578
- readonly default: {
1579
- readonly name: "Mantle Explorer";
1580
- readonly url: "https://mantlescan.xyz/";
1581
- readonly apiUrl: "https://api.mantlescan.xyz/api";
1582
- };
1583
- };
1584
- contracts: {
1585
- readonly multicall3: {
1586
- readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
1587
- readonly blockCreated: 304717;
1588
- };
1589
- };
1590
- id: 5000;
1591
- name: "Mantle";
1592
- nativeCurrency: {
1593
- readonly decimals: 18;
1594
- readonly name: "MNT";
1595
- readonly symbol: "MNT";
1596
- };
1597
- rpcUrls: {
1598
- readonly default: {
1599
- readonly http: readonly ["https://rpc.mantle.xyz"];
1600
- };
1601
- };
1602
- sourceId?: number | undefined | undefined;
1603
- testnet?: boolean | undefined | undefined;
1604
- custom?: Record<string, unknown> | undefined;
1605
- fees?: viem.ChainFees<undefined> | undefined;
1606
- formatters?: undefined;
1607
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
1608
- };
1609
- 1088: {
1610
- blockExplorers: {
1611
- readonly default: {
1612
- readonly name: "Metis Explorer";
1613
- readonly url: "https://explorer.metis.io";
1614
- readonly apiUrl: "https://api.routescan.io/v2/network/mainnet/evm/1088/etherscan/api";
1615
- };
1616
- };
1617
- contracts: {
1618
- readonly multicall3: {
1619
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1620
- readonly blockCreated: 2338552;
1621
- };
1622
- };
1623
- id: 1088;
1624
- name: "Metis";
1625
- nativeCurrency: {
1626
- readonly decimals: 18;
1627
- readonly name: "Metis";
1628
- readonly symbol: "METIS";
1629
- };
1630
- rpcUrls: {
1631
- readonly default: {
1632
- readonly http: readonly ["https://metis.rpc.hypersync.xyz", "https://metis-pokt.nodies.app", "https://api.blockeden.xyz/metis/67nCBdZQSH9z3YqDDjdm", "https://metis-andromeda.rpc.thirdweb.com", "https://metis-andromeda.gateway.tenderly.co", "https://metis.api.onfinality.io/public", "wss://metis-rpc.publicnode.com", "https://andromeda.metis.io/?owner=1088", "wss://metis.drpc.org", "https://metis-mainnet.public.blastapi.io"];
1633
- };
1634
- };
1635
- sourceId?: number | undefined | undefined;
1636
- testnet?: boolean | undefined | undefined;
1637
- custom?: Record<string, unknown> | undefined;
1638
- fees?: viem.ChainFees<undefined> | undefined;
1639
- formatters?: undefined;
1640
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
1641
- };
1642
- 8453: {
1643
- blockExplorers: {
1644
- readonly default: {
1645
- readonly name: "Basescan";
1646
- readonly url: "https://basescan.org";
1647
- readonly apiUrl: "https://api.basescan.org/api";
1648
- };
1649
- };
1650
- contracts: {
1651
- readonly disputeGameFactory: {
1652
- readonly 1: {
1653
- readonly address: "0x43edB88C4B80fDD2AdFF2412A7BebF9dF42cB40e";
1654
- };
1655
- };
1656
- readonly l2OutputOracle: {
1657
- readonly 1: {
1658
- readonly address: "0x56315b90c40730925ec5485cf004d835058518A0";
1659
- };
1660
- };
1661
- readonly multicall3: {
1662
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1663
- readonly blockCreated: 5022;
1664
- };
1665
- readonly portal: {
1666
- readonly 1: {
1667
- readonly address: "0x49048044D57e1C92A77f79988d21Fa8fAF74E97e";
1668
- readonly blockCreated: 17482143;
1669
- };
1670
- };
1671
- readonly l1StandardBridge: {
1672
- readonly 1: {
1673
- readonly address: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35";
1674
- readonly blockCreated: 17482143;
1675
- };
1676
- };
1677
- readonly gasPriceOracle: {
1678
- readonly address: "0x420000000000000000000000000000000000000F";
1679
- };
1680
- readonly l1Block: {
1681
- readonly address: "0x4200000000000000000000000000000000000015";
1682
- };
1683
- readonly l2CrossDomainMessenger: {
1684
- readonly address: "0x4200000000000000000000000000000000000007";
1685
- };
1686
- readonly l2Erc721Bridge: {
1687
- readonly address: "0x4200000000000000000000000000000000000014";
1688
- };
1689
- readonly l2StandardBridge: {
1690
- readonly address: "0x4200000000000000000000000000000000000010";
1691
- };
1692
- readonly l2ToL1MessagePasser: {
1693
- readonly address: "0x4200000000000000000000000000000000000016";
1694
- };
1695
- };
1696
- id: 8453;
1697
- name: "Base";
1698
- nativeCurrency: {
1699
- readonly name: "Ether";
1700
- readonly symbol: "ETH";
1701
- readonly decimals: 18;
1702
- };
1703
- rpcUrls: {
1704
- readonly default: {
1705
- readonly http: readonly ["https://mainnet.base.org"];
1706
- };
1707
- };
1708
- sourceId: 1;
1709
- testnet?: boolean | undefined | undefined;
1710
- custom?: Record<string, unknown> | undefined;
1711
- fees?: viem.ChainFees<undefined> | undefined;
1712
- formatters: {
1713
- readonly block: {
1714
- exclude: [] | undefined;
1715
- format: (args: viem_chains.OpStackRpcBlock) => {
1716
- baseFeePerGas: bigint | null;
1717
- blobGasUsed: bigint;
1718
- difficulty: bigint;
1719
- excessBlobGas: bigint;
1720
- extraData: viem.Hex;
1721
- gasLimit: bigint;
1722
- gasUsed: bigint;
1723
- hash: `0x${string}` | null;
1724
- logsBloom: `0x${string}` | null;
1725
- miner: viem.Address;
1726
- mixHash: viem.Hash;
1727
- nonce: `0x${string}` | null;
1728
- number: bigint | null;
1729
- parentBeaconBlockRoot?: `0x${string}` | undefined;
1730
- parentHash: viem.Hash;
1731
- receiptsRoot: viem.Hex;
1732
- sealFields: viem.Hex[];
1733
- sha3Uncles: viem.Hash;
1734
- size: bigint;
1735
- stateRoot: viem.Hash;
1736
- timestamp: bigint;
1737
- totalDifficulty: bigint | null;
1738
- transactions: `0x${string}`[] | viem_chains.OpStackTransaction<boolean>[];
1739
- transactionsRoot: viem.Hash;
1740
- uncles: viem.Hash[];
1741
- withdrawals?: viem.Withdrawal[] | undefined | undefined;
1742
- withdrawalsRoot?: `0x${string}` | undefined;
1743
- } & {};
1744
- type: "block";
1745
- };
1746
- readonly transaction: {
1747
- exclude: [] | undefined;
1748
- format: (args: viem_chains.OpStackRpcTransaction) => ({
1749
- blockHash: `0x${string}` | null;
1750
- blockNumber: bigint | null;
1751
- from: viem.Address;
1752
- gas: bigint;
1753
- hash: viem.Hash;
1754
- input: viem.Hex;
1755
- nonce: number;
1756
- r: viem.Hex;
1757
- s: viem.Hex;
1758
- to: viem.Address | null;
1759
- transactionIndex: number | null;
1760
- typeHex: viem.Hex | null;
1761
- v: bigint;
1762
- value: bigint;
1763
- yParity: number;
1764
- gasPrice?: undefined | undefined;
1765
- maxFeePerBlobGas?: undefined | undefined;
1766
- maxFeePerGas: bigint;
1767
- maxPriorityFeePerGas: bigint;
1768
- isSystemTx?: boolean;
1769
- mint?: bigint | undefined | undefined;
1770
- sourceHash: viem.Hex;
1771
- type: "deposit";
1772
- } | {
1773
- r: viem.Hex;
1774
- s: viem.Hex;
1775
- v: bigint;
1776
- to: viem.Address | null;
1777
- from: viem.Address;
1778
- gas: bigint;
1779
- nonce: number;
1780
- value: bigint;
1781
- blockHash: `0x${string}` | null;
1782
- blockNumber: bigint | null;
1783
- hash: viem.Hash;
1784
- input: viem.Hex;
1785
- transactionIndex: number | null;
1786
- typeHex: viem.Hex | null;
1787
- accessList?: undefined | undefined;
1788
- authorizationList?: undefined | undefined;
1789
- blobVersionedHashes?: undefined | undefined;
1790
- chainId?: number | undefined;
1791
- yParity?: undefined | undefined;
1792
- type: "legacy";
1793
- gasPrice: bigint;
1794
- maxFeePerBlobGas?: undefined | undefined;
1795
- maxFeePerGas?: undefined | undefined;
1796
- maxPriorityFeePerGas?: undefined | undefined;
1797
- isSystemTx?: undefined | undefined;
1798
- mint?: undefined | undefined;
1799
- sourceHash?: undefined | undefined;
1800
- } | {
1801
- blockHash: `0x${string}` | null;
1802
- blockNumber: bigint | null;
1803
- from: viem.Address;
1804
- gas: bigint;
1805
- hash: viem.Hash;
1806
- input: viem.Hex;
1807
- nonce: number;
1808
- r: viem.Hex;
1809
- s: viem.Hex;
1810
- to: viem.Address | null;
1811
- transactionIndex: number | null;
1812
- typeHex: viem.Hex | null;
1813
- v: bigint;
1814
- value: bigint;
1815
- yParity: number;
1816
- accessList: viem.AccessList;
1817
- authorizationList?: undefined | undefined;
1818
- blobVersionedHashes?: undefined | undefined;
1819
- chainId: number;
1820
- type: "eip2930";
1821
- gasPrice: bigint;
1822
- maxFeePerBlobGas?: undefined | undefined;
1823
- maxFeePerGas?: undefined | undefined;
1824
- maxPriorityFeePerGas?: undefined | undefined;
1825
- isSystemTx?: undefined | undefined;
1826
- mint?: undefined | undefined;
1827
- sourceHash?: undefined | undefined;
1828
- } | {
1829
- blockHash: `0x${string}` | null;
1830
- blockNumber: bigint | null;
1831
- from: viem.Address;
1832
- gas: bigint;
1833
- hash: viem.Hash;
1834
- input: viem.Hex;
1835
- nonce: number;
1836
- r: viem.Hex;
1837
- s: viem.Hex;
1838
- to: viem.Address | null;
1839
- transactionIndex: number | null;
1840
- typeHex: viem.Hex | null;
1841
- v: bigint;
1842
- value: bigint;
1843
- yParity: number;
1844
- accessList: viem.AccessList;
1845
- authorizationList?: undefined | undefined;
1846
- blobVersionedHashes?: undefined | undefined;
1847
- chainId: number;
1848
- type: "eip1559";
1849
- gasPrice?: undefined | undefined;
1850
- maxFeePerBlobGas?: undefined | undefined;
1851
- maxFeePerGas: bigint;
1852
- maxPriorityFeePerGas: bigint;
1853
- isSystemTx?: undefined | undefined;
1854
- mint?: undefined | undefined;
1855
- sourceHash?: undefined | undefined;
1856
- } | {
1857
- blockHash: `0x${string}` | null;
1858
- blockNumber: bigint | null;
1859
- from: viem.Address;
1860
- gas: bigint;
1861
- hash: viem.Hash;
1862
- input: viem.Hex;
1863
- nonce: number;
1864
- r: viem.Hex;
1865
- s: viem.Hex;
1866
- to: viem.Address | null;
1867
- transactionIndex: number | null;
1868
- typeHex: viem.Hex | null;
1869
- v: bigint;
1870
- value: bigint;
1871
- yParity: number;
1872
- accessList: viem.AccessList;
1873
- authorizationList?: undefined | undefined;
1874
- blobVersionedHashes: readonly viem.Hex[];
1875
- chainId: number;
1876
- type: "eip4844";
1877
- gasPrice?: undefined | undefined;
1878
- maxFeePerBlobGas: bigint;
1879
- maxFeePerGas: bigint;
1880
- maxPriorityFeePerGas: bigint;
1881
- isSystemTx?: undefined | undefined;
1882
- mint?: undefined | undefined;
1883
- sourceHash?: undefined | undefined;
1884
- } | {
1885
- blockHash: `0x${string}` | null;
1886
- blockNumber: bigint | null;
1887
- from: viem.Address;
1888
- gas: bigint;
1889
- hash: viem.Hash;
1890
- input: viem.Hex;
1891
- nonce: number;
1892
- r: viem.Hex;
1893
- s: viem.Hex;
1894
- to: viem.Address | null;
1895
- transactionIndex: number | null;
1896
- typeHex: viem.Hex | null;
1897
- v: bigint;
1898
- value: bigint;
1899
- yParity: number;
1900
- accessList: viem.AccessList;
1901
- authorizationList: viem.SignedAuthorizationList;
1902
- blobVersionedHashes?: undefined | undefined;
1903
- chainId: number;
1904
- type: "eip7702";
1905
- gasPrice?: undefined | undefined;
1906
- maxFeePerBlobGas?: undefined | undefined;
1907
- maxFeePerGas: bigint;
1908
- maxPriorityFeePerGas: bigint;
1909
- isSystemTx?: undefined | undefined;
1910
- mint?: undefined | undefined;
1911
- sourceHash?: undefined | undefined;
1912
- }) & {};
1913
- type: "transaction";
1914
- };
1915
- readonly transactionReceipt: {
1916
- exclude: [] | undefined;
1917
- format: (args: viem_chains.OpStackRpcTransactionReceipt) => {
1918
- blobGasPrice?: bigint | undefined;
1919
- blobGasUsed?: bigint | undefined;
1920
- blockHash: viem.Hash;
1921
- blockNumber: bigint;
1922
- contractAddress: viem.Address | null | undefined;
1923
- cumulativeGasUsed: bigint;
1924
- effectiveGasPrice: bigint;
1925
- from: viem.Address;
1926
- gasUsed: bigint;
1927
- logs: viem.Log<bigint, number, false>[];
1928
- logsBloom: viem.Hex;
1929
- root?: `0x${string}` | undefined;
1930
- status: "success" | "reverted";
1931
- to: viem.Address | null;
1932
- transactionHash: viem.Hash;
1933
- transactionIndex: number;
1934
- type: viem.TransactionType;
1935
- l1GasPrice: bigint | null;
1936
- l1GasUsed: bigint | null;
1937
- l1Fee: bigint | null;
1938
- l1FeeScalar: number | null;
1939
- } & {};
1940
- type: "transactionReceipt";
1941
- };
1942
- };
1943
- serializers: {
1944
- readonly transaction: typeof viem_chains.serializeTransactionOpStack;
1945
- };
1946
- };
1947
- 84532: {
1948
- blockExplorers: {
1949
- readonly default: {
1950
- readonly name: "Basescan";
1951
- readonly url: "https://sepolia.basescan.org";
1952
- readonly apiUrl: "https://api-sepolia.basescan.org/api";
1953
- };
1954
- };
1955
- contracts: {
1956
- readonly disputeGameFactory: {
1957
- readonly 11155111: {
1958
- readonly address: "0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1";
1959
- };
1960
- };
1961
- readonly l2OutputOracle: {
1962
- readonly 11155111: {
1963
- readonly address: "0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254";
1964
- };
1965
- };
1966
- readonly portal: {
1967
- readonly 11155111: {
1968
- readonly address: "0x49f53e41452c74589e85ca1677426ba426459e85";
1969
- readonly blockCreated: 4446677;
1970
- };
1971
- };
1972
- readonly l1StandardBridge: {
1973
- readonly 11155111: {
1974
- readonly address: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120";
1975
- readonly blockCreated: 4446677;
1976
- };
1977
- };
1978
- readonly multicall3: {
1979
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
1980
- readonly blockCreated: 1059647;
1981
- };
1982
- readonly gasPriceOracle: {
1983
- readonly address: "0x420000000000000000000000000000000000000F";
1984
- };
1985
- readonly l1Block: {
1986
- readonly address: "0x4200000000000000000000000000000000000015";
1987
- };
1988
- readonly l2CrossDomainMessenger: {
1989
- readonly address: "0x4200000000000000000000000000000000000007";
1990
- };
1991
- readonly l2Erc721Bridge: {
1992
- readonly address: "0x4200000000000000000000000000000000000014";
1993
- };
1994
- readonly l2StandardBridge: {
1995
- readonly address: "0x4200000000000000000000000000000000000010";
1996
- };
1997
- readonly l2ToL1MessagePasser: {
1998
- readonly address: "0x4200000000000000000000000000000000000016";
1999
- };
2000
- };
2001
- id: 84532;
2002
- name: "Base Sepolia";
2003
- nativeCurrency: {
2004
- readonly name: "Sepolia Ether";
2005
- readonly symbol: "ETH";
2006
- readonly decimals: 18;
2007
- };
2008
- rpcUrls: {
2009
- readonly default: {
2010
- readonly http: readonly ["https://sepolia.base.org"];
2011
- };
2012
- };
2013
- sourceId: 11155111;
2014
- testnet: true;
2015
- custom?: Record<string, unknown> | undefined;
2016
- fees?: viem.ChainFees<undefined> | undefined;
2017
- formatters: {
2018
- readonly block: {
2019
- exclude: [] | undefined;
2020
- format: (args: viem_chains.OpStackRpcBlock) => {
2021
- baseFeePerGas: bigint | null;
2022
- blobGasUsed: bigint;
2023
- difficulty: bigint;
2024
- excessBlobGas: bigint;
2025
- extraData: viem.Hex;
2026
- gasLimit: bigint;
2027
- gasUsed: bigint;
2028
- hash: `0x${string}` | null;
2029
- logsBloom: `0x${string}` | null;
2030
- miner: viem.Address;
2031
- mixHash: viem.Hash;
2032
- nonce: `0x${string}` | null;
2033
- number: bigint | null;
2034
- parentBeaconBlockRoot?: `0x${string}` | undefined;
2035
- parentHash: viem.Hash;
2036
- receiptsRoot: viem.Hex;
2037
- sealFields: viem.Hex[];
2038
- sha3Uncles: viem.Hash;
2039
- size: bigint;
2040
- stateRoot: viem.Hash;
2041
- timestamp: bigint;
2042
- totalDifficulty: bigint | null;
2043
- transactions: `0x${string}`[] | viem_chains.OpStackTransaction<boolean>[];
2044
- transactionsRoot: viem.Hash;
2045
- uncles: viem.Hash[];
2046
- withdrawals?: viem.Withdrawal[] | undefined | undefined;
2047
- withdrawalsRoot?: `0x${string}` | undefined;
2048
- } & {};
2049
- type: "block";
2050
- };
2051
- readonly transaction: {
2052
- exclude: [] | undefined;
2053
- format: (args: viem_chains.OpStackRpcTransaction) => ({
2054
- blockHash: `0x${string}` | null;
2055
- blockNumber: bigint | null;
2056
- from: viem.Address;
2057
- gas: bigint;
2058
- hash: viem.Hash;
2059
- input: viem.Hex;
2060
- nonce: number;
2061
- r: viem.Hex;
2062
- s: viem.Hex;
2063
- to: viem.Address | null;
2064
- transactionIndex: number | null;
2065
- typeHex: viem.Hex | null;
2066
- v: bigint;
2067
- value: bigint;
2068
- yParity: number;
2069
- gasPrice?: undefined | undefined;
2070
- maxFeePerBlobGas?: undefined | undefined;
2071
- maxFeePerGas: bigint;
2072
- maxPriorityFeePerGas: bigint;
2073
- isSystemTx?: boolean;
2074
- mint?: bigint | undefined | undefined;
2075
- sourceHash: viem.Hex;
2076
- type: "deposit";
2077
- } | {
2078
- r: viem.Hex;
2079
- s: viem.Hex;
2080
- v: bigint;
2081
- to: viem.Address | null;
2082
- from: viem.Address;
2083
- gas: bigint;
2084
- nonce: number;
2085
- value: bigint;
2086
- blockHash: `0x${string}` | null;
2087
- blockNumber: bigint | null;
2088
- hash: viem.Hash;
2089
- input: viem.Hex;
2090
- transactionIndex: number | null;
2091
- typeHex: viem.Hex | null;
2092
- accessList?: undefined | undefined;
2093
- authorizationList?: undefined | undefined;
2094
- blobVersionedHashes?: undefined | undefined;
2095
- chainId?: number | undefined;
2096
- yParity?: undefined | undefined;
2097
- type: "legacy";
2098
- gasPrice: bigint;
2099
- maxFeePerBlobGas?: undefined | undefined;
2100
- maxFeePerGas?: undefined | undefined;
2101
- maxPriorityFeePerGas?: undefined | undefined;
2102
- isSystemTx?: undefined | undefined;
2103
- mint?: undefined | undefined;
2104
- sourceHash?: undefined | undefined;
2105
- } | {
2106
- blockHash: `0x${string}` | null;
2107
- blockNumber: bigint | null;
2108
- from: viem.Address;
2109
- gas: bigint;
2110
- hash: viem.Hash;
2111
- input: viem.Hex;
2112
- nonce: number;
2113
- r: viem.Hex;
2114
- s: viem.Hex;
2115
- to: viem.Address | null;
2116
- transactionIndex: number | null;
2117
- typeHex: viem.Hex | null;
2118
- v: bigint;
2119
- value: bigint;
2120
- yParity: number;
2121
- accessList: viem.AccessList;
2122
- authorizationList?: undefined | undefined;
2123
- blobVersionedHashes?: undefined | undefined;
2124
- chainId: number;
2125
- type: "eip2930";
2126
- gasPrice: bigint;
2127
- maxFeePerBlobGas?: undefined | undefined;
2128
- maxFeePerGas?: undefined | undefined;
2129
- maxPriorityFeePerGas?: undefined | undefined;
2130
- isSystemTx?: undefined | undefined;
2131
- mint?: undefined | undefined;
2132
- sourceHash?: undefined | undefined;
2133
- } | {
2134
- blockHash: `0x${string}` | null;
2135
- blockNumber: bigint | null;
2136
- from: viem.Address;
2137
- gas: bigint;
2138
- hash: viem.Hash;
2139
- input: viem.Hex;
2140
- nonce: number;
2141
- r: viem.Hex;
2142
- s: viem.Hex;
2143
- to: viem.Address | null;
2144
- transactionIndex: number | null;
2145
- typeHex: viem.Hex | null;
2146
- v: bigint;
2147
- value: bigint;
2148
- yParity: number;
2149
- accessList: viem.AccessList;
2150
- authorizationList?: undefined | undefined;
2151
- blobVersionedHashes?: undefined | undefined;
2152
- chainId: number;
2153
- type: "eip1559";
2154
- gasPrice?: undefined | undefined;
2155
- maxFeePerBlobGas?: undefined | undefined;
2156
- maxFeePerGas: bigint;
2157
- maxPriorityFeePerGas: bigint;
2158
- isSystemTx?: undefined | undefined;
2159
- mint?: undefined | undefined;
2160
- sourceHash?: undefined | undefined;
2161
- } | {
2162
- blockHash: `0x${string}` | null;
2163
- blockNumber: bigint | null;
2164
- from: viem.Address;
2165
- gas: bigint;
2166
- hash: viem.Hash;
2167
- input: viem.Hex;
2168
- nonce: number;
2169
- r: viem.Hex;
2170
- s: viem.Hex;
2171
- to: viem.Address | null;
2172
- transactionIndex: number | null;
2173
- typeHex: viem.Hex | null;
2174
- v: bigint;
2175
- value: bigint;
2176
- yParity: number;
2177
- accessList: viem.AccessList;
2178
- authorizationList?: undefined | undefined;
2179
- blobVersionedHashes: readonly viem.Hex[];
2180
- chainId: number;
2181
- type: "eip4844";
2182
- gasPrice?: undefined | undefined;
2183
- maxFeePerBlobGas: bigint;
2184
- maxFeePerGas: bigint;
2185
- maxPriorityFeePerGas: bigint;
2186
- isSystemTx?: undefined | undefined;
2187
- mint?: undefined | undefined;
2188
- sourceHash?: undefined | undefined;
2189
- } | {
2190
- blockHash: `0x${string}` | null;
2191
- blockNumber: bigint | null;
2192
- from: viem.Address;
2193
- gas: bigint;
2194
- hash: viem.Hash;
2195
- input: viem.Hex;
2196
- nonce: number;
2197
- r: viem.Hex;
2198
- s: viem.Hex;
2199
- to: viem.Address | null;
2200
- transactionIndex: number | null;
2201
- typeHex: viem.Hex | null;
2202
- v: bigint;
2203
- value: bigint;
2204
- yParity: number;
2205
- accessList: viem.AccessList;
2206
- authorizationList: viem.SignedAuthorizationList;
2207
- blobVersionedHashes?: undefined | undefined;
2208
- chainId: number;
2209
- type: "eip7702";
2210
- gasPrice?: undefined | undefined;
2211
- maxFeePerBlobGas?: undefined | undefined;
2212
- maxFeePerGas: bigint;
2213
- maxPriorityFeePerGas: bigint;
2214
- isSystemTx?: undefined | undefined;
2215
- mint?: undefined | undefined;
2216
- sourceHash?: undefined | undefined;
2217
- }) & {};
2218
- type: "transaction";
2219
- };
2220
- readonly transactionReceipt: {
2221
- exclude: [] | undefined;
2222
- format: (args: viem_chains.OpStackRpcTransactionReceipt) => {
2223
- blobGasPrice?: bigint | undefined;
2224
- blobGasUsed?: bigint | undefined;
2225
- blockHash: viem.Hash;
2226
- blockNumber: bigint;
2227
- contractAddress: viem.Address | null | undefined;
2228
- cumulativeGasUsed: bigint;
2229
- effectiveGasPrice: bigint;
2230
- from: viem.Address;
2231
- gasUsed: bigint;
2232
- logs: viem.Log<bigint, number, false>[];
2233
- logsBloom: viem.Hex;
2234
- root?: `0x${string}` | undefined;
2235
- status: "success" | "reverted";
2236
- to: viem.Address | null;
2237
- transactionHash: viem.Hash;
2238
- transactionIndex: number;
2239
- type: viem.TransactionType;
2240
- l1GasPrice: bigint | null;
2241
- l1GasUsed: bigint | null;
2242
- l1Fee: bigint | null;
2243
- l1FeeScalar: number | null;
2244
- } & {};
2245
- type: "transactionReceipt";
2246
- };
2247
- };
2248
- serializers: {
2249
- readonly transaction: typeof viem_chains.serializeTransactionOpStack;
2250
- };
2251
- readonly network: "base-sepolia";
2252
- };
2253
- 56: {
2254
- blockExplorers: {
2255
- readonly default: {
2256
- readonly name: "BscScan";
2257
- readonly url: "https://bscscan.com";
2258
- readonly apiUrl: "https://api.bscscan.com/api";
2259
- };
2260
- };
2261
- contracts: {
2262
- readonly multicall3: {
2263
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2264
- readonly blockCreated: 15921452;
2265
- };
2266
- };
2267
- id: 56;
2268
- name: "BNB Smart Chain";
2269
- nativeCurrency: {
2270
- readonly decimals: 18;
2271
- readonly name: "BNB";
2272
- readonly symbol: "BNB";
2273
- };
2274
- rpcUrls: {
2275
- readonly default: {
2276
- readonly http: readonly ["https://56.rpc.thirdweb.com"];
2277
- };
2278
- };
2279
- sourceId?: number | undefined | undefined;
2280
- testnet?: boolean | undefined | undefined;
2281
- custom?: Record<string, unknown> | undefined;
2282
- fees?: viem.ChainFees<undefined> | undefined;
2283
- formatters?: undefined;
2284
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
2285
- };
2286
- 100: {
2287
- blockExplorers: {
2288
- readonly default: {
2289
- readonly name: "Gnosisscan";
2290
- readonly url: "https://gnosisscan.io";
2291
- readonly apiUrl: "https://api.gnosisscan.io/api";
2292
- };
2293
- };
2294
- contracts: {
2295
- readonly multicall3: {
2296
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2297
- readonly blockCreated: 21022491;
2298
- };
2299
- };
2300
- id: 100;
2301
- name: "Gnosis";
2302
- nativeCurrency: {
2303
- readonly decimals: 18;
2304
- readonly name: "xDAI";
2305
- readonly symbol: "XDAI";
2306
- };
2307
- rpcUrls: {
2308
- readonly default: {
2309
- readonly http: readonly ["https://rpc.gnosischain.com"];
2310
- readonly webSocket: readonly ["wss://rpc.gnosischain.com/wss"];
2311
- };
2312
- };
2313
- sourceId?: number | undefined | undefined;
2314
- testnet?: boolean | undefined | undefined;
2315
- custom?: Record<string, unknown> | undefined;
2316
- fees?: viem.ChainFees<undefined> | undefined;
2317
- formatters?: undefined;
2318
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
2319
- };
2320
- 1101: {
2321
- blockExplorers: {
2322
- readonly default: {
2323
- readonly name: "PolygonScan";
2324
- readonly url: "https://zkevm.polygonscan.com";
2325
- readonly apiUrl: "https://api-zkevm.polygonscan.com/api";
2326
- };
2327
- };
2328
- contracts: {
2329
- readonly multicall3: {
2330
- readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
2331
- readonly blockCreated: 57746;
2332
- };
2333
- };
2334
- id: 1101;
2335
- name: "Polygon zkEVM";
2336
- nativeCurrency: {
2337
- readonly name: "Ether";
2338
- readonly symbol: "ETH";
2339
- readonly decimals: 18;
2340
- };
2341
- rpcUrls: {
2342
- readonly default: {
2343
- readonly http: readonly ["https://zkevm-rpc.com"];
2344
- };
2345
- };
2346
- sourceId?: number | undefined | undefined;
2347
- testnet?: boolean | undefined | undefined;
2348
- custom?: Record<string, unknown> | undefined;
2349
- fees?: viem.ChainFees<undefined> | undefined;
2350
- formatters?: undefined;
2351
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
2352
- };
2353
- 42220: {
2354
- blockExplorers: {
2355
- readonly default: {
2356
- readonly name: "Celo Explorer";
2357
- readonly url: "https://celoscan.io";
2358
- readonly apiUrl: "https://api.celoscan.io/api";
2359
- };
2360
- };
2361
- contracts: {
2362
- readonly multicall3: {
2363
- readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
2364
- readonly blockCreated: 13112599;
2365
- };
2366
- };
2367
- id: 42220;
2368
- name: "Celo";
2369
- nativeCurrency: {
2370
- readonly decimals: 18;
2371
- readonly name: "CELO";
2372
- readonly symbol: "CELO";
2373
- };
2374
- rpcUrls: {
2375
- readonly default: {
2376
- readonly http: readonly ["https://forno.celo.org"];
2377
- };
2378
- };
2379
- sourceId?: number | undefined | undefined;
2380
- testnet: false;
2381
- custom?: Record<string, unknown> | undefined;
2382
- fees: viem.ChainFees<{
2383
- readonly block: {
2384
- exclude: [] | undefined;
2385
- format: (args: viem_chains.CeloRpcBlock) => {
2386
- baseFeePerGas: bigint | null;
2387
- blobGasUsed: bigint;
2388
- difficulty: bigint | undefined;
2389
- excessBlobGas: bigint;
2390
- extraData: viem.Hex;
2391
- gasLimit: bigint | undefined;
2392
- gasUsed: bigint;
2393
- hash: `0x${string}` | null;
2394
- logsBloom: `0x${string}` | null;
2395
- miner: viem.Address;
2396
- nonce: bigint | null | undefined;
2397
- number: bigint | null;
2398
- parentBeaconBlockRoot?: `0x${string}` | undefined;
2399
- parentHash: viem.Hash;
2400
- receiptsRoot: viem.Hex;
2401
- sealFields: viem.Hex[];
2402
- sha3Uncles: viem.Hash;
2403
- size: bigint;
2404
- stateRoot: viem.Hash;
2405
- timestamp: bigint;
2406
- totalDifficulty: bigint | null;
2407
- transactions: `0x${string}`[] | viem_chains.CeloTransaction<boolean>[];
2408
- transactionsRoot: viem.Hash;
2409
- withdrawals?: viem.Withdrawal[] | undefined | undefined;
2410
- withdrawalsRoot?: `0x${string}` | undefined;
2411
- mixHash?: undefined | undefined;
2412
- randomness?: {
2413
- committed: viem.Hex;
2414
- revealed: viem.Hex;
2415
- } | undefined | undefined;
2416
- uncles?: undefined | undefined;
2417
- } & {};
2418
- type: "block";
2419
- };
2420
- readonly transaction: {
2421
- exclude: [] | undefined;
2422
- format: (args: viem_chains.CeloRpcTransaction) => ({
2423
- r: viem.Hex;
2424
- s: viem.Hex;
2425
- v: bigint;
2426
- to: viem.Address | null;
2427
- from: viem.Address;
2428
- gas: bigint;
2429
- nonce: number;
2430
- value: bigint;
2431
- blockHash: `0x${string}` | null;
2432
- blockNumber: bigint | null;
2433
- hash: viem.Hash;
2434
- input: viem.Hex;
2435
- transactionIndex: number | null;
2436
- typeHex: viem.Hex | null;
2437
- accessList?: undefined | undefined;
2438
- authorizationList?: undefined | undefined;
2439
- blobVersionedHashes?: undefined | undefined;
2440
- chainId?: number | undefined;
2441
- yParity?: undefined | undefined;
2442
- type: "legacy";
2443
- gasPrice: bigint;
2444
- maxFeePerBlobGas?: undefined | undefined;
2445
- maxFeePerGas?: undefined | undefined;
2446
- maxPriorityFeePerGas?: undefined | undefined;
2447
- feeCurrency: viem.Address | null;
2448
- mint?: undefined;
2449
- isSystemTx?: undefined;
2450
- sourceHash?: undefined;
2451
- gatewayFee?: undefined;
2452
- gatewayFeeRecipient?: undefined;
2453
- } | {
2454
- blockHash: `0x${string}` | null;
2455
- blockNumber: bigint | null;
2456
- from: viem.Address;
2457
- gas: bigint;
2458
- hash: viem.Hash;
2459
- input: viem.Hex;
2460
- nonce: number;
2461
- r: viem.Hex;
2462
- s: viem.Hex;
2463
- to: viem.Address | null;
2464
- transactionIndex: number | null;
2465
- typeHex: viem.Hex | null;
2466
- v: bigint;
2467
- value: bigint;
2468
- yParity: number;
2469
- accessList: viem.AccessList;
2470
- authorizationList?: undefined | undefined;
2471
- blobVersionedHashes?: undefined | undefined;
2472
- chainId: number;
2473
- type: "eip2930";
2474
- gasPrice: bigint;
2475
- maxFeePerBlobGas?: undefined | undefined;
2476
- maxFeePerGas?: undefined | undefined;
2477
- maxPriorityFeePerGas?: undefined | undefined;
2478
- feeCurrency: viem.Address | null;
2479
- mint?: undefined;
2480
- isSystemTx?: undefined;
2481
- sourceHash?: undefined;
2482
- gatewayFee?: undefined;
2483
- gatewayFeeRecipient?: undefined;
2484
- } | {
2485
- blockHash: `0x${string}` | null;
2486
- blockNumber: bigint | null;
2487
- from: viem.Address;
2488
- gas: bigint;
2489
- hash: viem.Hash;
2490
- input: viem.Hex;
2491
- nonce: number;
2492
- r: viem.Hex;
2493
- s: viem.Hex;
2494
- to: viem.Address | null;
2495
- transactionIndex: number | null;
2496
- typeHex: viem.Hex | null;
2497
- v: bigint;
2498
- value: bigint;
2499
- yParity: number;
2500
- accessList: viem.AccessList;
2501
- authorizationList?: undefined | undefined;
2502
- blobVersionedHashes?: undefined | undefined;
2503
- chainId: number;
2504
- type: "eip1559";
2505
- gasPrice?: undefined | undefined;
2506
- maxFeePerBlobGas?: undefined | undefined;
2507
- maxFeePerGas: bigint;
2508
- maxPriorityFeePerGas: bigint;
2509
- feeCurrency: viem.Address | null;
2510
- mint?: undefined;
2511
- isSystemTx?: undefined;
2512
- sourceHash?: undefined;
2513
- gatewayFee?: undefined;
2514
- gatewayFeeRecipient?: undefined;
2515
- } | {
2516
- blockHash: `0x${string}` | null;
2517
- blockNumber: bigint | null;
2518
- from: viem.Address;
2519
- gas: bigint;
2520
- hash: viem.Hash;
2521
- input: viem.Hex;
2522
- nonce: number;
2523
- r: viem.Hex;
2524
- s: viem.Hex;
2525
- to: viem.Address | null;
2526
- transactionIndex: number | null;
2527
- typeHex: viem.Hex | null;
2528
- v: bigint;
2529
- value: bigint;
2530
- yParity: number;
2531
- accessList: viem.AccessList;
2532
- authorizationList?: undefined | undefined;
2533
- blobVersionedHashes: readonly viem.Hex[];
2534
- chainId: number;
2535
- type: "eip4844";
2536
- gasPrice?: undefined | undefined;
2537
- maxFeePerBlobGas: bigint;
2538
- maxFeePerGas: bigint;
2539
- maxPriorityFeePerGas: bigint;
2540
- feeCurrency: viem.Address | null;
2541
- mint?: undefined;
2542
- isSystemTx?: undefined;
2543
- sourceHash?: undefined;
2544
- gatewayFee?: undefined;
2545
- gatewayFeeRecipient?: undefined;
2546
- } | {
2547
- blockHash: `0x${string}` | null;
2548
- blockNumber: bigint | null;
2549
- from: viem.Address;
2550
- gas: bigint;
2551
- hash: viem.Hash;
2552
- input: viem.Hex;
2553
- nonce: number;
2554
- r: viem.Hex;
2555
- s: viem.Hex;
2556
- to: viem.Address | null;
2557
- transactionIndex: number | null;
2558
- typeHex: viem.Hex | null;
2559
- v: bigint;
2560
- value: bigint;
2561
- yParity: number;
2562
- accessList: viem.AccessList;
2563
- authorizationList: viem.SignedAuthorizationList;
2564
- blobVersionedHashes?: undefined | undefined;
2565
- chainId: number;
2566
- type: "eip7702";
2567
- gasPrice?: undefined | undefined;
2568
- maxFeePerBlobGas?: undefined | undefined;
2569
- maxFeePerGas: bigint;
2570
- maxPriorityFeePerGas: bigint;
2571
- feeCurrency: viem.Address | null;
2572
- mint?: undefined;
2573
- isSystemTx?: undefined;
2574
- sourceHash?: undefined;
2575
- gatewayFee?: undefined;
2576
- gatewayFeeRecipient?: undefined;
2577
- } | {
2578
- blockHash: `0x${string}` | null;
2579
- blockNumber: bigint | null;
2580
- from: viem.Address;
2581
- gas: bigint;
2582
- hash: viem.Hash;
2583
- input: viem.Hex;
2584
- nonce: number;
2585
- r: viem.Hex;
2586
- s: viem.Hex;
2587
- to: viem.Address | null;
2588
- transactionIndex: number | null;
2589
- typeHex: viem.Hex | null;
2590
- v: bigint;
2591
- value: bigint;
2592
- yParity: number;
2593
- gasPrice?: undefined | undefined;
2594
- maxFeePerBlobGas?: undefined | undefined;
2595
- maxFeePerGas: bigint;
2596
- maxPriorityFeePerGas: bigint;
2597
- accessList: viem.AccessList;
2598
- chainId: number;
2599
- feeCurrency: viem.Address | null;
2600
- gatewayFee: bigint | null;
2601
- gatewayFeeRecipient: viem.Address | null;
2602
- type: "cip42";
2603
- authorizationList?: undefined;
2604
- blobVersionedHashes?: undefined;
2605
- mint?: undefined;
2606
- isSystemTx?: undefined;
2607
- sourceHash?: undefined;
2608
- } | {
2609
- blockHash: `0x${string}` | null;
2610
- blockNumber: bigint | null;
2611
- from: viem.Address;
2612
- gas: bigint;
2613
- hash: viem.Hash;
2614
- input: viem.Hex;
2615
- nonce: number;
2616
- r: viem.Hex;
2617
- s: viem.Hex;
2618
- to: viem.Address | null;
2619
- transactionIndex: number | null;
2620
- typeHex: viem.Hex | null;
2621
- v: bigint;
2622
- value: bigint;
2623
- yParity: number;
2624
- gasPrice?: undefined | undefined;
2625
- maxFeePerBlobGas?: undefined | undefined;
2626
- maxFeePerGas: bigint;
2627
- maxPriorityFeePerGas: bigint;
2628
- accessList: viem.AccessList;
2629
- chainId: number;
2630
- feeCurrency: viem.Address | null;
2631
- type: "cip64";
2632
- authorizationList?: undefined;
2633
- blobVersionedHashes?: undefined;
2634
- mint?: undefined;
2635
- isSystemTx?: undefined;
2636
- sourceHash?: undefined;
2637
- gatewayFee?: undefined;
2638
- gatewayFeeRecipient?: undefined;
2639
- } | {
2640
- blockHash: `0x${string}` | null;
2641
- blockNumber: bigint | null;
2642
- from: viem.Address;
2643
- gas: bigint;
2644
- hash: viem.Hash;
2645
- input: viem.Hex;
2646
- nonce: number;
2647
- r: viem.Hex;
2648
- s: viem.Hex;
2649
- to: viem.Address | null;
2650
- transactionIndex: number | null;
2651
- typeHex: viem.Hex | null;
2652
- v: bigint;
2653
- value: bigint;
2654
- yParity: number;
2655
- gasPrice?: undefined | undefined;
2656
- maxFeePerBlobGas?: undefined | undefined;
2657
- maxFeePerGas: bigint;
2658
- maxPriorityFeePerGas: bigint;
2659
- isSystemTx?: boolean;
2660
- mint?: bigint | undefined | undefined;
2661
- sourceHash: viem.Hex;
2662
- type: "deposit";
2663
- accessList?: undefined;
2664
- authorizationList?: undefined;
2665
- blobVersionedHashes?: undefined;
2666
- chainId?: undefined;
2667
- feeCurrency?: undefined;
2668
- gatewayFee?: undefined;
2669
- gatewayFeeRecipient?: undefined;
2670
- }) & {};
2671
- type: "transaction";
2672
- };
2673
- readonly transactionRequest: {
2674
- exclude: [] | undefined;
2675
- format: (args: viem_chains.CeloTransactionRequest) => ({
2676
- data?: `0x${string}` | undefined;
2677
- from?: `0x${string}` | undefined;
2678
- gas?: `0x${string}` | undefined;
2679
- nonce?: `0x${string}` | undefined;
2680
- to?: `0x${string}` | null | undefined;
2681
- type?: "0x0" | undefined;
2682
- value?: `0x${string}` | undefined;
2683
- gasPrice?: `0x${string}` | undefined;
2684
- maxFeePerBlobGas?: undefined | undefined;
2685
- maxFeePerGas?: undefined | undefined;
2686
- maxPriorityFeePerGas?: undefined | undefined;
2687
- blobs?: undefined;
2688
- accessList?: undefined;
2689
- authorizationList?: undefined;
2690
- blobVersionedHashes?: undefined;
2691
- kzg?: undefined;
2692
- sidecars?: undefined;
2693
- feeCurrency?: `0x${string}` | undefined;
2694
- } | {
2695
- data?: `0x${string}` | undefined;
2696
- from?: `0x${string}` | undefined;
2697
- gas?: `0x${string}` | undefined;
2698
- nonce?: `0x${string}` | undefined;
2699
- to?: `0x${string}` | null | undefined;
2700
- type?: "0x1" | undefined;
2701
- value?: `0x${string}` | undefined;
2702
- gasPrice?: `0x${string}` | undefined;
2703
- maxFeePerBlobGas?: undefined | undefined;
2704
- maxFeePerGas?: undefined | undefined;
2705
- maxPriorityFeePerGas?: undefined | undefined;
2706
- accessList?: viem.AccessList | undefined;
2707
- blobs?: undefined;
2708
- authorizationList?: undefined;
2709
- blobVersionedHashes?: undefined;
2710
- kzg?: undefined;
2711
- sidecars?: undefined;
2712
- feeCurrency?: `0x${string}` | undefined;
2713
- } | {
2714
- data?: `0x${string}` | undefined;
2715
- from?: `0x${string}` | undefined;
2716
- gas?: `0x${string}` | undefined;
2717
- nonce?: `0x${string}` | undefined;
2718
- to?: `0x${string}` | null | undefined;
2719
- type?: "0x2" | undefined;
2720
- value?: `0x${string}` | undefined;
2721
- gasPrice?: undefined | undefined;
2722
- maxFeePerBlobGas?: undefined | undefined;
2723
- maxFeePerGas?: `0x${string}` | undefined;
2724
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2725
- accessList?: viem.AccessList | undefined;
2726
- blobs?: undefined;
2727
- authorizationList?: undefined;
2728
- blobVersionedHashes?: undefined;
2729
- kzg?: undefined;
2730
- sidecars?: undefined;
2731
- feeCurrency?: `0x${string}` | undefined;
2732
- } | {
2733
- type?: "0x3" | undefined;
2734
- data?: `0x${string}` | undefined;
2735
- from?: `0x${string}` | undefined;
2736
- gas?: `0x${string}` | undefined;
2737
- nonce?: `0x${string}` | undefined;
2738
- value?: `0x${string}` | undefined;
2739
- to: `0x${string}` | null;
2740
- gasPrice?: undefined | undefined;
2741
- maxFeePerGas?: `0x${string}` | undefined;
2742
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2743
- maxFeePerBlobGas: `0x${string}`;
2744
- accessList?: viem.AccessList | undefined;
2745
- blobs: readonly viem.Hex[] | readonly viem.ByteArray[];
2746
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2747
- kzg?: viem.Kzg | undefined;
2748
- sidecars?: readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
2749
- authorizationList?: undefined;
2750
- feeCurrency?: `0x${string}` | undefined;
2751
- } | {
2752
- type?: "0x4" | undefined;
2753
- gasPrice?: undefined | undefined;
2754
- maxFeePerBlobGas?: undefined | undefined;
2755
- maxFeePerGas?: `0x${string}` | undefined;
2756
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2757
- to?: `0x${string}` | null | undefined;
2758
- data?: `0x${string}` | undefined;
2759
- from?: `0x${string}` | undefined;
2760
- gas?: `0x${string}` | undefined;
2761
- nonce?: `0x${string}` | undefined;
2762
- value?: `0x${string}` | undefined;
2763
- accessList?: viem.AccessList | undefined;
2764
- authorizationList?: viem.RpcAuthorizationList | undefined;
2765
- blobs?: undefined;
2766
- blobVersionedHashes?: undefined;
2767
- kzg?: undefined;
2768
- sidecars?: undefined;
2769
- feeCurrency?: `0x${string}` | undefined;
2770
- } | {
2771
- data?: `0x${string}` | undefined;
2772
- from?: `0x${string}` | undefined;
2773
- gas?: `0x${string}` | undefined;
2774
- nonce?: `0x${string}` | undefined;
2775
- to?: `0x${string}` | null | undefined;
2776
- type?: "0x7b" | undefined;
2777
- value?: `0x${string}` | undefined;
2778
- accessList?: viem.AccessList | undefined;
2779
- feeCurrency?: `0x${string}` | undefined;
2780
- gasPrice?: undefined | undefined;
2781
- maxFeePerBlobGas?: undefined | undefined;
2782
- maxFeePerGas?: `0x${string}` | undefined;
2783
- maxPriorityFeePerGas?: `0x${string}` | undefined;
2784
- blobs?: undefined;
2785
- authorizationList?: undefined;
2786
- blobVersionedHashes?: undefined;
2787
- kzg?: undefined;
2788
- sidecars?: undefined;
2789
- }) & {};
2790
- type: "transactionRequest";
2791
- };
2792
- }>;
2793
- formatters: {
2794
- readonly block: {
2795
- exclude: [] | undefined;
2796
- format: (args: viem_chains.CeloRpcBlock) => {
2797
- baseFeePerGas: bigint | null;
2798
- blobGasUsed: bigint;
2799
- difficulty: bigint | undefined;
2800
- excessBlobGas: bigint;
2801
- extraData: viem.Hex;
2802
- gasLimit: bigint | undefined;
2803
- gasUsed: bigint;
2804
- hash: `0x${string}` | null;
2805
- logsBloom: `0x${string}` | null;
2806
- miner: viem.Address;
2807
- nonce: bigint | null | undefined;
2808
- number: bigint | null;
2809
- parentBeaconBlockRoot?: `0x${string}` | undefined;
2810
- parentHash: viem.Hash;
2811
- receiptsRoot: viem.Hex;
2812
- sealFields: viem.Hex[];
2813
- sha3Uncles: viem.Hash;
2814
- size: bigint;
2815
- stateRoot: viem.Hash;
2816
- timestamp: bigint;
2817
- totalDifficulty: bigint | null;
2818
- transactions: `0x${string}`[] | viem_chains.CeloTransaction<boolean>[];
2819
- transactionsRoot: viem.Hash;
2820
- withdrawals?: viem.Withdrawal[] | undefined | undefined;
2821
- withdrawalsRoot?: `0x${string}` | undefined;
2822
- mixHash?: undefined | undefined;
2823
- randomness?: {
2824
- committed: viem.Hex;
2825
- revealed: viem.Hex;
2826
- } | undefined | undefined;
2827
- uncles?: undefined | undefined;
2828
- } & {};
2829
- type: "block";
2830
- };
2831
- readonly transaction: {
2832
- exclude: [] | undefined;
2833
- format: (args: viem_chains.CeloRpcTransaction) => ({
2834
- r: viem.Hex;
2835
- s: viem.Hex;
2836
- v: bigint;
2837
- to: viem.Address | null;
2838
- from: viem.Address;
2839
- gas: bigint;
2840
- nonce: number;
2841
- value: bigint;
2842
- blockHash: `0x${string}` | null;
2843
- blockNumber: bigint | null;
2844
- hash: viem.Hash;
2845
- input: viem.Hex;
2846
- transactionIndex: number | null;
2847
- typeHex: viem.Hex | null;
2848
- accessList?: undefined | undefined;
2849
- authorizationList?: undefined | undefined;
2850
- blobVersionedHashes?: undefined | undefined;
2851
- chainId?: number | undefined;
2852
- yParity?: undefined | undefined;
2853
- type: "legacy";
2854
- gasPrice: bigint;
2855
- maxFeePerBlobGas?: undefined | undefined;
2856
- maxFeePerGas?: undefined | undefined;
2857
- maxPriorityFeePerGas?: undefined | undefined;
2858
- feeCurrency: viem.Address | null;
2859
- mint?: undefined;
2860
- isSystemTx?: undefined;
2861
- sourceHash?: undefined;
2862
- gatewayFee?: undefined;
2863
- gatewayFeeRecipient?: undefined;
2864
- } | {
2865
- blockHash: `0x${string}` | null;
2866
- blockNumber: bigint | null;
2867
- from: viem.Address;
2868
- gas: bigint;
2869
- hash: viem.Hash;
2870
- input: viem.Hex;
2871
- nonce: number;
2872
- r: viem.Hex;
2873
- s: viem.Hex;
2874
- to: viem.Address | null;
2875
- transactionIndex: number | null;
2876
- typeHex: viem.Hex | null;
2877
- v: bigint;
2878
- value: bigint;
2879
- yParity: number;
2880
- accessList: viem.AccessList;
2881
- authorizationList?: undefined | undefined;
2882
- blobVersionedHashes?: undefined | undefined;
2883
- chainId: number;
2884
- type: "eip2930";
2885
- gasPrice: bigint;
2886
- maxFeePerBlobGas?: undefined | undefined;
2887
- maxFeePerGas?: undefined | undefined;
2888
- maxPriorityFeePerGas?: undefined | undefined;
2889
- feeCurrency: viem.Address | null;
2890
- mint?: undefined;
2891
- isSystemTx?: undefined;
2892
- sourceHash?: undefined;
2893
- gatewayFee?: undefined;
2894
- gatewayFeeRecipient?: undefined;
2895
- } | {
2896
- blockHash: `0x${string}` | null;
2897
- blockNumber: bigint | null;
2898
- from: viem.Address;
2899
- gas: bigint;
2900
- hash: viem.Hash;
2901
- input: viem.Hex;
2902
- nonce: number;
2903
- r: viem.Hex;
2904
- s: viem.Hex;
2905
- to: viem.Address | null;
2906
- transactionIndex: number | null;
2907
- typeHex: viem.Hex | null;
2908
- v: bigint;
2909
- value: bigint;
2910
- yParity: number;
2911
- accessList: viem.AccessList;
2912
- authorizationList?: undefined | undefined;
2913
- blobVersionedHashes?: undefined | undefined;
2914
- chainId: number;
2915
- type: "eip1559";
2916
- gasPrice?: undefined | undefined;
2917
- maxFeePerBlobGas?: undefined | undefined;
2918
- maxFeePerGas: bigint;
2919
- maxPriorityFeePerGas: bigint;
2920
- feeCurrency: viem.Address | null;
2921
- mint?: undefined;
2922
- isSystemTx?: undefined;
2923
- sourceHash?: undefined;
2924
- gatewayFee?: undefined;
2925
- gatewayFeeRecipient?: undefined;
2926
- } | {
2927
- blockHash: `0x${string}` | null;
2928
- blockNumber: bigint | null;
2929
- from: viem.Address;
2930
- gas: bigint;
2931
- hash: viem.Hash;
2932
- input: viem.Hex;
2933
- nonce: number;
2934
- r: viem.Hex;
2935
- s: viem.Hex;
2936
- to: viem.Address | null;
2937
- transactionIndex: number | null;
2938
- typeHex: viem.Hex | null;
2939
- v: bigint;
2940
- value: bigint;
2941
- yParity: number;
2942
- accessList: viem.AccessList;
2943
- authorizationList?: undefined | undefined;
2944
- blobVersionedHashes: readonly viem.Hex[];
2945
- chainId: number;
2946
- type: "eip4844";
2947
- gasPrice?: undefined | undefined;
2948
- maxFeePerBlobGas: bigint;
2949
- maxFeePerGas: bigint;
2950
- maxPriorityFeePerGas: bigint;
2951
- feeCurrency: viem.Address | null;
2952
- mint?: undefined;
2953
- isSystemTx?: undefined;
2954
- sourceHash?: undefined;
2955
- gatewayFee?: undefined;
2956
- gatewayFeeRecipient?: undefined;
2957
- } | {
2958
- blockHash: `0x${string}` | null;
2959
- blockNumber: bigint | null;
2960
- from: viem.Address;
2961
- gas: bigint;
2962
- hash: viem.Hash;
2963
- input: viem.Hex;
2964
- nonce: number;
2965
- r: viem.Hex;
2966
- s: viem.Hex;
2967
- to: viem.Address | null;
2968
- transactionIndex: number | null;
2969
- typeHex: viem.Hex | null;
2970
- v: bigint;
2971
- value: bigint;
2972
- yParity: number;
2973
- accessList: viem.AccessList;
2974
- authorizationList: viem.SignedAuthorizationList;
2975
- blobVersionedHashes?: undefined | undefined;
2976
- chainId: number;
2977
- type: "eip7702";
2978
- gasPrice?: undefined | undefined;
2979
- maxFeePerBlobGas?: undefined | undefined;
2980
- maxFeePerGas: bigint;
2981
- maxPriorityFeePerGas: bigint;
2982
- feeCurrency: viem.Address | null;
2983
- mint?: undefined;
2984
- isSystemTx?: undefined;
2985
- sourceHash?: undefined;
2986
- gatewayFee?: undefined;
2987
- gatewayFeeRecipient?: undefined;
2988
- } | {
2989
- blockHash: `0x${string}` | null;
2990
- blockNumber: bigint | null;
2991
- from: viem.Address;
2992
- gas: bigint;
2993
- hash: viem.Hash;
2994
- input: viem.Hex;
2995
- nonce: number;
2996
- r: viem.Hex;
2997
- s: viem.Hex;
2998
- to: viem.Address | null;
2999
- transactionIndex: number | null;
3000
- typeHex: viem.Hex | null;
3001
- v: bigint;
3002
- value: bigint;
3003
- yParity: number;
3004
- gasPrice?: undefined | undefined;
3005
- maxFeePerBlobGas?: undefined | undefined;
3006
- maxFeePerGas: bigint;
3007
- maxPriorityFeePerGas: bigint;
3008
- accessList: viem.AccessList;
3009
- chainId: number;
3010
- feeCurrency: viem.Address | null;
3011
- gatewayFee: bigint | null;
3012
- gatewayFeeRecipient: viem.Address | null;
3013
- type: "cip42";
3014
- authorizationList?: undefined;
3015
- blobVersionedHashes?: undefined;
3016
- mint?: undefined;
3017
- isSystemTx?: undefined;
3018
- sourceHash?: undefined;
3019
- } | {
3020
- blockHash: `0x${string}` | null;
3021
- blockNumber: bigint | null;
3022
- from: viem.Address;
3023
- gas: bigint;
3024
- hash: viem.Hash;
3025
- input: viem.Hex;
3026
- nonce: number;
3027
- r: viem.Hex;
3028
- s: viem.Hex;
3029
- to: viem.Address | null;
3030
- transactionIndex: number | null;
3031
- typeHex: viem.Hex | null;
3032
- v: bigint;
3033
- value: bigint;
3034
- yParity: number;
3035
- gasPrice?: undefined | undefined;
3036
- maxFeePerBlobGas?: undefined | undefined;
3037
- maxFeePerGas: bigint;
3038
- maxPriorityFeePerGas: bigint;
3039
- accessList: viem.AccessList;
3040
- chainId: number;
3041
- feeCurrency: viem.Address | null;
3042
- type: "cip64";
3043
- authorizationList?: undefined;
3044
- blobVersionedHashes?: undefined;
3045
- mint?: undefined;
3046
- isSystemTx?: undefined;
3047
- sourceHash?: undefined;
3048
- gatewayFee?: undefined;
3049
- gatewayFeeRecipient?: undefined;
3050
- } | {
3051
- blockHash: `0x${string}` | null;
3052
- blockNumber: bigint | null;
3053
- from: viem.Address;
3054
- gas: bigint;
3055
- hash: viem.Hash;
3056
- input: viem.Hex;
3057
- nonce: number;
3058
- r: viem.Hex;
3059
- s: viem.Hex;
3060
- to: viem.Address | null;
3061
- transactionIndex: number | null;
3062
- typeHex: viem.Hex | null;
3063
- v: bigint;
3064
- value: bigint;
3065
- yParity: number;
3066
- gasPrice?: undefined | undefined;
3067
- maxFeePerBlobGas?: undefined | undefined;
3068
- maxFeePerGas: bigint;
3069
- maxPriorityFeePerGas: bigint;
3070
- isSystemTx?: boolean;
3071
- mint?: bigint | undefined | undefined;
3072
- sourceHash: viem.Hex;
3073
- type: "deposit";
3074
- accessList?: undefined;
3075
- authorizationList?: undefined;
3076
- blobVersionedHashes?: undefined;
3077
- chainId?: undefined;
3078
- feeCurrency?: undefined;
3079
- gatewayFee?: undefined;
3080
- gatewayFeeRecipient?: undefined;
3081
- }) & {};
3082
- type: "transaction";
3083
- };
3084
- readonly transactionRequest: {
3085
- exclude: [] | undefined;
3086
- format: (args: viem_chains.CeloTransactionRequest) => ({
3087
- data?: `0x${string}` | undefined;
3088
- from?: `0x${string}` | undefined;
3089
- gas?: `0x${string}` | undefined;
3090
- nonce?: `0x${string}` | undefined;
3091
- to?: `0x${string}` | null | undefined;
3092
- type?: "0x0" | undefined;
3093
- value?: `0x${string}` | undefined;
3094
- gasPrice?: `0x${string}` | undefined;
3095
- maxFeePerBlobGas?: undefined | undefined;
3096
- maxFeePerGas?: undefined | undefined;
3097
- maxPriorityFeePerGas?: undefined | undefined;
3098
- blobs?: undefined;
3099
- accessList?: undefined;
3100
- authorizationList?: undefined;
3101
- blobVersionedHashes?: undefined;
3102
- kzg?: undefined;
3103
- sidecars?: undefined;
3104
- feeCurrency?: `0x${string}` | undefined;
3105
- } | {
3106
- data?: `0x${string}` | undefined;
3107
- from?: `0x${string}` | undefined;
3108
- gas?: `0x${string}` | undefined;
3109
- nonce?: `0x${string}` | undefined;
3110
- to?: `0x${string}` | null | undefined;
3111
- type?: "0x1" | undefined;
3112
- value?: `0x${string}` | undefined;
3113
- gasPrice?: `0x${string}` | undefined;
3114
- maxFeePerBlobGas?: undefined | undefined;
3115
- maxFeePerGas?: undefined | undefined;
3116
- maxPriorityFeePerGas?: undefined | undefined;
3117
- accessList?: viem.AccessList | undefined;
3118
- blobs?: undefined;
3119
- authorizationList?: undefined;
3120
- blobVersionedHashes?: undefined;
3121
- kzg?: undefined;
3122
- sidecars?: undefined;
3123
- feeCurrency?: `0x${string}` | undefined;
3124
- } | {
3125
- data?: `0x${string}` | undefined;
3126
- from?: `0x${string}` | undefined;
3127
- gas?: `0x${string}` | undefined;
3128
- nonce?: `0x${string}` | undefined;
3129
- to?: `0x${string}` | null | undefined;
3130
- type?: "0x2" | undefined;
3131
- value?: `0x${string}` | undefined;
3132
- gasPrice?: undefined | undefined;
3133
- maxFeePerBlobGas?: undefined | undefined;
3134
- maxFeePerGas?: `0x${string}` | undefined;
3135
- maxPriorityFeePerGas?: `0x${string}` | undefined;
3136
- accessList?: viem.AccessList | undefined;
3137
- blobs?: undefined;
3138
- authorizationList?: undefined;
3139
- blobVersionedHashes?: undefined;
3140
- kzg?: undefined;
3141
- sidecars?: undefined;
3142
- feeCurrency?: `0x${string}` | undefined;
3143
- } | {
3144
- type?: "0x3" | undefined;
3145
- data?: `0x${string}` | undefined;
3146
- from?: `0x${string}` | undefined;
3147
- gas?: `0x${string}` | undefined;
3148
- nonce?: `0x${string}` | undefined;
3149
- value?: `0x${string}` | undefined;
3150
- to: `0x${string}` | null;
3151
- gasPrice?: undefined | undefined;
3152
- maxFeePerGas?: `0x${string}` | undefined;
3153
- maxPriorityFeePerGas?: `0x${string}` | undefined;
3154
- maxFeePerBlobGas: `0x${string}`;
3155
- accessList?: viem.AccessList | undefined;
3156
- blobs: readonly viem.Hex[] | readonly viem.ByteArray[];
3157
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3158
- kzg?: viem.Kzg | undefined;
3159
- sidecars?: readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
3160
- authorizationList?: undefined;
3161
- feeCurrency?: `0x${string}` | undefined;
3162
- } | {
3163
- type?: "0x4" | undefined;
3164
- gasPrice?: undefined | undefined;
3165
- maxFeePerBlobGas?: undefined | undefined;
3166
- maxFeePerGas?: `0x${string}` | undefined;
3167
- maxPriorityFeePerGas?: `0x${string}` | undefined;
3168
- to?: `0x${string}` | null | undefined;
3169
- data?: `0x${string}` | undefined;
3170
- from?: `0x${string}` | undefined;
3171
- gas?: `0x${string}` | undefined;
3172
- nonce?: `0x${string}` | undefined;
3173
- value?: `0x${string}` | undefined;
3174
- accessList?: viem.AccessList | undefined;
3175
- authorizationList?: viem.RpcAuthorizationList | undefined;
3176
- blobs?: undefined;
3177
- blobVersionedHashes?: undefined;
3178
- kzg?: undefined;
3179
- sidecars?: undefined;
3180
- feeCurrency?: `0x${string}` | undefined;
3181
- } | {
3182
- data?: `0x${string}` | undefined;
3183
- from?: `0x${string}` | undefined;
3184
- gas?: `0x${string}` | undefined;
3185
- nonce?: `0x${string}` | undefined;
3186
- to?: `0x${string}` | null | undefined;
3187
- type?: "0x7b" | undefined;
3188
- value?: `0x${string}` | undefined;
3189
- accessList?: viem.AccessList | undefined;
3190
- feeCurrency?: `0x${string}` | undefined;
3191
- gasPrice?: undefined | undefined;
3192
- maxFeePerBlobGas?: undefined | undefined;
3193
- maxFeePerGas?: `0x${string}` | undefined;
3194
- maxPriorityFeePerGas?: `0x${string}` | undefined;
3195
- blobs?: undefined;
3196
- authorizationList?: undefined;
3197
- blobVersionedHashes?: undefined;
3198
- kzg?: undefined;
3199
- sidecars?: undefined;
3200
- }) & {};
3201
- type: "transactionRequest";
3202
- };
3203
- };
3204
- serializers: {
3205
- readonly transaction: typeof viem_chains.serializeTransactionCelo;
3206
- };
3207
- };
3208
- 324: {
3209
- blockExplorers: {
3210
- readonly default: {
3211
- readonly name: "Etherscan";
3212
- readonly url: "https://era.zksync.network/";
3213
- readonly apiUrl: "https://api-era.zksync.network/api";
3214
- };
3215
- readonly native: {
3216
- readonly name: "ZKsync Explorer";
3217
- readonly url: "https://explorer.zksync.io/";
3218
- readonly apiUrl: "https://block-explorer-api.mainnet.zksync.io/api";
3219
- };
3220
- };
3221
- contracts: {
3222
- readonly multicall3: {
3223
- readonly address: "0xF9cda624FBC7e059355ce98a31693d299FACd963";
3224
- };
3225
- readonly universalSignatureVerifier: {
3226
- readonly address: "0xfB688330379976DA81eB64Fe4BF50d7401763B9C";
3227
- readonly blockCreated: 45659388;
3228
- };
3229
- };
3230
- id: 324;
3231
- name: "ZKsync Era";
3232
- nativeCurrency: {
3233
- readonly decimals: 18;
3234
- readonly name: "Ether";
3235
- readonly symbol: "ETH";
3236
- };
3237
- rpcUrls: {
3238
- readonly default: {
3239
- readonly http: readonly ["https://mainnet.era.zksync.io"];
3240
- readonly webSocket: readonly ["wss://mainnet.era.zksync.io/ws"];
3241
- };
3242
- };
3243
- sourceId?: number | undefined | undefined;
3244
- testnet?: boolean | undefined | undefined;
3245
- custom: {
3246
- readonly getEip712Domain: viem_zksync.EIP712DomainFn<viem_chains.ZkSyncTransactionSerializable, viem_chains.ZkSyncEIP712TransactionSignable>;
3247
- };
3248
- fees?: viem.ChainFees<undefined> | undefined;
3249
- formatters: {
3250
- readonly block: {
3251
- exclude: [] | undefined;
3252
- format: (args: viem_chains.ZkSyncRpcBlock) => {
3253
- baseFeePerGas: bigint | null;
3254
- blobGasUsed: bigint;
3255
- difficulty: bigint;
3256
- excessBlobGas: bigint;
3257
- extraData: viem.Hex;
3258
- gasLimit: bigint;
3259
- gasUsed: bigint;
3260
- hash: `0x${string}` | null;
3261
- logsBloom: `0x${string}` | null;
3262
- miner: viem.Address;
3263
- mixHash: viem.Hash;
3264
- nonce: `0x${string}` | null;
3265
- number: bigint | null;
3266
- parentBeaconBlockRoot?: `0x${string}` | undefined;
3267
- parentHash: viem.Hash;
3268
- receiptsRoot: viem.Hex;
3269
- sealFields: viem.Hex[];
3270
- sha3Uncles: viem.Hash;
3271
- size: bigint;
3272
- stateRoot: viem.Hash;
3273
- timestamp: bigint;
3274
- totalDifficulty: bigint | null;
3275
- transactions: `0x${string}`[] | viem_chains.ZkSyncTransaction<boolean>[];
3276
- transactionsRoot: viem.Hash;
3277
- uncles: viem.Hash[];
3278
- withdrawals?: viem.Withdrawal[] | undefined | undefined;
3279
- withdrawalsRoot?: `0x${string}` | undefined;
3280
- l1BatchNumber: bigint | null;
3281
- l1BatchTimestamp: bigint | null;
3282
- } & {};
3283
- type: "block";
3284
- };
3285
- readonly transaction: {
3286
- exclude: [] | undefined;
3287
- format: (args: viem_chains.ZkSyncRpcTransaction) => ({
3288
- r: viem.Hex;
3289
- s: viem.Hex;
3290
- v: bigint;
3291
- to: viem.Address | null;
3292
- from: viem.Address;
3293
- gas: bigint;
3294
- nonce: number;
3295
- value: bigint;
3296
- blockHash: `0x${string}` | null;
3297
- blockNumber: bigint | null;
3298
- hash: viem.Hash;
3299
- input: viem.Hex;
3300
- transactionIndex: number | null;
3301
- typeHex: viem.Hex | null;
3302
- accessList?: undefined | undefined;
3303
- authorizationList?: undefined | undefined;
3304
- blobVersionedHashes?: undefined | undefined;
3305
- chainId?: number | undefined;
3306
- yParity?: undefined | undefined;
3307
- type: "legacy";
3308
- gasPrice: bigint;
3309
- maxFeePerBlobGas?: undefined | undefined;
3310
- maxFeePerGas?: undefined | undefined;
3311
- maxPriorityFeePerGas?: undefined | undefined;
3312
- l1BatchNumber: bigint | null;
3313
- l1BatchTxIndex: bigint | null;
3314
- } | {
3315
- blockHash: `0x${string}` | null;
3316
- blockNumber: bigint | null;
3317
- from: viem.Address;
3318
- gas: bigint;
3319
- hash: viem.Hash;
3320
- input: viem.Hex;
3321
- nonce: number;
3322
- r: viem.Hex;
3323
- s: viem.Hex;
3324
- to: viem.Address | null;
3325
- transactionIndex: number | null;
3326
- typeHex: viem.Hex | null;
3327
- v: bigint;
3328
- value: bigint;
3329
- yParity: number;
3330
- accessList: viem.AccessList;
3331
- authorizationList?: undefined | undefined;
3332
- blobVersionedHashes?: undefined | undefined;
3333
- chainId: number;
3334
- type: "eip2930";
3335
- gasPrice: bigint;
3336
- maxFeePerBlobGas?: undefined | undefined;
3337
- maxFeePerGas?: undefined | undefined;
3338
- maxPriorityFeePerGas?: undefined | undefined;
3339
- l1BatchNumber: bigint | null;
3340
- l1BatchTxIndex: bigint | null;
3341
- } | {
3342
- blockHash: `0x${string}` | null;
3343
- blockNumber: bigint | null;
3344
- from: viem.Address;
3345
- gas: bigint;
3346
- hash: viem.Hash;
3347
- input: viem.Hex;
3348
- nonce: number;
3349
- r: viem.Hex;
3350
- s: viem.Hex;
3351
- to: viem.Address | null;
3352
- transactionIndex: number | null;
3353
- typeHex: viem.Hex | null;
3354
- v: bigint;
3355
- value: bigint;
3356
- yParity: number;
3357
- accessList: viem.AccessList;
3358
- authorizationList?: undefined | undefined;
3359
- blobVersionedHashes?: undefined | undefined;
3360
- chainId: number;
3361
- type: "eip1559";
3362
- gasPrice?: undefined | undefined;
3363
- maxFeePerBlobGas?: undefined | undefined;
3364
- maxFeePerGas: bigint;
3365
- maxPriorityFeePerGas: bigint;
3366
- l1BatchNumber: bigint | null;
3367
- l1BatchTxIndex: bigint | null;
3368
- } | {
3369
- blockHash: `0x${string}` | null;
3370
- blockNumber: bigint | null;
3371
- from: viem.Address;
3372
- gas: bigint;
3373
- hash: viem.Hash;
3374
- input: viem.Hex;
3375
- nonce: number;
3376
- r: viem.Hex;
3377
- s: viem.Hex;
3378
- to: viem.Address | null;
3379
- transactionIndex: number | null;
3380
- typeHex: viem.Hex | null;
3381
- v: bigint;
3382
- value: bigint;
3383
- yParity: number;
3384
- accessList: viem.AccessList;
3385
- authorizationList?: undefined | undefined;
3386
- blobVersionedHashes: readonly viem.Hex[];
3387
- chainId: number;
3388
- type: "eip4844";
3389
- gasPrice?: undefined | undefined;
3390
- maxFeePerBlobGas: bigint;
3391
- maxFeePerGas: bigint;
3392
- maxPriorityFeePerGas: bigint;
3393
- l1BatchNumber: bigint | null;
3394
- l1BatchTxIndex: bigint | null;
3395
- } | {
3396
- blockHash: `0x${string}` | null;
3397
- blockNumber: bigint | null;
3398
- from: viem.Address;
3399
- gas: bigint;
3400
- hash: viem.Hash;
3401
- input: viem.Hex;
3402
- nonce: number;
3403
- r: viem.Hex;
3404
- s: viem.Hex;
3405
- to: viem.Address | null;
3406
- transactionIndex: number | null;
3407
- typeHex: viem.Hex | null;
3408
- v: bigint;
3409
- value: bigint;
3410
- yParity: number;
3411
- accessList: viem.AccessList;
3412
- authorizationList: viem.SignedAuthorizationList;
3413
- blobVersionedHashes?: undefined | undefined;
3414
- chainId: number;
3415
- type: "eip7702";
3416
- gasPrice?: undefined | undefined;
3417
- maxFeePerBlobGas?: undefined | undefined;
3418
- maxFeePerGas: bigint;
3419
- maxPriorityFeePerGas: bigint;
3420
- l1BatchNumber: bigint | null;
3421
- l1BatchTxIndex: bigint | null;
3422
- } | {
3423
- blockHash: `0x${string}` | null;
3424
- blockNumber: bigint | null;
3425
- from: viem.Address;
3426
- gas: bigint;
3427
- hash: viem.Hash;
3428
- input: viem.Hex;
3429
- nonce: number;
3430
- r: viem.Hex;
3431
- s: viem.Hex;
3432
- to: viem.Address | null;
3433
- transactionIndex: number | null;
3434
- typeHex: viem.Hex | null;
3435
- v: bigint;
3436
- value: bigint;
3437
- yParity: number;
3438
- l1BatchNumber: bigint | null;
3439
- l1BatchTxIndex: bigint | null;
3440
- gasPrice?: undefined | undefined;
3441
- maxFeePerBlobGas?: undefined | undefined;
3442
- maxFeePerGas: bigint;
3443
- maxPriorityFeePerGas: bigint;
3444
- type: "priority";
3445
- } | {
3446
- blockHash: `0x${string}` | null;
3447
- blockNumber: bigint | null;
3448
- from: viem.Address;
3449
- gas: bigint;
3450
- hash: viem.Hash;
3451
- input: viem.Hex;
3452
- nonce: number;
3453
- r: viem.Hex;
3454
- s: viem.Hex;
3455
- to: viem.Address | null;
3456
- transactionIndex: number | null;
3457
- typeHex: viem.Hex | null;
3458
- v: bigint;
3459
- value: bigint;
3460
- yParity: number;
3461
- l1BatchNumber: bigint | null;
3462
- l1BatchTxIndex: bigint | null;
3463
- gasPrice?: undefined | undefined;
3464
- maxFeePerBlobGas?: undefined | undefined;
3465
- maxFeePerGas: bigint;
3466
- maxPriorityFeePerGas: bigint;
3467
- type: "eip712" | "priority";
3468
- }) & {};
3469
- type: "transaction";
3470
- };
3471
- readonly transactionReceipt: {
3472
- exclude: [] | undefined;
3473
- format: (args: viem_chains.ZkSyncRpcTransactionReceipt) => {
3474
- type: viem_chains.ZkSyncTransactionType;
3475
- contractAddress: viem.Address | null | undefined;
3476
- to: viem.Address | null;
3477
- from: viem.Address;
3478
- blockHash: viem.Hash;
3479
- blockNumber: bigint;
3480
- transactionIndex: number;
3481
- status: "success" | "reverted";
3482
- logsBloom: viem.Hex;
3483
- blobGasUsed?: bigint | undefined;
3484
- gasUsed: bigint;
3485
- transactionHash: viem.Hash;
3486
- blobGasPrice?: bigint | undefined;
3487
- cumulativeGasUsed: bigint;
3488
- effectiveGasPrice: bigint;
3489
- root?: `0x${string}` | undefined;
3490
- l1BatchNumber: bigint | null;
3491
- l1BatchTxIndex: bigint | null;
3492
- logs: viem_chains.ZkSyncLog[];
3493
- l2ToL1Logs: viem_chains.ZkSyncL2ToL1Log[];
3494
- } & {};
3495
- type: "transactionReceipt";
3496
- };
3497
- readonly transactionRequest: {
3498
- exclude: ("paymaster" | "gasPerPubdata" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
3499
- format: (args: viem_chains.ZkSyncTransactionRequest) => ({
3500
- data?: `0x${string}` | undefined;
3501
- from?: `0x${string}` | undefined;
3502
- gas?: `0x${string}` | undefined;
3503
- nonce?: `0x${string}` | undefined;
3504
- to?: `0x${string}` | null | undefined;
3505
- type?: "0x0" | undefined;
3506
- value?: `0x${string}` | undefined;
3507
- gasPrice?: `0x${string}` | undefined;
3508
- maxFeePerBlobGas?: undefined | undefined;
3509
- maxFeePerGas?: undefined | undefined;
3510
- maxPriorityFeePerGas?: undefined | undefined;
3511
- blobs?: undefined;
3512
- accessList?: undefined;
3513
- authorizationList?: undefined;
3514
- blobVersionedHashes?: undefined;
3515
- kzg?: undefined;
3516
- sidecars?: undefined;
3517
- eip712Meta?: undefined | undefined;
3518
- } | {
3519
- data?: `0x${string}` | undefined;
3520
- from?: `0x${string}` | undefined;
3521
- gas?: `0x${string}` | undefined;
3522
- nonce?: `0x${string}` | undefined;
3523
- to?: `0x${string}` | null | undefined;
3524
- type?: "0x1" | undefined;
3525
- value?: `0x${string}` | undefined;
3526
- gasPrice?: `0x${string}` | undefined;
3527
- maxFeePerBlobGas?: undefined | undefined;
3528
- maxFeePerGas?: undefined | undefined;
3529
- maxPriorityFeePerGas?: undefined | undefined;
3530
- accessList?: viem.AccessList | undefined;
3531
- blobs?: undefined;
3532
- authorizationList?: undefined;
3533
- blobVersionedHashes?: undefined;
3534
- kzg?: undefined;
3535
- sidecars?: undefined;
3536
- eip712Meta?: undefined | undefined;
3537
- } | {
3538
- data?: `0x${string}` | undefined;
3539
- from?: `0x${string}` | undefined;
3540
- gas?: `0x${string}` | undefined;
3541
- nonce?: `0x${string}` | undefined;
3542
- to?: `0x${string}` | null | undefined;
3543
- type?: "0x2" | undefined;
3544
- value?: `0x${string}` | undefined;
3545
- gasPrice?: undefined | undefined;
3546
- maxFeePerBlobGas?: undefined | undefined;
3547
- maxFeePerGas?: `0x${string}` | undefined;
3548
- maxPriorityFeePerGas?: `0x${string}` | undefined;
3549
- accessList?: viem.AccessList | undefined;
3550
- blobs?: undefined;
3551
- authorizationList?: undefined;
3552
- blobVersionedHashes?: undefined;
3553
- kzg?: undefined;
3554
- sidecars?: undefined;
3555
- eip712Meta?: undefined | undefined;
3556
- } | {
3557
- type?: "0x3" | undefined;
3558
- data?: `0x${string}` | undefined;
3559
- from?: `0x${string}` | undefined;
3560
- gas?: `0x${string}` | undefined;
3561
- nonce?: `0x${string}` | undefined;
3562
- value?: `0x${string}` | undefined;
3563
- to: `0x${string}` | null;
3564
- gasPrice?: undefined | undefined;
3565
- maxFeePerGas?: `0x${string}` | undefined;
3566
- maxPriorityFeePerGas?: `0x${string}` | undefined;
3567
- maxFeePerBlobGas: `0x${string}`;
3568
- accessList?: viem.AccessList | undefined;
3569
- blobs: readonly viem.Hex[] | readonly viem.ByteArray[];
3570
- blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3571
- kzg?: viem.Kzg | undefined;
3572
- sidecars?: readonly viem.BlobSidecar<`0x${string}`>[] | undefined;
3573
- authorizationList?: undefined;
3574
- eip712Meta?: undefined | undefined;
3575
- } | {
3576
- type?: "0x4" | undefined;
3577
- gasPrice?: undefined | undefined;
3578
- maxFeePerBlobGas?: undefined | undefined;
3579
- maxFeePerGas?: `0x${string}` | undefined;
3580
- maxPriorityFeePerGas?: `0x${string}` | undefined;
3581
- to?: `0x${string}` | null | undefined;
3582
- data?: `0x${string}` | undefined;
3583
- from?: `0x${string}` | undefined;
3584
- gas?: `0x${string}` | undefined;
3585
- nonce?: `0x${string}` | undefined;
3586
- value?: `0x${string}` | undefined;
3587
- accessList?: viem.AccessList | undefined;
3588
- authorizationList?: viem.RpcAuthorizationList | undefined;
3589
- blobs?: undefined;
3590
- blobVersionedHashes?: undefined;
3591
- kzg?: undefined;
3592
- sidecars?: undefined;
3593
- eip712Meta?: undefined | undefined;
3594
- } | {
3595
- data?: `0x${string}` | undefined;
3596
- from?: `0x${string}` | undefined;
3597
- gas?: `0x${string}` | undefined;
3598
- nonce?: `0x${string}` | undefined;
3599
- to?: `0x${string}` | null | undefined;
3600
- type: "0xff" | "0x71";
3601
- value?: `0x${string}` | undefined;
3602
- gasPrice?: undefined | undefined;
3603
- maxFeePerBlobGas?: undefined | undefined;
3604
- maxFeePerGas?: `0x${string}` | undefined;
3605
- maxPriorityFeePerGas?: `0x${string}` | undefined;
3606
- eip712Meta: viem_chains.ZkSyncEip712Meta;
3607
- }) & {
3608
- paymaster: never;
3609
- gasPerPubdata: never;
3610
- factoryDeps: never;
3611
- paymasterInput: never;
3612
- customSignature: never;
3613
- };
3614
- type: "transactionRequest";
3615
- };
3616
- };
3617
- serializers: {
3618
- readonly transaction: typeof viem_zksync.serializeTransaction;
3619
- };
3620
- readonly network: "zksync-era";
3621
- };
3622
- 59144: {
3623
- blockExplorers: {
3624
- readonly default: {
3625
- readonly name: "Etherscan";
3626
- readonly url: "https://lineascan.build";
3627
- readonly apiUrl: "https://api.lineascan.build/api";
3628
- };
3629
- };
3630
- contracts: {
3631
- readonly multicall3: {
3632
- readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
3633
- readonly blockCreated: 42;
3634
- };
3635
- };
3636
- id: 59144;
3637
- name: "Linea Mainnet";
3638
- nativeCurrency: {
3639
- readonly name: "Linea Ether";
3640
- readonly symbol: "ETH";
3641
- readonly decimals: 18;
3642
- };
3643
- rpcUrls: {
3644
- readonly default: {
3645
- readonly http: readonly ["https://rpc.linea.build"];
3646
- readonly webSocket: readonly ["wss://rpc.linea.build"];
3647
- };
3648
- };
3649
- sourceId?: number | undefined | undefined;
3650
- testnet: false;
3651
- custom?: Record<string, unknown> | undefined;
3652
- fees: {
3653
- readonly estimateFeesPerGas: ({ client, multiply, request, type, }: Parameters<viem.ChainEstimateFeesPerGasFn>[0]) => ReturnType<viem.ChainEstimateFeesPerGasFn>;
3654
- readonly maxPriorityFeePerGas: ({ block, client, request }: viem.ChainFeesFnParameters<viem.ChainFormatters | undefined>) => Promise<bigint | null>;
3655
- };
3656
- formatters?: undefined;
3657
- serializers?: viem.ChainSerializers<undefined, viem.TransactionSerializable> | undefined;
3658
- };
3659
- 57073: {
3660
- blockExplorers: {
3661
- readonly default: {
3662
- readonly name: "Blockscout";
3663
- readonly url: "https://explorer.inkonchain.com";
3664
- readonly apiUrl: "https://explorer.inkonchain.com/api/v2";
3665
- };
3666
- };
3667
- contracts: {
3668
- readonly disputeGameFactory: {
3669
- readonly 1: {
3670
- readonly address: "0x10d7b35078d3baabb96dd45a9143b94be65b12cd";
3671
- };
3672
- };
3673
- readonly portal: {
3674
- readonly 1: {
3675
- readonly address: "0x5d66c1782664115999c47c9fa5cd031f495d3e4f";
3676
- };
3677
- };
3678
- readonly l1StandardBridge: {
3679
- readonly 1: {
3680
- readonly address: "0x88ff1e5b602916615391f55854588efcbb7663f0";
3681
- };
3682
- };
3683
- readonly gasPriceOracle: {
3684
- readonly address: "0x420000000000000000000000000000000000000F";
3685
- };
3686
- readonly l1Block: {
3687
- readonly address: "0x4200000000000000000000000000000000000015";
3688
- };
3689
- readonly l2CrossDomainMessenger: {
3690
- readonly address: "0x4200000000000000000000000000000000000007";
3691
- };
3692
- readonly l2Erc721Bridge: {
3693
- readonly address: "0x4200000000000000000000000000000000000014";
3694
- };
3695
- readonly l2StandardBridge: {
3696
- readonly address: "0x4200000000000000000000000000000000000010";
3697
- };
3698
- readonly l2ToL1MessagePasser: {
3699
- readonly address: "0x4200000000000000000000000000000000000016";
3700
- };
3701
- readonly multicall3: {
3702
- readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
3703
- readonly blockCreated: 0;
3704
- };
3705
- };
3706
- id: 57073;
3707
- name: "Ink";
3708
- nativeCurrency: {
3709
- readonly name: "Ether";
3710
- readonly symbol: "ETH";
3711
- readonly decimals: 18;
3712
- };
3713
- rpcUrls: {
3714
- readonly default: {
3715
- readonly http: readonly ["https://rpc-gel.inkonchain.com", "https://rpc-qnd.inkonchain.com"];
3716
- readonly webSocket: readonly ["wss://rpc-gel.inkonchain.com", "wss://rpc-qnd.inkonchain.com"];
3717
- };
3718
- };
3719
- sourceId: 1;
3720
- testnet: false;
3721
- custom?: Record<string, unknown> | undefined;
3722
- fees?: viem.ChainFees<undefined> | undefined;
3723
- formatters: {
3724
- readonly block: {
3725
- exclude: [] | undefined;
3726
- format: (args: viem_chains.OpStackRpcBlock) => {
3727
- baseFeePerGas: bigint | null;
3728
- blobGasUsed: bigint;
3729
- difficulty: bigint;
3730
- excessBlobGas: bigint;
3731
- extraData: viem.Hex;
3732
- gasLimit: bigint;
3733
- gasUsed: bigint;
3734
- hash: `0x${string}` | null;
3735
- logsBloom: `0x${string}` | null;
3736
- miner: viem.Address;
3737
- mixHash: viem.Hash;
3738
- nonce: `0x${string}` | null;
3739
- number: bigint | null;
3740
- parentBeaconBlockRoot?: `0x${string}` | undefined;
3741
- parentHash: viem.Hash;
3742
- receiptsRoot: viem.Hex;
3743
- sealFields: viem.Hex[];
3744
- sha3Uncles: viem.Hash;
3745
- size: bigint;
3746
- stateRoot: viem.Hash;
3747
- timestamp: bigint;
3748
- totalDifficulty: bigint | null;
3749
- transactions: `0x${string}`[] | viem_chains.OpStackTransaction<boolean>[];
3750
- transactionsRoot: viem.Hash;
3751
- uncles: viem.Hash[];
3752
- withdrawals?: viem.Withdrawal[] | undefined | undefined;
3753
- withdrawalsRoot?: `0x${string}` | undefined;
3754
- } & {};
3755
- type: "block";
3756
- };
3757
- readonly transaction: {
3758
- exclude: [] | undefined;
3759
- format: (args: viem_chains.OpStackRpcTransaction) => ({
3760
- blockHash: `0x${string}` | null;
3761
- blockNumber: bigint | null;
3762
- from: viem.Address;
3763
- gas: bigint;
3764
- hash: viem.Hash;
3765
- input: viem.Hex;
3766
- nonce: number;
3767
- r: viem.Hex;
3768
- s: viem.Hex;
3769
- to: viem.Address | null;
3770
- transactionIndex: number | null;
3771
- typeHex: viem.Hex | null;
3772
- v: bigint;
3773
- value: bigint;
3774
- yParity: number;
3775
- gasPrice?: undefined | undefined;
3776
- maxFeePerBlobGas?: undefined | undefined;
3777
- maxFeePerGas: bigint;
3778
- maxPriorityFeePerGas: bigint;
3779
- isSystemTx?: boolean;
3780
- mint?: bigint | undefined | undefined;
3781
- sourceHash: viem.Hex;
3782
- type: "deposit";
3783
- } | {
3784
- r: viem.Hex;
3785
- s: viem.Hex;
3786
- v: bigint;
3787
- to: viem.Address | null;
3788
- from: viem.Address;
3789
- gas: bigint;
3790
- nonce: number;
3791
- value: bigint;
3792
- blockHash: `0x${string}` | null;
3793
- blockNumber: bigint | null;
3794
- hash: viem.Hash;
3795
- input: viem.Hex;
3796
- transactionIndex: number | null;
3797
- typeHex: viem.Hex | null;
3798
- accessList?: undefined | undefined;
3799
- authorizationList?: undefined | undefined;
3800
- blobVersionedHashes?: undefined | undefined;
3801
- chainId?: number | undefined;
3802
- yParity?: undefined | undefined;
3803
- type: "legacy";
3804
- gasPrice: bigint;
3805
- maxFeePerBlobGas?: undefined | undefined;
3806
- maxFeePerGas?: undefined | undefined;
3807
- maxPriorityFeePerGas?: undefined | undefined;
3808
- isSystemTx?: undefined | undefined;
3809
- mint?: undefined | undefined;
3810
- sourceHash?: undefined | undefined;
3811
- } | {
3812
- blockHash: `0x${string}` | null;
3813
- blockNumber: bigint | null;
3814
- from: viem.Address;
3815
- gas: bigint;
3816
- hash: viem.Hash;
3817
- input: viem.Hex;
3818
- nonce: number;
3819
- r: viem.Hex;
3820
- s: viem.Hex;
3821
- to: viem.Address | null;
3822
- transactionIndex: number | null;
3823
- typeHex: viem.Hex | null;
3824
- v: bigint;
3825
- value: bigint;
3826
- yParity: number;
3827
- accessList: viem.AccessList;
3828
- authorizationList?: undefined | undefined;
3829
- blobVersionedHashes?: undefined | undefined;
3830
- chainId: number;
3831
- type: "eip2930";
3832
- gasPrice: bigint;
3833
- maxFeePerBlobGas?: undefined | undefined;
3834
- maxFeePerGas?: undefined | undefined;
3835
- maxPriorityFeePerGas?: undefined | undefined;
3836
- isSystemTx?: undefined | undefined;
3837
- mint?: undefined | undefined;
3838
- sourceHash?: undefined | undefined;
3839
- } | {
3840
- blockHash: `0x${string}` | null;
3841
- blockNumber: bigint | null;
3842
- from: viem.Address;
3843
- gas: bigint;
3844
- hash: viem.Hash;
3845
- input: viem.Hex;
3846
- nonce: number;
3847
- r: viem.Hex;
3848
- s: viem.Hex;
3849
- to: viem.Address | null;
3850
- transactionIndex: number | null;
3851
- typeHex: viem.Hex | null;
3852
- v: bigint;
3853
- value: bigint;
3854
- yParity: number;
3855
- accessList: viem.AccessList;
3856
- authorizationList?: undefined | undefined;
3857
- blobVersionedHashes?: undefined | undefined;
3858
- chainId: number;
3859
- type: "eip1559";
3860
- gasPrice?: undefined | undefined;
3861
- maxFeePerBlobGas?: undefined | undefined;
3862
- maxFeePerGas: bigint;
3863
- maxPriorityFeePerGas: bigint;
3864
- isSystemTx?: undefined | undefined;
3865
- mint?: undefined | undefined;
3866
- sourceHash?: undefined | undefined;
3867
- } | {
3868
- blockHash: `0x${string}` | null;
3869
- blockNumber: bigint | null;
3870
- from: viem.Address;
3871
- gas: bigint;
3872
- hash: viem.Hash;
3873
- input: viem.Hex;
3874
- nonce: number;
3875
- r: viem.Hex;
3876
- s: viem.Hex;
3877
- to: viem.Address | null;
3878
- transactionIndex: number | null;
3879
- typeHex: viem.Hex | null;
3880
- v: bigint;
3881
- value: bigint;
3882
- yParity: number;
3883
- accessList: viem.AccessList;
3884
- authorizationList?: undefined | undefined;
3885
- blobVersionedHashes: readonly viem.Hex[];
3886
- chainId: number;
3887
- type: "eip4844";
3888
- gasPrice?: undefined | undefined;
3889
- maxFeePerBlobGas: bigint;
3890
- maxFeePerGas: bigint;
3891
- maxPriorityFeePerGas: bigint;
3892
- isSystemTx?: undefined | undefined;
3893
- mint?: undefined | undefined;
3894
- sourceHash?: undefined | undefined;
3895
- } | {
3896
- blockHash: `0x${string}` | null;
3897
- blockNumber: bigint | null;
3898
- from: viem.Address;
3899
- gas: bigint;
3900
- hash: viem.Hash;
3901
- input: viem.Hex;
3902
- nonce: number;
3903
- r: viem.Hex;
3904
- s: viem.Hex;
3905
- to: viem.Address | null;
3906
- transactionIndex: number | null;
3907
- typeHex: viem.Hex | null;
3908
- v: bigint;
3909
- value: bigint;
3910
- yParity: number;
3911
- accessList: viem.AccessList;
3912
- authorizationList: viem.SignedAuthorizationList;
3913
- blobVersionedHashes?: undefined | undefined;
3914
- chainId: number;
3915
- type: "eip7702";
3916
- gasPrice?: undefined | undefined;
3917
- maxFeePerBlobGas?: undefined | undefined;
3918
- maxFeePerGas: bigint;
3919
- maxPriorityFeePerGas: bigint;
3920
- isSystemTx?: undefined | undefined;
3921
- mint?: undefined | undefined;
3922
- sourceHash?: undefined | undefined;
3923
- }) & {};
3924
- type: "transaction";
3925
- };
3926
- readonly transactionReceipt: {
3927
- exclude: [] | undefined;
3928
- format: (args: viem_chains.OpStackRpcTransactionReceipt) => {
3929
- blobGasPrice?: bigint | undefined;
3930
- blobGasUsed?: bigint | undefined;
3931
- blockHash: viem.Hash;
3932
- blockNumber: bigint;
3933
- contractAddress: viem.Address | null | undefined;
3934
- cumulativeGasUsed: bigint;
3935
- effectiveGasPrice: bigint;
3936
- from: viem.Address;
3937
- gasUsed: bigint;
3938
- logs: viem.Log<bigint, number, false>[];
3939
- logsBloom: viem.Hex;
3940
- root?: `0x${string}` | undefined;
3941
- status: "success" | "reverted";
3942
- to: viem.Address | null;
3943
- transactionHash: viem.Hash;
3944
- transactionIndex: number;
3945
- type: viem.TransactionType;
3946
- l1GasPrice: bigint | null;
3947
- l1GasUsed: bigint | null;
3948
- l1Fee: bigint | null;
3949
- l1FeeScalar: number | null;
3950
- } & {};
3951
- type: "transactionReceipt";
3952
- };
3953
- };
3954
- serializers: {
3955
- readonly transaction: typeof viem_chains.serializeTransactionOpStack;
3956
- };
3957
- };
3958
- 1868: {
3959
- blockExplorers: {
3960
- readonly default: {
3961
- readonly name: "Blockscout";
3962
- readonly url: "https://soneium.blockscout.com";
3963
- readonly apiUrl: "https://soneium.blockscout.com/api";
3964
- };
3965
- };
3966
- contracts: {
3967
- readonly disputeGameFactory: {
3968
- readonly 1: {
3969
- readonly address: "0x512a3d2c7a43bd9261d2b8e8c9c70d4bd4d503c0";
3970
- };
3971
- };
3972
- readonly l2OutputOracle: {
3973
- readonly 1: {
3974
- readonly address: "0x0000000000000000000000000000000000000000";
3975
- };
3976
- };
3977
- readonly portal: {
3978
- readonly 1: {
3979
- readonly address: "0x88e529a6ccd302c948689cd5156c83d4614fae92";
3980
- readonly blockCreated: 7061266;
3981
- };
3982
- };
3983
- readonly l1StandardBridge: {
3984
- readonly 1: {
3985
- readonly address: "0xeb9bf100225c214efc3e7c651ebbadcf85177607";
3986
- readonly blockCreated: 7061266;
3987
- };
3988
- };
3989
- readonly multicall3: {
3990
- readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
3991
- readonly blockCreated: 1;
3992
- };
3993
- readonly gasPriceOracle: {
3994
- readonly address: "0x420000000000000000000000000000000000000F";
3995
- };
3996
- readonly l1Block: {
3997
- readonly address: "0x4200000000000000000000000000000000000015";
3998
- };
3999
- readonly l2CrossDomainMessenger: {
4000
- readonly address: "0x4200000000000000000000000000000000000007";
4001
- };
4002
- readonly l2Erc721Bridge: {
4003
- readonly address: "0x4200000000000000000000000000000000000014";
4004
- };
4005
- readonly l2StandardBridge: {
4006
- readonly address: "0x4200000000000000000000000000000000000010";
4007
- };
4008
- readonly l2ToL1MessagePasser: {
4009
- readonly address: "0x4200000000000000000000000000000000000016";
4010
- };
4011
- };
4012
- id: 1868;
4013
- name: "Soneium Mainnet";
4014
- nativeCurrency: {
4015
- readonly name: "Ether";
4016
- readonly symbol: "ETH";
4017
- readonly decimals: 18;
4018
- };
4019
- rpcUrls: {
4020
- readonly default: {
4021
- readonly http: readonly ["https://rpc.soneium.org"];
4022
- };
4023
- };
4024
- sourceId: 1;
4025
- testnet?: boolean | undefined | undefined;
4026
- custom?: Record<string, unknown> | undefined;
4027
- fees?: viem.ChainFees<undefined> | undefined;
4028
- formatters: {
4029
- readonly block: {
4030
- exclude: [] | undefined;
4031
- format: (args: viem_chains.OpStackRpcBlock) => {
4032
- baseFeePerGas: bigint | null;
4033
- blobGasUsed: bigint;
4034
- difficulty: bigint;
4035
- excessBlobGas: bigint;
4036
- extraData: viem.Hex;
4037
- gasLimit: bigint;
4038
- gasUsed: bigint;
4039
- hash: `0x${string}` | null;
4040
- logsBloom: `0x${string}` | null;
4041
- miner: viem.Address;
4042
- mixHash: viem.Hash;
4043
- nonce: `0x${string}` | null;
4044
- number: bigint | null;
4045
- parentBeaconBlockRoot?: `0x${string}` | undefined;
4046
- parentHash: viem.Hash;
4047
- receiptsRoot: viem.Hex;
4048
- sealFields: viem.Hex[];
4049
- sha3Uncles: viem.Hash;
4050
- size: bigint;
4051
- stateRoot: viem.Hash;
4052
- timestamp: bigint;
4053
- totalDifficulty: bigint | null;
4054
- transactions: `0x${string}`[] | viem_chains.OpStackTransaction<boolean>[];
4055
- transactionsRoot: viem.Hash;
4056
- uncles: viem.Hash[];
4057
- withdrawals?: viem.Withdrawal[] | undefined | undefined;
4058
- withdrawalsRoot?: `0x${string}` | undefined;
4059
- } & {};
4060
- type: "block";
4061
- };
4062
- readonly transaction: {
4063
- exclude: [] | undefined;
4064
- format: (args: viem_chains.OpStackRpcTransaction) => ({
4065
- blockHash: `0x${string}` | null;
4066
- blockNumber: bigint | null;
4067
- from: viem.Address;
4068
- gas: bigint;
4069
- hash: viem.Hash;
4070
- input: viem.Hex;
4071
- nonce: number;
4072
- r: viem.Hex;
4073
- s: viem.Hex;
4074
- to: viem.Address | null;
4075
- transactionIndex: number | null;
4076
- typeHex: viem.Hex | null;
4077
- v: bigint;
4078
- value: bigint;
4079
- yParity: number;
4080
- gasPrice?: undefined | undefined;
4081
- maxFeePerBlobGas?: undefined | undefined;
4082
- maxFeePerGas: bigint;
4083
- maxPriorityFeePerGas: bigint;
4084
- isSystemTx?: boolean;
4085
- mint?: bigint | undefined | undefined;
4086
- sourceHash: viem.Hex;
4087
- type: "deposit";
4088
- } | {
4089
- r: viem.Hex;
4090
- s: viem.Hex;
4091
- v: bigint;
4092
- to: viem.Address | null;
4093
- from: viem.Address;
4094
- gas: bigint;
4095
- nonce: number;
4096
- value: bigint;
4097
- blockHash: `0x${string}` | null;
4098
- blockNumber: bigint | null;
4099
- hash: viem.Hash;
4100
- input: viem.Hex;
4101
- transactionIndex: number | null;
4102
- typeHex: viem.Hex | null;
4103
- accessList?: undefined | undefined;
4104
- authorizationList?: undefined | undefined;
4105
- blobVersionedHashes?: undefined | undefined;
4106
- chainId?: number | undefined;
4107
- yParity?: undefined | undefined;
4108
- type: "legacy";
4109
- gasPrice: bigint;
4110
- maxFeePerBlobGas?: undefined | undefined;
4111
- maxFeePerGas?: undefined | undefined;
4112
- maxPriorityFeePerGas?: undefined | undefined;
4113
- isSystemTx?: undefined | undefined;
4114
- mint?: undefined | undefined;
4115
- sourceHash?: undefined | undefined;
4116
- } | {
4117
- blockHash: `0x${string}` | null;
4118
- blockNumber: bigint | null;
4119
- from: viem.Address;
4120
- gas: bigint;
4121
- hash: viem.Hash;
4122
- input: viem.Hex;
4123
- nonce: number;
4124
- r: viem.Hex;
4125
- s: viem.Hex;
4126
- to: viem.Address | null;
4127
- transactionIndex: number | null;
4128
- typeHex: viem.Hex | null;
4129
- v: bigint;
4130
- value: bigint;
4131
- yParity: number;
4132
- accessList: viem.AccessList;
4133
- authorizationList?: undefined | undefined;
4134
- blobVersionedHashes?: undefined | undefined;
4135
- chainId: number;
4136
- type: "eip2930";
4137
- gasPrice: bigint;
4138
- maxFeePerBlobGas?: undefined | undefined;
4139
- maxFeePerGas?: undefined | undefined;
4140
- maxPriorityFeePerGas?: undefined | undefined;
4141
- isSystemTx?: undefined | undefined;
4142
- mint?: undefined | undefined;
4143
- sourceHash?: undefined | undefined;
4144
- } | {
4145
- blockHash: `0x${string}` | null;
4146
- blockNumber: bigint | null;
4147
- from: viem.Address;
4148
- gas: bigint;
4149
- hash: viem.Hash;
4150
- input: viem.Hex;
4151
- nonce: number;
4152
- r: viem.Hex;
4153
- s: viem.Hex;
4154
- to: viem.Address | null;
4155
- transactionIndex: number | null;
4156
- typeHex: viem.Hex | null;
4157
- v: bigint;
4158
- value: bigint;
4159
- yParity: number;
4160
- accessList: viem.AccessList;
4161
- authorizationList?: undefined | undefined;
4162
- blobVersionedHashes?: undefined | undefined;
4163
- chainId: number;
4164
- type: "eip1559";
4165
- gasPrice?: undefined | undefined;
4166
- maxFeePerBlobGas?: undefined | undefined;
4167
- maxFeePerGas: bigint;
4168
- maxPriorityFeePerGas: bigint;
4169
- isSystemTx?: undefined | undefined;
4170
- mint?: undefined | undefined;
4171
- sourceHash?: undefined | undefined;
4172
- } | {
4173
- blockHash: `0x${string}` | null;
4174
- blockNumber: bigint | null;
4175
- from: viem.Address;
4176
- gas: bigint;
4177
- hash: viem.Hash;
4178
- input: viem.Hex;
4179
- nonce: number;
4180
- r: viem.Hex;
4181
- s: viem.Hex;
4182
- to: viem.Address | null;
4183
- transactionIndex: number | null;
4184
- typeHex: viem.Hex | null;
4185
- v: bigint;
4186
- value: bigint;
4187
- yParity: number;
4188
- accessList: viem.AccessList;
4189
- authorizationList?: undefined | undefined;
4190
- blobVersionedHashes: readonly viem.Hex[];
4191
- chainId: number;
4192
- type: "eip4844";
4193
- gasPrice?: undefined | undefined;
4194
- maxFeePerBlobGas: bigint;
4195
- maxFeePerGas: bigint;
4196
- maxPriorityFeePerGas: bigint;
4197
- isSystemTx?: undefined | undefined;
4198
- mint?: undefined | undefined;
4199
- sourceHash?: undefined | undefined;
4200
- } | {
4201
- blockHash: `0x${string}` | null;
4202
- blockNumber: bigint | null;
4203
- from: viem.Address;
4204
- gas: bigint;
4205
- hash: viem.Hash;
4206
- input: viem.Hex;
4207
- nonce: number;
4208
- r: viem.Hex;
4209
- s: viem.Hex;
4210
- to: viem.Address | null;
4211
- transactionIndex: number | null;
4212
- typeHex: viem.Hex | null;
4213
- v: bigint;
4214
- value: bigint;
4215
- yParity: number;
4216
- accessList: viem.AccessList;
4217
- authorizationList: viem.SignedAuthorizationList;
4218
- blobVersionedHashes?: undefined | undefined;
4219
- chainId: number;
4220
- type: "eip7702";
4221
- gasPrice?: undefined | undefined;
4222
- maxFeePerBlobGas?: undefined | undefined;
4223
- maxFeePerGas: bigint;
4224
- maxPriorityFeePerGas: bigint;
4225
- isSystemTx?: undefined | undefined;
4226
- mint?: undefined | undefined;
4227
- sourceHash?: undefined | undefined;
4228
- }) & {};
4229
- type: "transaction";
4230
- };
4231
- readonly transactionReceipt: {
4232
- exclude: [] | undefined;
4233
- format: (args: viem_chains.OpStackRpcTransactionReceipt) => {
4234
- blobGasPrice?: bigint | undefined;
4235
- blobGasUsed?: bigint | undefined;
4236
- blockHash: viem.Hash;
4237
- blockNumber: bigint;
4238
- contractAddress: viem.Address | null | undefined;
4239
- cumulativeGasUsed: bigint;
4240
- effectiveGasPrice: bigint;
4241
- from: viem.Address;
4242
- gasUsed: bigint;
4243
- logs: viem.Log<bigint, number, false>[];
4244
- logsBloom: viem.Hex;
4245
- root?: `0x${string}` | undefined;
4246
- status: "success" | "reverted";
4247
- to: viem.Address | null;
4248
- transactionHash: viem.Hash;
4249
- transactionIndex: number;
4250
- type: viem.TransactionType;
4251
- l1GasPrice: bigint | null;
4252
- l1GasUsed: bigint | null;
4253
- l1Fee: bigint | null;
4254
- l1FeeScalar: number | null;
4255
- } & {};
4256
- type: "transactionReceipt";
4257
- };
4258
- };
4259
- serializers: {
4260
- readonly transaction: typeof viem_chains.serializeTransactionOpStack;
4261
- };
4262
- };
4263
- };
493
+ declare const ChainList: Record<valueOf<typeof ChainId>, Chain>;
4264
494
 
4265
495
  type SupportedChainIds = (typeof ChainId)[keyof typeof ChainId];
4266
496
  /**
@@ -4282,10 +512,16 @@ declare const publicRPCs: {
4282
512
  readonly 59144: "https://rpc.linea.build";
4283
513
  };
4284
514
  declare const alchemySupportedChainIds: (1 | 10 | 56 | 100 | 137 | 146 | 250 | 324 | 1101 | 4002 | 5000 | 8453 | 42161 | 42220 | 43113 | 43114 | 59144 | 80002 | 84532 | 421614 | 534351 | 534352 | 11155111 | 11155420 | 1088 | 57073 | 1666600000 | 1868)[];
4285
- declare const getNetworkEnv: (chainId: SupportedChainIds) => "RPC_BASE" | "RPC_MAINNET" | "RPC_OPTIMISM" | "RPC_FANTOM" | "RPC_CELO" | "RPC_POLYGON" | "RPC_POLYGON_AMOY" | "RPC_AVALANCHE" | "RPC_AVALANCHE_FUJI" | "RPC_ARBITRUM" | "RPC_ARBITRUM_SEPOLIA" | "RPC_FANTOM_TESTNET" | "RPC_OPTIMISM_SEPOLIA" | "RPC_HARMONY" | "RPC_SEPOLIA" | "RPC_SCROLL" | "RPC_SCROLL_SEPOLIA" | "RPC_SONIC" | "RPC_MANTLE" | "RPC_METIS" | "RPC_BASE_SEPOLIA" | "RPC_BNB" | "RPC_GNOSIS" | "RPC_ZKEVM" | "RPC_ZKSYNC" | "RPC_LINEA" | "RPC_INK" | "RPC_SONEIUM";
515
+ declare const getNetworkEnv: (chainId: SupportedChainIds) => "RPC_BNB" | "RPC_CELO" | "RPC_METIS" | "RPC_BASE" | "RPC_MAINNET" | "RPC_POLYGON" | "RPC_POLYGON_AMOY" | "RPC_AVALANCHE" | "RPC_AVALANCHE_FUJI" | "RPC_ARBITRUM" | "RPC_ARBITRUM_SEPOLIA" | "RPC_FANTOM" | "RPC_FANTOM_TESTNET" | "RPC_OPTIMISM" | "RPC_OPTIMISM_SEPOLIA" | "RPC_HARMONY" | "RPC_SEPOLIA" | "RPC_SCROLL" | "RPC_SCROLL_SEPOLIA" | "RPC_SONIC" | "RPC_MANTLE" | "RPC_BASE_SEPOLIA" | "RPC_GNOSIS" | "RPC_ZKEVM" | "RPC_ZKSYNC" | "RPC_LINEA" | "RPC_INK" | "RPC_SONEIUM";
4286
516
  declare function getExplicitRPC(chainId: SupportedChainIds): string;
4287
517
  declare function getAlchemyRPC(chainId: SupportedChainIds, alchemyKey: string): string;
4288
- declare function getPublicRpc(chainId: SupportedChainIds): "https://eth.llamarpc.com" | "https://polygon.llamarpc.com" | "https://base.llamarpc.com" | "https://binance.llamarpc.com" | "https://andromeda.metis.io/?owner=1088" | "https://rpc.ankr.com/gnosis" | "https://rpc.scroll.io" | "https://mainnet.era.zksync.io" | "https://rpc.ftm.tools" | "https://api.avax.network/ext/bc/C/rpc" | "https://rpc.linea.build";
518
+ declare function getPublicRpc(chainId: SupportedChainIds): "https://mainnet.era.zksync.io" | "https://api.avax.network/ext/bc/C/rpc" | "https://rpc.linea.build" | "https://rpc.scroll.io" | "https://andromeda.metis.io/?owner=1088" | "https://eth.llamarpc.com" | "https://polygon.llamarpc.com" | "https://base.llamarpc.com" | "https://binance.llamarpc.com" | "https://rpc.ankr.com/gnosis" | "https://rpc.ftm.tools";
519
+ /**
520
+ * HyperRPCs are extremely fast **but** they only support a subset of the standard.
521
+ * Therefore they are not used in the generalized getClient atm.
522
+ * @param chainId
523
+ */
524
+ declare function getHyperRPC(chainId: number): string;
4289
525
  declare function getQuicknodeRpc(chainId: SupportedChainIds, options: {
4290
526
  quicknodeEndpointName: string;
4291
527
  quicknodeToken: string;
@@ -4406,7 +642,7 @@ declare function flashbotsOnFetchRequest(account: Account, relay?: string): (req
4406
642
  signal?: AbortSignal | null;
4407
643
  window?: null;
4408
644
  } | undefined>;
4409
- declare function flashbotsClientExtension<T extends WalletClient<HttpTransport<undefined, false>, Chain, Account>>(client: T): {
645
+ declare function flashbotsClientExtension<T extends WalletClient<HttpTransport<undefined, false>, Chain$1, Account>>(client: T): {
4410
646
  sendPrivateTransaction(args: TransactionRequest, preferences?: {
4411
647
  fast: boolean;
4412
648
  privacy: {
@@ -4456,14 +692,16 @@ declare const alchemyNetworkMap: {
4456
692
  readonly 1088: "metis-mainnet";
4457
693
  readonly 1101: "polygonzkevm-mainnet";
4458
694
  readonly 1301: "unichain-sepolia";
695
+ readonly 1315: "story-aeneid";
4459
696
  readonly 1328: "sei-testnet";
4460
697
  readonly 1329: "sei-mainnet";
698
+ readonly 1514: "story-mainnet";
4461
699
  readonly 1868: "soneium-mainnet";
4462
700
  readonly 1946: "soneium-minato";
4463
701
  readonly 2020: "ronin-mainnet";
4464
702
  readonly 2021: "ronin-saigon";
4465
703
  readonly 2442: "polygonzkevm-cardona";
4466
- readonly 2522: "frax-sepolia";
704
+ readonly 2523: "frax-sepolia";
4467
705
  readonly 2741: "abstract-mainnet";
4468
706
  readonly 4002: "fantom-testnet";
4469
707
  readonly 4157: "crossfi-testnet";
@@ -4475,10 +713,11 @@ declare const alchemyNetworkMap: {
4475
713
  readonly 5371: "settlus-mainnet";
4476
714
  readonly 5373: "settlus-septestnet";
4477
715
  readonly 5611: "opbnb-testnet";
716
+ readonly 6342: "megaeth-testnet";
717
+ readonly 6900: "anime-sepolia";
4478
718
  readonly 7000: "zetachain-mainnet";
4479
719
  readonly 7001: "zetachain-testnet";
4480
720
  readonly 8008: "polynomial-mainnet";
4481
- readonly 8009: "polynomial-sepolia";
4482
721
  readonly 8453: "base-mainnet";
4483
722
  readonly 10143: "monad-testnet";
4484
723
  readonly 10200: "gnosis-chiado";
@@ -4500,9 +739,9 @@ declare const alchemyNetworkMap: {
4500
739
  readonly 57073: "ink-mainnet";
4501
740
  readonly 59141: "linea-sepolia";
4502
741
  readonly 59144: "linea-mainnet";
4503
- readonly 62320: "celo-baklava";
4504
- readonly 63157: "geist-mainnet";
742
+ readonly 69000: "anime-mainnet";
4505
743
  readonly 80002: "polygon-amoy";
744
+ readonly 80008: "polynomial-sepolia";
4506
745
  readonly 80069: "berachain-bepolia";
4507
746
  readonly 80094: "berachain-mainnet";
4508
747
  readonly 81457: "blast-mainnet";
@@ -4511,7 +750,6 @@ declare const alchemyNetworkMap: {
4511
750
  readonly 534351: "scroll-sepolia";
4512
751
  readonly 534352: "scroll-mainnet";
4513
752
  readonly 560048: "eth-hoodi";
4514
- readonly 631571: "geist-polter";
4515
753
  readonly 685685: "gensyn-testnet";
4516
754
  readonly 763373: "ink-sepolia";
4517
755
  readonly 7777777: "zora-mainnet";
@@ -4523,6 +761,7 @@ declare const alchemyNetworkMap: {
4523
761
  readonly 994873017: "lumia-prism";
4524
762
  readonly 999999999: "zora-sepolia";
4525
763
  readonly 1952959480: "lumia-testnet";
764
+ readonly null: "sui-testnet";
4526
765
  };
4527
766
 
4528
767
  declare const quicknodeNetworkMap: {
@@ -5012,6 +1251,10 @@ declare const routescanExplorers: {
5012
1251
  readonly api: "https://api.routescan.io/v2/network/testnet/evm/987/etherscan";
5013
1252
  readonly explorer: "987.routescan.io";
5014
1253
  };
1254
+ readonly 999: {
1255
+ readonly api: "https://api.routescan.io/v2/network/mainnet/evm/999/etherscan";
1256
+ readonly explorer: "999.routescan.io";
1257
+ };
5015
1258
  readonly 1010: {
5016
1259
  readonly api: "https://api.routescan.io/v2/network/mainnet/evm/1010/etherscan";
5017
1260
  readonly explorer: "1010.routescan.io";
@@ -5112,6 +1355,10 @@ declare const routescanExplorers: {
5112
1355
  readonly api: "https://api.routescan.io/v2/network/testnet/evm/3636/etherscan";
5113
1356
  readonly explorer: "3636.routescan.io";
5114
1357
  };
1358
+ readonly 3637: {
1359
+ readonly api: "https://api.routescan.io/v2/network/mainnet/evm/3637/etherscan";
1360
+ readonly explorer: "3637.routescan.io";
1361
+ };
5115
1362
  readonly 3939: {
5116
1363
  readonly api: "https://api.routescan.io/v2/network/testnet/evm/3939/etherscan";
5117
1364
  readonly explorer: "3939.routescan.io";
@@ -5572,6 +1819,10 @@ declare const routescanExplorers: {
5572
1819
  readonly api: "https://api.routescan.io/v2/network/testnet/evm/11155931/etherscan";
5573
1820
  readonly explorer: "11155931.routescan.io";
5574
1821
  };
1822
+ readonly 12345678: {
1823
+ readonly api: "https://api.routescan.io/v2/network/mainnet/evm/12345678/etherscan";
1824
+ readonly explorer: "12345678.routescan.io";
1825
+ };
5575
1826
  readonly 13068200: {
5576
1827
  readonly api: "https://api.routescan.io/v2/network/testnet/evm/13068200/etherscan";
5577
1828
  readonly explorer: "13068200.routescan.io";
@@ -6035,6 +2286,11 @@ declare const chainlinkFeeds: {
6035
2286
  readonly proxyAddress: "0xee10fE5E7aa92dd7b136597449c3d5813cFC5F18";
6036
2287
  readonly decimals: 8;
6037
2288
  readonly name: "SKY / USD";
2289
+ }, {
2290
+ readonly contractAddress: "0x646772c691b2a84CA889f55253C560D38E3766e1";
2291
+ readonly proxyAddress: "0xF0d9bb015Cd7BfAb877B7156146dc09Bf461370d";
2292
+ readonly decimals: 8;
2293
+ readonly name: "USD1 / USD";
6038
2294
  }, {
6039
2295
  readonly contractAddress: "0x64DEE1Bc46e817ed93dEA4815F071B20eD218E39";
6040
2296
  readonly proxyAddress: "0xa81FE04086865e63E12dD3776978E49DEEa2ea4e";
@@ -6101,6 +2357,11 @@ declare const chainlinkFeeds: {
6101
2357
  readonly proxyAddress: "0x34ad75691e25A8E9b681AAA85dbeB7ef6561B42c";
6102
2358
  readonly decimals: 8;
6103
2359
  readonly name: "USR / USD";
2360
+ }, {
2361
+ readonly contractAddress: "0x78281937B869bAaDedDdA3d62fC4b6Fc0a196b61";
2362
+ readonly proxyAddress: "0x2D27d9e1b74936D8E83c4BA118F09A4c4a897f62";
2363
+ readonly decimals: 8;
2364
+ readonly name: "SXT / USD";
6104
2365
  }, {
6105
2366
  readonly contractAddress: "0x786ba26Ee47097E6A5086E742aEf5Efbc6A93447";
6106
2367
  readonly proxyAddress: "0x9656D3A00402bD9c18EeF89b29ca6810734ABCAd";
@@ -6353,6 +2614,11 @@ declare const chainlinkFeeds: {
6353
2614
  readonly proxyAddress: "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23";
6354
2615
  readonly decimals: 8;
6355
2616
  readonly name: "WBTC / BTC";
2617
+ }, {
2618
+ readonly contractAddress: "0xA618f119504455762c9bBbcE4aC9EE7fde457d05";
2619
+ readonly proxyAddress: null;
2620
+ readonly decimals: 0;
2621
+ readonly name: "sUSDe-USDe Exchange Rate";
6356
2622
  }, {
6357
2623
  readonly contractAddress: "0xA618f119504455762c9bBbcE4aC9EE7fde457d05";
6358
2624
  readonly proxyAddress: null;
@@ -6383,6 +2649,11 @@ declare const chainlinkFeeds: {
6383
2649
  readonly proxyAddress: null;
6384
2650
  readonly decimals: 18;
6385
2651
  readonly name: "CELO/USD-RefPrice-DF-stream-EthereumMainnet-001";
2652
+ }, {
2653
+ readonly contractAddress: "0xA618f119504455762c9bBbcE4aC9EE7fde457d05";
2654
+ readonly proxyAddress: null;
2655
+ readonly decimals: 18;
2656
+ readonly name: "CAKE/USD-RefPrice-DF-stream-EthereumMainnet-001";
6386
2657
  }, {
6387
2658
  readonly contractAddress: "0xA618f119504455762c9bBbcE4aC9EE7fde457d05";
6388
2659
  readonly proxyAddress: null;
@@ -6418,6 +2689,11 @@ declare const chainlinkFeeds: {
6418
2689
  readonly proxyAddress: null;
6419
2690
  readonly decimals: 18;
6420
2691
  readonly name: "USDC/USD-RefPrice-DF-stream-EthereumMainnet-001";
2692
+ }, {
2693
+ readonly contractAddress: "0xA674a0fD742F37BD5077AFc90D1E82485c91989C";
2694
+ readonly proxyAddress: "0x04F84020Fdf10d9ee64D1dcC2986EDF2F556DA11";
2695
+ readonly decimals: 8;
2696
+ readonly name: "EURC / USD";
6421
2697
  }, {
6422
2698
  readonly contractAddress: "0xA9845307Bb5F5637B136Ca70914746d1bb7d402a";
6423
2699
  readonly proxyAddress: "0x14e613AC84a31f709eadbdF89C6CC390fDc9540A";
@@ -6847,6 +3123,11 @@ declare const chainlinkFeeds: {
6847
3123
  readonly proxyAddress: "0x7f99817d87baD03ea21E05112Ca799d715730efe";
6848
3124
  readonly decimals: 8;
6849
3125
  readonly name: "SUSD / USD";
3126
+ }, {
3127
+ readonly contractAddress: "0x193285B1b49A085EbE60A4764Cd69525c4BF031B";
3128
+ readonly proxyAddress: "0x0805fAA94F056C06c2a69e115Aa7633EfD3efDca";
3129
+ readonly decimals: 8;
3130
+ readonly name: "ALETH / USD";
6850
3131
  }, {
6851
3132
  readonly contractAddress: "0x19BcA7C81f3ed561a49326b78468EaC64D0E8F2a";
6852
3133
  readonly proxyAddress: "0xee35A95c9a064491531493D8b380bC40A4CCd0Da";
@@ -6952,11 +3233,6 @@ declare const chainlinkFeeds: {
6952
3233
  readonly proxyAddress: "0x89178957E9bD07934d7792fFc0CF39f11c8C2B1F";
6953
3234
  readonly decimals: 8;
6954
3235
  readonly name: "APE / USD";
6955
- }, {
6956
- readonly contractAddress: "0x397c2082dA7A0962A4FBF14e62E72dbCefB7a7Dc";
6957
- readonly proxyAddress: "0x1520874FC216f5F07E03607303Df2Fda6C3Fc203";
6958
- readonly decimals: 8;
6959
- readonly name: "ZIL / USD";
6960
3236
  }, {
6961
3237
  readonly contractAddress: "0x3E313e778dA811F79A66570b8703c66204112Dfd";
6962
3238
  readonly proxyAddress: "0x34E0E85CeEc6be6146c4f0115769a29a9539222e";
@@ -6992,6 +3268,11 @@ declare const chainlinkFeeds: {
6992
3268
  readonly proxyAddress: "0x607b417DF51e0E1ed3A12fDb7FC0e8307ED250F3";
6993
3269
  readonly decimals: 8;
6994
3270
  readonly name: "MKR / USD";
3271
+ }, {
3272
+ readonly contractAddress: "0x491A63E35688F90780fE57610679D0cfb91a43Fe";
3273
+ readonly proxyAddress: "0x30F6ffb911ac7B9aDF471f28366ce1826C05776e";
3274
+ readonly decimals: 8;
3275
+ readonly name: "USD1 / USD";
6995
3276
  }, {
6996
3277
  readonly contractAddress: "0x4F6dFDFd4d68F68b2692E79f9e94796fC8015770";
6997
3278
  readonly proxyAddress: "0x0D276FC14719f9292D5C1eA2198673d1f4269246";
@@ -7247,6 +3528,11 @@ declare const chainlinkFeeds: {
7247
3528
  readonly proxyAddress: "0xCb93226806156b03c8896bbD1cd5e4174cdb0806";
7248
3529
  readonly decimals: 18;
7249
3530
  readonly name: "ynETHx / ETH Exchange Rate";
3531
+ }, {
3532
+ readonly contractAddress: "0xA0aDEfAD7c8246E2BFaD900dC28539b8C0DC5703";
3533
+ readonly proxyAddress: "0x1520874FC216f5F07E03607303Df2Fda6C3Fc203";
3534
+ readonly decimals: 8;
3535
+ readonly name: "ZIL / USD";
7250
3536
  }, {
7251
3537
  readonly contractAddress: "0xA2f199CDb286C716b4315Ee216192d8BDE617611";
7252
3538
  readonly proxyAddress: "0xf37c76163b2918bB4533579D449524F8542E64AD";
@@ -7723,6 +4009,11 @@ declare const chainlinkFeeds: {
7723
4009
  readonly proxyAddress: "0xf369A13E7f2449E58DdE8302F008eE9131f8d859";
7724
4010
  readonly decimals: 18;
7725
4011
  readonly name: "XVS / BNB";
4012
+ }, {
4013
+ readonly contractAddress: "0x48dB0aDEABFaCc84d567CD520e48c1F677d05311";
4014
+ readonly proxyAddress: "0xaD8b4e59A7f25B68945fAf0f3a3EAF027832FFB0";
4015
+ readonly decimals: 8;
4016
+ readonly name: "USD1 / USD";
7726
4017
  }, {
7727
4018
  readonly contractAddress: "0x4A406c886CEABcc54201ECa1fF1b84c1a62623E2";
7728
4019
  readonly proxyAddress: "0xD5c40f5144848Bd4EF08a9605d860e727b991513";
@@ -7923,6 +4214,11 @@ declare const chainlinkFeeds: {
7923
4214
  readonly proxyAddress: "0x6b25F7f189c3f26d3caC43b754578b67Fc8d952A";
7924
4215
  readonly decimals: 8;
7925
4216
  readonly name: "MS / USD";
4217
+ }, {
4218
+ readonly contractAddress: "0x91d5fFD8e7060a137925ceD9ad80Dd1979254107";
4219
+ readonly proxyAddress: "0xE8ed18E29402CD223bC5B73D30e40CCdf7b72986";
4220
+ readonly decimals: 8;
4221
+ readonly name: "USR / USD";
7926
4222
  }, {
7927
4223
  readonly contractAddress: "0x923f7aE6BC5FA488D82cFD9130ECE95cF6c975f4";
7928
4224
  readonly proxyAddress: "0x93A67D414896A280bF8FFB3b389fE3686E014fda";
@@ -9281,6 +5577,11 @@ declare const chainlinkFeeds: {
9281
5577
  readonly proxyAddress: "0xdA49fdf6a5606Ca7FF180a9B71928Db01a00b0a8";
9282
5578
  readonly decimals: 18;
9283
5579
  readonly name: "wstkscBTC / stkscBTC Exchange Rate";
5580
+ }, {
5581
+ readonly contractAddress: "0x7392f6179bda7eB9CAA608963544aA7a914D1fb9";
5582
+ readonly proxyAddress: "0x21f037F67946A199b1DBF1Cb7DFa21bFde477196";
5583
+ readonly decimals: 18;
5584
+ readonly name: "xSolvBTC / SolvBTC Exchange Rate";
9284
5585
  }, {
9285
5586
  readonly contractAddress: "0x7fe2ADDE154eB97ad68D5aD70328a1DB13701Bc2";
9286
5587
  readonly proxyAddress: "0x824364077993847f71293B24ccA8567c00c2de11";
@@ -9306,6 +5607,11 @@ declare const chainlinkFeeds: {
9306
5607
  readonly proxyAddress: "0xACE5e348a341a740004304c2c228Af1A4581920F";
9307
5608
  readonly decimals: 8;
9308
5609
  readonly name: "SCUSD / USD";
5610
+ }, {
5611
+ readonly contractAddress: "0xA0259d0e5f4C451326921Ef9B990A52403F9C216";
5612
+ readonly proxyAddress: "0x0fceF1123FDBEdC89a0189B15D35B7A33B7694c0";
5613
+ readonly decimals: 8;
5614
+ readonly name: "EUR / USD";
9309
5615
  }, {
9310
5616
  readonly contractAddress: "0xB70b802953462312A47c857b940991108F8d43De";
9311
5617
  readonly proxyAddress: "0x790181e93e9F4Eedb5b864860C12e4d2CffFe73B";
@@ -9356,6 +5662,11 @@ declare const chainlinkFeeds: {
9356
5662
  readonly proxyAddress: "0x8f0240dc9C7644D121D370d8ee61FF9F2356521E";
9357
5663
  readonly decimals: 8;
9358
5664
  readonly name: "EURC / USD";
5665
+ }, {
5666
+ readonly contractAddress: "0xc7E2Ac28F7cdB250aEe24E1bfadd5FfbC234C979";
5667
+ readonly proxyAddress: "0xB6D739Ba498a0D8d1e92F81345B764C995Cc4882";
5668
+ readonly decimals: 8;
5669
+ readonly name: "USD1 / USD";
9359
5670
  }, {
9360
5671
  readonly contractAddress: "0xcdEb81F86ee3Fc0cF6cbF6505b5a624460777732";
9361
5672
  readonly proxyAddress: "0x960BDD1dFD20d7c98fa482D793C3dedD73A113a3";
@@ -9609,6 +5920,11 @@ declare const chainlinkFeeds: {
9609
5920
  readonly proxyAddress: "0x97D2996B726F774B7c5BF77C7A74CFe98174a9d3";
9610
5921
  readonly decimals: 8;
9611
5922
  readonly name: "solvBTC / BTC";
5923
+ }, {
5924
+ readonly contractAddress: "0x291ad034EBFF630769F3b0584b7C2AA448818103";
5925
+ readonly proxyAddress: "0x251Ef178518aba5aa1df24713344EA1C6d9ccc67";
5926
+ readonly decimals: 8;
5927
+ readonly name: "USD1 / USD";
9612
5928
  }, {
9613
5929
  readonly contractAddress: "0x304DD98fa8681aF2E32B0e252977a8662C0f431d";
9614
5930
  readonly proxyAddress: "0x6D414dC3F9D8822D947B737CA8F75b1c4d6C8542";
@@ -9619,6 +5935,11 @@ declare const chainlinkFeeds: {
9619
5935
  readonly proxyAddress: "0x75196350e8F9Ffa8e6a917E3C6E073D24F458781";
9620
5936
  readonly decimals: 8;
9621
5937
  readonly name: "WBTC / USD";
5938
+ }, {
5939
+ readonly contractAddress: "0x64F4855349188677016A052CcBECbbe07Cd741D3";
5940
+ readonly proxyAddress: "0x2580FA33f9dfD9D26F1aC418E09113f3E9c316c2";
5941
+ readonly decimals: 18;
5942
+ readonly name: "Calculated wstASTR / USD";
9622
5943
  }, {
9623
5944
  readonly contractAddress: "0x7DCcF223c077e8D1e2297d7788Bb6E62af89dFc9";
9624
5945
  readonly proxyAddress: "0xF049354158e13F6794A3cCD236694E0e1BD9AF79";
@@ -9700,11 +6021,21 @@ declare const chainlinkFeeds: {
9700
6021
  readonly proxyAddress: "0xE2f6c76c05985e90B043CC6ddf1D09e8BF5FAAf9";
9701
6022
  readonly decimals: 18;
9702
6023
  readonly name: "ynETHx / ETH Exchange Rate";
6024
+ }, {
6025
+ readonly contractAddress: "0x4606b8D331f07f8167d5bcD891Ff6a4eE984B8e4";
6026
+ readonly proxyAddress: "0xB16FcAFB8378baA0a69142a325878FDCad58606A";
6027
+ readonly decimals: 18;
6028
+ readonly name: "Calculated mETH / USD";
9703
6029
  }, {
9704
6030
  readonly contractAddress: "0x4EE01a89530E481EcCF045642817cEF39184C02a";
9705
6031
  readonly proxyAddress: "0x6352E3A925E27130317d3A0A5b0b0303e9f2fc7c";
9706
6032
  readonly decimals: 18;
9707
6033
  readonly name: "mETH / ETH";
6034
+ }, {
6035
+ readonly contractAddress: "0x874effca5376D434d49021B3638d1e1BC214EC27";
6036
+ readonly proxyAddress: "0x73b15e19b247263D03D7938f1356304b7B330Ff0";
6037
+ readonly decimals: 18;
6038
+ readonly name: "Calculated FBTC / USD";
9708
6039
  }, {
9709
6040
  readonly contractAddress: "0xB16d5c70A9c062EF1604a517E4b80dE74670448D";
9710
6041
  readonly proxyAddress: "0x6d5110FB8F6a65c46B89a64C9ac7E3542D31AbA3";
@@ -10186,6 +6517,11 @@ declare const chainlinkFeeds: {
10186
6517
  readonly proxyAddress: "0x0b68ac37a1668DAaab1882543368E076C38C40e9";
10187
6518
  readonly decimals: 18;
10188
6519
  readonly name: "CETH Reserves";
6520
+ }, {
6521
+ readonly contractAddress: "0xCa1a4BdF7f9f8F8F281E311028dEa7e472a7A194";
6522
+ readonly proxyAddress: "0x4e7dB2f9a28348AB48a968dd4217D565D1F15Ba4";
6523
+ readonly decimals: 18;
6524
+ readonly name: "ynETHx / ETH Exchange Rate";
10189
6525
  }, {
10190
6526
  readonly contractAddress: "0xD0407a6524C7d9075E0b040dCEf4696129B2C3B4";
10191
6527
  readonly proxyAddress: "0xeDC243c7E3c1A9dAf067C90641D2346d2694d2e5";
@@ -10387,6 +6723,11 @@ declare const chainlinkFeeds: {
10387
6723
  readonly proxyAddress: null;
10388
6724
  readonly decimals: 18;
10389
6725
  readonly name: "SKYAI/USD-RefPrice-mainnet-production";
6726
+ }, {
6727
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
6728
+ readonly proxyAddress: null;
6729
+ readonly decimals: 18;
6730
+ readonly name: "ACRED/USD-RefPrice-mainnet-production";
10390
6731
  }, {
10391
6732
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
10392
6733
  readonly proxyAddress: null;
@@ -10417,6 +6758,11 @@ declare const chainlinkFeeds: {
10417
6758
  readonly proxyAddress: null;
10418
6759
  readonly decimals: 18;
10419
6760
  readonly name: "TROLL/USD-RefPrice-mainnet-production";
6761
+ }, {
6762
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
6763
+ readonly proxyAddress: null;
6764
+ readonly decimals: 18;
6765
+ readonly name: "MYX/USD-RefPrice-mainnet-production";
10420
6766
  }, {
10421
6767
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
10422
6768
  readonly proxyAddress: null;
@@ -10457,6 +6803,11 @@ declare const chainlinkFeeds: {
10457
6803
  readonly proxyAddress: null;
10458
6804
  readonly decimals: 18;
10459
6805
  readonly name: "KYSOL/USD-RefPrice-mainnet-production";
6806
+ }, {
6807
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
6808
+ readonly proxyAddress: null;
6809
+ readonly decimals: 18;
6810
+ readonly name: "DEEP/USD-RefPrice-mainnet-production";
10460
6811
  }, {
10461
6812
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
10462
6813
  readonly proxyAddress: null;
@@ -10482,6 +6833,11 @@ declare const chainlinkFeeds: {
10482
6833
  readonly proxyAddress: null;
10483
6834
  readonly decimals: 18;
10484
6835
  readonly name: "AIXBT/USD-RefPrice-mainnet-staging";
6836
+ }, {
6837
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
6838
+ readonly proxyAddress: null;
6839
+ readonly decimals: 18;
6840
+ readonly name: "APU/USD-RefPrice-mainnet-production";
10485
6841
  }, {
10486
6842
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
10487
6843
  readonly proxyAddress: null;
@@ -10497,6 +6853,11 @@ declare const chainlinkFeeds: {
10497
6853
  readonly proxyAddress: null;
10498
6854
  readonly decimals: 18;
10499
6855
  readonly name: "SYN/USD-RefPrice-mainnet-production";
6856
+ }, {
6857
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
6858
+ readonly proxyAddress: null;
6859
+ readonly decimals: 18;
6860
+ readonly name: "CFG/USD-RefPrice-mainnet-production";
10500
6861
  }, {
10501
6862
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
10502
6863
  readonly proxyAddress: null;
@@ -10547,6 +6908,11 @@ declare const chainlinkFeeds: {
10547
6908
  readonly proxyAddress: null;
10548
6909
  readonly decimals: 18;
10549
6910
  readonly name: "BAL/USD-RefPrice-mainnet-production";
6911
+ }, {
6912
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
6913
+ readonly proxyAddress: null;
6914
+ readonly decimals: 18;
6915
+ readonly name: "WELL/USD-RefPrice-mainnet-production";
10550
6916
  }, {
10551
6917
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
10552
6918
  readonly proxyAddress: null;
@@ -10562,21 +6928,41 @@ declare const chainlinkFeeds: {
10562
6928
  readonly proxyAddress: null;
10563
6929
  readonly decimals: 18;
10564
6930
  readonly name: "AIXBT/USD-RefPrice-mainnet-production";
6931
+ }, {
6932
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
6933
+ readonly proxyAddress: null;
6934
+ readonly decimals: 18;
6935
+ readonly name: "GT/USD-RefPrice-mainnet-production";
10565
6936
  }, {
10566
6937
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
10567
6938
  readonly proxyAddress: null;
10568
6939
  readonly decimals: 18;
10569
6940
  readonly name: "CATI/USD-RefPrice-mainnet-production";
6941
+ }, {
6942
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
6943
+ readonly proxyAddress: null;
6944
+ readonly decimals: 18;
6945
+ readonly name: "CRO/USD-RefPrice-mainnet-production";
10570
6946
  }, {
10571
6947
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
10572
6948
  readonly proxyAddress: null;
10573
6949
  readonly decimals: 18;
10574
6950
  readonly name: "XPR/USD-RefPrice-mainnet-production";
6951
+ }, {
6952
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
6953
+ readonly proxyAddress: null;
6954
+ readonly decimals: 18;
6955
+ readonly name: "KAITO/USD-RefPrice-mainnet-production";
10575
6956
  }, {
10576
6957
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
10577
6958
  readonly proxyAddress: null;
10578
6959
  readonly decimals: 18;
10579
6960
  readonly name: "HNT/USD-RefPrice-mainnet-production";
6961
+ }, {
6962
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
6963
+ readonly proxyAddress: null;
6964
+ readonly decimals: 18;
6965
+ readonly name: "RSWETH/USD-RefPrice-mainnet-production";
10580
6966
  }, {
10581
6967
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
10582
6968
  readonly proxyAddress: null;
@@ -10607,6 +6993,16 @@ declare const chainlinkFeeds: {
10607
6993
  readonly proxyAddress: null;
10608
6994
  readonly decimals: 18;
10609
6995
  readonly name: "METIS/USD-RefPrice-mainnet-production";
6996
+ }, {
6997
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
6998
+ readonly proxyAddress: null;
6999
+ readonly decimals: 18;
7000
+ readonly name: "WBCOIN/USD-RefPrice-mainnet-production";
7001
+ }, {
7002
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7003
+ readonly proxyAddress: null;
7004
+ readonly decimals: 18;
7005
+ readonly name: "BBSOL/USD-RefPrice-mainnet-production";
10610
7006
  }, {
10611
7007
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
10612
7008
  readonly proxyAddress: null;
@@ -10647,6 +7043,11 @@ declare const chainlinkFeeds: {
10647
7043
  readonly proxyAddress: null;
10648
7044
  readonly decimals: 18;
10649
7045
  readonly name: "LUSD/USD-RefPrice-mainnet-production";
7046
+ }, {
7047
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7048
+ readonly proxyAddress: null;
7049
+ readonly decimals: 18;
7050
+ readonly name: "FRXETH/USD-RefPrice-mainnet-production";
10650
7051
  }, {
10651
7052
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
10652
7053
  readonly proxyAddress: null;
@@ -10692,6 +7093,16 @@ declare const chainlinkFeeds: {
10692
7093
  readonly proxyAddress: null;
10693
7094
  readonly decimals: 18;
10694
7095
  readonly name: "wBTC/USD-RefPrice-mainnet-production";
7096
+ }, {
7097
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7098
+ readonly proxyAddress: null;
7099
+ readonly decimals: 18;
7100
+ readonly name: "ROSE/USD-RefPrice-mainnet-production";
7101
+ }, {
7102
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7103
+ readonly proxyAddress: null;
7104
+ readonly decimals: 18;
7105
+ readonly name: "USD1/USD-RefPrice-mainnet-production";
10695
7106
  }, {
10696
7107
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
10697
7108
  readonly proxyAddress: null;
@@ -10777,6 +7188,11 @@ declare const chainlinkFeeds: {
10777
7188
  readonly proxyAddress: null;
10778
7189
  readonly decimals: 18;
10779
7190
  readonly name: "DODO/USD-RefPrice-mainnet-staging";
7191
+ }, {
7192
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7193
+ readonly proxyAddress: null;
7194
+ readonly decimals: 18;
7195
+ readonly name: "WAL/USD-RefPrice-mainnet-production";
10780
7196
  }, {
10781
7197
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
10782
7198
  readonly proxyAddress: null;
@@ -10857,6 +7273,11 @@ declare const chainlinkFeeds: {
10857
7273
  readonly proxyAddress: null;
10858
7274
  readonly decimals: 18;
10859
7275
  readonly name: "GLV [BTC-USDC]/USD-RefPrice-mainnet-production";
7276
+ }, {
7277
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7278
+ readonly proxyAddress: null;
7279
+ readonly decimals: 18;
7280
+ readonly name: "HUBSOL/USD-RefPrice-mainnet-production";
10860
7281
  }, {
10861
7282
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
10862
7283
  readonly proxyAddress: null;
@@ -10867,6 +7288,11 @@ declare const chainlinkFeeds: {
10867
7288
  readonly proxyAddress: null;
10868
7289
  readonly decimals: 18;
10869
7290
  readonly name: "XDC/USD-RefPrice-mainnet-staging";
7291
+ }, {
7292
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7293
+ readonly proxyAddress: null;
7294
+ readonly decimals: 18;
7295
+ readonly name: "SEND/USD-RefPrice-mainnet-production";
10870
7296
  }, {
10871
7297
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
10872
7298
  readonly proxyAddress: null;
@@ -10897,6 +7323,11 @@ declare const chainlinkFeeds: {
10897
7323
  readonly proxyAddress: null;
10898
7324
  readonly decimals: 18;
10899
7325
  readonly name: "DYM/USD-RefPrice-mainnet-staging";
7326
+ }, {
7327
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7328
+ readonly proxyAddress: null;
7329
+ readonly decimals: 18;
7330
+ readonly name: "SWETH/USD-RefPrice-mainnet-production";
10900
7331
  }, {
10901
7332
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
10902
7333
  readonly proxyAddress: null;
@@ -10982,6 +7413,26 @@ declare const chainlinkFeeds: {
10982
7413
  readonly proxyAddress: null;
10983
7414
  readonly decimals: 18;
10984
7415
  readonly name: "GLV [BTC-USDC]/USD-RefPrice-mainnet-staging";
7416
+ }, {
7417
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7418
+ readonly proxyAddress: null;
7419
+ readonly decimals: 18;
7420
+ readonly name: "METH/USD-RefPrice-mainnet-production";
7421
+ }, {
7422
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7423
+ readonly proxyAddress: null;
7424
+ readonly decimals: 18;
7425
+ readonly name: "LST/USD-RefPrice-mainnet-production";
7426
+ }, {
7427
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7428
+ readonly proxyAddress: null;
7429
+ readonly decimals: 18;
7430
+ readonly name: "TWT/USD-RefPrice-mainnet-production";
7431
+ }, {
7432
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7433
+ readonly proxyAddress: null;
7434
+ readonly decimals: 18;
7435
+ readonly name: "SUSDS/USD-RefPrice-mainnet-production";
10985
7436
  }, {
10986
7437
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
10987
7438
  readonly proxyAddress: null;
@@ -11097,6 +7548,11 @@ declare const chainlinkFeeds: {
11097
7548
  readonly proxyAddress: null;
11098
7549
  readonly decimals: 18;
11099
7550
  readonly name: "HYPE/USD-RefPrice-mainnet-staging";
7551
+ }, {
7552
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7553
+ readonly proxyAddress: null;
7554
+ readonly decimals: 18;
7555
+ readonly name: "KAS/USD-RefPrice-mainnet-production";
11100
7556
  }, {
11101
7557
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
11102
7558
  readonly proxyAddress: null;
@@ -11217,6 +7673,11 @@ declare const chainlinkFeeds: {
11217
7673
  readonly proxyAddress: null;
11218
7674
  readonly decimals: 18;
11219
7675
  readonly name: "WEN/USD-RefPrice-mainnet-production";
7676
+ }, {
7677
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7678
+ readonly proxyAddress: null;
7679
+ readonly decimals: 18;
7680
+ readonly name: "BLUE/USD-RefPrice-mainnet-production";
11220
7681
  }, {
11221
7682
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
11222
7683
  readonly proxyAddress: null;
@@ -11232,6 +7693,11 @@ declare const chainlinkFeeds: {
11232
7693
  readonly proxyAddress: null;
11233
7694
  readonly decimals: 18;
11234
7695
  readonly name: "KUDAI/USD-RefPrice-mainnet-production";
7696
+ }, {
7697
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7698
+ readonly proxyAddress: null;
7699
+ readonly decimals: 18;
7700
+ readonly name: "ZBCN/USD-RefPrice-mainnet-production";
11235
7701
  }, {
11236
7702
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
11237
7703
  readonly proxyAddress: null;
@@ -11252,6 +7718,11 @@ declare const chainlinkFeeds: {
11252
7718
  readonly proxyAddress: null;
11253
7719
  readonly decimals: 18;
11254
7720
  readonly name: "BAT/USD-RefPrice-mainnet-production";
7721
+ }, {
7722
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7723
+ readonly proxyAddress: null;
7724
+ readonly decimals: 18;
7725
+ readonly name: "TOSHI/USD-RefPrice-mainnet-production";
11255
7726
  }, {
11256
7727
  readonly contractAddress: "0x0000000000000000000000000000000000000000";
11257
7728
  readonly proxyAddress: null;
@@ -11267,6 +7738,46 @@ declare const chainlinkFeeds: {
11267
7738
  readonly proxyAddress: null;
11268
7739
  readonly decimals: 18;
11269
7740
  readonly name: "SPX/USD-RefPrice-mainnet-staging";
7741
+ }, {
7742
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7743
+ readonly proxyAddress: null;
7744
+ readonly decimals: 18;
7745
+ readonly name: "SOL/USDT-Binance-FundingRate-mainnet-staging";
7746
+ }, {
7747
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7748
+ readonly proxyAddress: null;
7749
+ readonly decimals: 18;
7750
+ readonly name: "ETH/USDT-Deribit-FundingRate-mainnet-staging";
7751
+ }, {
7752
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7753
+ readonly proxyAddress: null;
7754
+ readonly decimals: 18;
7755
+ readonly name: "BTC/USDT-Deribit-FundingRate-mainnet-staging";
7756
+ }, {
7757
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7758
+ readonly proxyAddress: null;
7759
+ readonly decimals: 18;
7760
+ readonly name: "ETH/USDT-Binance-FundingRate-mainnet-staging";
7761
+ }, {
7762
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7763
+ readonly proxyAddress: null;
7764
+ readonly decimals: 18;
7765
+ readonly name: "AERGO/USDT-Binance-FundingRate-mainnet-staging";
7766
+ }, {
7767
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7768
+ readonly proxyAddress: null;
7769
+ readonly decimals: 18;
7770
+ readonly name: "BTC/USDT-Binance-FundingRate-mainnet-staging";
7771
+ }, {
7772
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7773
+ readonly proxyAddress: null;
7774
+ readonly decimals: 18;
7775
+ readonly name: "BTC-ETH-SOL-USDC-USDT/USD-RefPrice-mainnet-production";
7776
+ }, {
7777
+ readonly contractAddress: "0x0000000000000000000000000000000000000000";
7778
+ readonly proxyAddress: null;
7779
+ readonly decimals: 18;
7780
+ readonly name: "SYRUPUSDC/USDC-ExRate-mainnet-production";
11270
7781
  }, {
11271
7782
  readonly contractAddress: "0x01DD3Cf6118069DB13A2d64d7e1A09FECd587EDD";
11272
7783
  readonly proxyAddress: "0x8d0CC5f38f9E802475f2CFf4F9fc7000C2E1557c";
@@ -11337,6 +7848,11 @@ declare const chainlinkFeeds: {
11337
7848
  readonly proxyAddress: "0x37833E5b3fbbEd4D613a3e0C354eF91A42B81eeB";
11338
7849
  readonly decimals: 8;
11339
7850
  readonly name: "USDS / USD";
7851
+ }, {
7852
+ readonly contractAddress: "0x15cDF4FdbC7BD5207B8ba0960731e013e49c5bA9";
7853
+ readonly proxyAddress: "0xcAc0138592090762385CCB7bb94C9401F734Eb30";
7854
+ readonly decimals: 8;
7855
+ readonly name: "USD1 / USD";
11340
7856
  }, {
11341
7857
  readonly contractAddress: "0x17298e460F18f1380fe5Ed68985A566949B91d20";
11342
7858
  readonly proxyAddress: "0x17d8D87dF3E279c737568aB0C5cC3fF750aB763e";
@@ -11402,6 +7918,11 @@ declare const chainlinkFeeds: {
11402
7918
  readonly proxyAddress: "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3";
11403
7919
  readonly decimals: 8;
11404
7920
  readonly name: "USDC / USD";
7921
+ }, {
7922
+ readonly contractAddress: "0x29ef0aE1eDb5764b5bd2ff3a605b5d4Eb39a0d63";
7923
+ readonly proxyAddress: "0x5F25Ea8Cf2a3aB12E4D6fB58FB63C7938473B036";
7924
+ readonly decimals: 10;
7925
+ readonly name: "aBTC PoR";
11405
7926
  }, {
11406
7927
  readonly contractAddress: "0x2C50f2Fe9427d120DEA2eb804c148d2780519d59";
11407
7928
  readonly proxyAddress: "0x221912ce795669f628c51c69b7d0873eDA9C03bB";
@@ -11935,7 +8456,7 @@ declare const chainlinkFeeds: {
11935
8456
  }, {
11936
8457
  readonly contractAddress: "0x3caF678232f500b05864dBaDDD9F9dB8760bE072";
11937
8458
  readonly proxyAddress: null;
11938
- readonly decimals: 18;
8459
+ readonly decimals: 0;
11939
8460
  readonly name: "wstETH/USD-RefPrice-DSstaging-Premium-Global-003";
11940
8461
  }, {
11941
8462
  readonly contractAddress: "0x3caF678232f500b05864dBaDDD9F9dB8760bE072";
@@ -13582,6 +10103,11 @@ declare const chainlinkFeeds: {
13582
10103
  readonly proxyAddress: "0x373510BDa1ab7e873c731968f4D81B685f520E4B";
13583
10104
  readonly decimals: 8;
13584
10105
  readonly name: "TRUMP / USD";
10106
+ }, {
10107
+ readonly contractAddress: "0xDB99d80bD3aE8dae5d929493Ddf696196f7f59f2";
10108
+ readonly proxyAddress: "0xd9344493d99153Ad4353D604A1d80d4089004c5D";
10109
+ readonly decimals: 8;
10110
+ readonly name: "zBTC PoR";
13585
10111
  }, {
13586
10112
  readonly contractAddress: "0xDf8a3fc9bC6fA89F1b630e58f6eB4b874f24C165";
13587
10113
  readonly proxyAddress: "0x3A917e6B5732dFCc4A45257e3930979fAE6a3737";
@@ -13597,6 +10123,11 @@ declare const chainlinkFeeds: {
13597
10123
  readonly proxyAddress: "0x6fAbee62266Da6686EE2744C6f15bb8352d2f28D";
13598
10124
  readonly decimals: 8;
13599
10125
  readonly name: "TUSD / USD";
10126
+ }, {
10127
+ readonly contractAddress: "0xF32Aaecb1909EB672E96522e979c3c5b76a438bB";
10128
+ readonly proxyAddress: "0xCF9752295D0ac9215461fA095faFEC1B854b849B";
10129
+ readonly decimals: 8;
10130
+ readonly name: "EURC / USD";
13600
10131
  }, {
13601
10132
  readonly contractAddress: "0xF5038dD0aBB1aCD297f69494F66a0adF7Bb1B7D2";
13602
10133
  readonly proxyAddress: "0xc6984fF1047Ddd0AB52D2dFa78381CC677921A85";
@@ -14289,6 +10820,11 @@ declare const chainlinkFeeds: {
14289
10820
  readonly proxyAddress: "0x3E54eB0475051401D093702A5DB84EFa1Ab77b14";
14290
10821
  readonly decimals: 8;
14291
10822
  readonly name: "MKR / USD";
10823
+ }, {
10824
+ readonly contractAddress: "0xA6D08e6F2b20707D79801Ff419091265DDDCBb58";
10825
+ readonly proxyAddress: "0xc43861646Cdc051D04CA0c9dF2265FFcFa0dF6f3";
10826
+ readonly decimals: 18;
10827
+ readonly name: "MATICX / USD Calculated";
14292
10828
  }, {
14293
10829
  readonly contractAddress: "0xC3e5dDD4f98cDFfaF77685e340FF5c32d7282C5C";
14294
10830
  readonly proxyAddress: "0xD73a74314AcCb53b30cAfDA0cb61c9772B57C4a2";
@@ -14475,6 +11011,11 @@ declare const chainlinkFeeds: {
14475
11011
  readonly proxyAddress: "0x0956106Bd02f2C7eca0AbDe1d51Fc8050CC41714";
14476
11012
  readonly decimals: 18;
14477
11013
  readonly name: "ultraETHs / ETH Exchange Rate";
11014
+ }, {
11015
+ readonly contractAddress: "0x5EE2db6D1660CcB518041706d8068F7Bc343ac3c";
11016
+ readonly proxyAddress: "0xc0068A2F7e4847DF9C3A34B27CCc07b7e15e0458";
11017
+ readonly decimals: 8;
11018
+ readonly name: "COMP / USD";
14478
11019
  }, {
14479
11020
  readonly contractAddress: "0x6f0D003A0743F5acea5680B1D128bd433B07ffCE";
14480
11021
  readonly proxyAddress: "0xEEDF0B095B5dfe75F3881Cb26c19DA209A27463a";
@@ -14759,6 +11300,8 @@ declare const chainlinkFeeds: {
14759
11300
  }];
14760
11301
  };
14761
11302
 
11303
+ declare const hyperRPCSupportedNetworks: readonly [645749, 1923, 130, 33111, 50002, 1868, 1750, 100, 42170, 51, 2741, 57073, 8453, 531050104, 1, 10200, 7000, 48900, 1301, 10143, 59144, 11155420, 80094, 80084, 5000, 6342, 2810, 80002, 10, 50, 42220, 100, 204, 480, 43113, 81457, 97, 43114, 17864, 252, 146, 42, 1, 4201, 148, 9889, 7225878, 7560, 84532, 5330, 168587773, 14, 1101, 11155111, 7777777, 137, 5115, 8888, 1287, 255, 1135, 34443, 30, 4200, 288, 696969, 17000, 421614, 2818, 56, 324, 1666600000, 50104, 534352, 42161, 250, 1313161554, 1284, 169];
11304
+
14762
11305
  declare const erc1967_ImplementationSlot = "0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc";
14763
11306
  declare const erc1967_AdminSlot = "0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103";
14764
11307
 
@@ -23572,4 +20115,4 @@ declare const IAuthorizedForwarder_ABI: readonly [{
23572
20115
  readonly type: "function";
23573
20116
  }];
23574
20117
 
23575
- export { getExplorer as $, wadDiv as A, fetchImmutablePoolAddresses as B, fetchMutablePoolAddresses as C, fetchPoolAddresses as D, getReserveTokens as E, getReserveConfigurations as F, HUMAN_READABLE_PAYLOAD_STATE as G, HALF_WAD as H, type PayloadsControllerContract as I, getPayloadsController as J, getPayloadStorageOverrides as K, LTV_PRECISION as L, makePayloadExecutableOnTestClient as M, isPayloadFinal as N, getNonFinalizedPayloads as O, PayloadState as P, ProposalState as Q, type ReserveConfiguration as R, type StandardJsonInput as S, HUMAN_READABLE_PROPOSAL_STATE as T, type GovernanceContract as U, getGovernance as V, WAD as W, makeProposalExecutableOnTestClient as X, isProposalFinal as Y, getNonFinalizedProposals as Z, type ExplorerConfig as _, decodeReserveConfiguration as a, IAuthorizedForwarder_ABI as a$, getSourceCode as a0, parseEtherscanStyleSourceCode as a1, type Tenderly_createVnetParamsResponse as a2, tenderly_deleteVnet as a3, tenderly_simVnet as a4, tenderly_getVnet as a5, tenderly_createVnet as a6, type StateObject as a7, type ContractObject as a8, type TenderlySimRequest as a9, erc1967_ImplementationSlot as aA, erc1967_AdminSlot as aB, diffCode as aC, type IndexerTopicState as aD, type GenericIndexerArgs as aE, genericIndexer as aF, parseLogs as aG, SelfdestuctCheckState as aH, checkForSelfdestruct as aI, renderTenderlyReport as aJ, IReserveInterestRateStrategy_ABI as aK, IStataTokenFactory_ABI as aL, IAToken_ABI as aM, IWrappedTokenGatewayV3_ABI as aN, IPoolAddressesProvider_ABI as aO, IStataTokenV2_ABI as aP, IDualAggregator_ABI as aQ, IAaveOracle_ABI as aR, ICollector_ABI as aS, IPool_ABI as aT, AggregatorInterface_ABI as aU, IAaveV3ConfigEngine_ABI as aV, IEmissionManager_ABI as aW, IRewardsController_ABI as aX, IERC20Metadata_ABI as aY, IPoolConfigurator_ABI as aZ, IERC20_ABI as a_, tenderly_sim as aa, EVENT_DB as ab, ChainId as ac, ChainList as ad, publicRPCs as ae, alchemySupportedChainIds as af, getNetworkEnv as ag, getExplicitRPC as ah, getAlchemyRPC as ai, getPublicRpc as aj, getQuicknodeRpc as ak, getRPCUrl as al, getClient as am, getImplementationSlot as an, getLogsRecursive as ao, getContractDeploymentBlock as ap, type BundleParams as aq, flashbotsOnFetchRequest as ar, flashbotsClientExtension as as, onMevHandler as at, priceUpdateDecoder as au, alchemyNetworkMap as av, quicknodeNetworkMap as aw, etherscanExplorers as ax, routescanExplorers as ay, chainlinkFeeds as az, bitmapToIndexes as b, decodeReserveConfigurationV2 as c, decodeUserConfiguration as d, SECONDS_PER_YEAR as e, aaveAddressesProvider_IncentivesControllerSlot as f, getBits as g, calculateCompoundedInterest as h, calculateLinearInterest as i, getNormalizedIncome as j, getNormalizedDebt as k, getCurrentLiquidityBalance as l, getCurrentDebtBalance as m, calculateHealthFactorFromBalances as n, calculateAvailableBorrowsMarketReferenceCurrency as o, getMarketReferenceCurrencyAndUsdBalance as p, assetToBase as q, calculateHealthFactor as r, setBits as s, RAY as t, HALF_RAY as u, WAD_RAY_RATIO as v, rayMul as w, rayDiv as x, rayToWad as y, wadToRay as z };
20118
+ export { getExplorer as $, wadDiv as A, fetchImmutablePoolAddresses as B, fetchMutablePoolAddresses as C, fetchPoolAddresses as D, getReserveTokens as E, getReserveConfigurations as F, HUMAN_READABLE_PAYLOAD_STATE as G, HALF_WAD as H, type PayloadsControllerContract as I, getPayloadsController as J, getPayloadStorageOverrides as K, LTV_PRECISION as L, makePayloadExecutableOnTestClient as M, isPayloadFinal as N, getNonFinalizedPayloads as O, PayloadState as P, ProposalState as Q, type ReserveConfiguration as R, type StandardJsonInput as S, HUMAN_READABLE_PROPOSAL_STATE as T, type GovernanceContract as U, getGovernance as V, WAD as W, makeProposalExecutableOnTestClient as X, isProposalFinal as Y, getNonFinalizedProposals as Z, type ExplorerConfig as _, decodeReserveConfiguration as a, IPoolConfigurator_ABI as a$, getSourceCode as a0, parseEtherscanStyleSourceCode as a1, type Tenderly_createVnetParamsResponse as a2, tenderly_deleteVnet as a3, tenderly_simVnet as a4, tenderly_getVnet as a5, tenderly_createVnet as a6, type StateObject as a7, type ContractObject as a8, type TenderlySimRequest as a9, chainlinkFeeds as aA, hyperRPCSupportedNetworks as aB, erc1967_ImplementationSlot as aC, erc1967_AdminSlot as aD, diffCode as aE, type IndexerTopicState as aF, type GenericIndexerArgs as aG, genericIndexer as aH, parseLogs as aI, SelfdestuctCheckState as aJ, checkForSelfdestruct as aK, renderTenderlyReport as aL, IReserveInterestRateStrategy_ABI as aM, IStataTokenFactory_ABI as aN, IAToken_ABI as aO, IWrappedTokenGatewayV3_ABI as aP, IPoolAddressesProvider_ABI as aQ, IStataTokenV2_ABI as aR, IDualAggregator_ABI as aS, IAaveOracle_ABI as aT, ICollector_ABI as aU, IPool_ABI as aV, AggregatorInterface_ABI as aW, IAaveV3ConfigEngine_ABI as aX, IEmissionManager_ABI as aY, IRewardsController_ABI as aZ, IERC20Metadata_ABI as a_, tenderly_sim as aa, EVENT_DB as ab, ChainId as ac, ChainList as ad, publicRPCs as ae, alchemySupportedChainIds as af, getNetworkEnv as ag, getExplicitRPC as ah, getAlchemyRPC as ai, getPublicRpc as aj, getHyperRPC as ak, getQuicknodeRpc as al, getRPCUrl as am, getClient as an, getImplementationSlot as ao, getLogsRecursive as ap, getContractDeploymentBlock as aq, type BundleParams as ar, flashbotsOnFetchRequest as as, flashbotsClientExtension as at, onMevHandler as au, priceUpdateDecoder as av, alchemyNetworkMap as aw, quicknodeNetworkMap as ax, etherscanExplorers as ay, routescanExplorers as az, bitmapToIndexes as b, IERC20_ABI as b0, IAuthorizedForwarder_ABI as b1, decodeReserveConfigurationV2 as c, decodeUserConfiguration as d, SECONDS_PER_YEAR as e, aaveAddressesProvider_IncentivesControllerSlot as f, getBits as g, calculateCompoundedInterest as h, calculateLinearInterest as i, getNormalizedIncome as j, getNormalizedDebt as k, getCurrentLiquidityBalance as l, getCurrentDebtBalance as m, calculateHealthFactorFromBalances as n, calculateAvailableBorrowsMarketReferenceCurrency as o, getMarketReferenceCurrencyAndUsdBalance as p, assetToBase as q, calculateHealthFactor as r, setBits as s, RAY as t, HALF_RAY as u, WAD_RAY_RATIO as v, rayMul as w, rayDiv as x, rayToWad as y, wadToRay as z };