viem 2.10.0 → 2.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/_cjs/chains/definitions/celo.js +2 -2
- package/_cjs/chains/definitions/celo.js.map +1 -1
- package/_cjs/chains/definitions/dodochainTestnet.js +23 -0
- package/_cjs/chains/definitions/dodochainTestnet.js.map +1 -0
- package/_cjs/chains/definitions/otimDevnet.js +2 -2
- package/_cjs/chains/definitions/otimDevnet.js.map +1 -1
- package/_cjs/chains/index.js +7 -5
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/op-stack/abis.js +142 -359
- package/_cjs/op-stack/abis.js.map +1 -1
- package/_cjs/op-stack/actions/getTimeToFinalize.js +14 -6
- package/_cjs/op-stack/actions/getTimeToFinalize.js.map +1 -1
- package/_cjs/op-stack/actions/getWithdrawalStatus.js +10 -2
- package/_cjs/op-stack/actions/getWithdrawalStatus.js.map +1 -1
- package/_esm/chains/definitions/celo.js +2 -2
- package/_esm/chains/definitions/celo.js.map +1 -1
- package/_esm/chains/definitions/dodochainTestnet.js +20 -0
- package/_esm/chains/definitions/dodochainTestnet.js.map +1 -0
- package/_esm/chains/definitions/otimDevnet.js +2 -2
- package/_esm/chains/definitions/otimDevnet.js.map +1 -1
- package/_esm/chains/index.js +1 -0
- package/_esm/chains/index.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/op-stack/abis.js +142 -359
- package/_esm/op-stack/abis.js.map +1 -1
- package/_esm/op-stack/actions/getTimeToFinalize.js +14 -6
- package/_esm/op-stack/actions/getTimeToFinalize.js.map +1 -1
- package/_esm/op-stack/actions/getWithdrawalStatus.js +10 -2
- package/_esm/op-stack/actions/getWithdrawalStatus.js.map +1 -1
- package/_types/celo/chainConfig.d.ts +20 -20
- package/_types/celo/formatters.d.ts +10 -10
- package/_types/chains/definitions/ancient8.d.ts +8 -8
- package/_types/chains/definitions/ancient8Sepolia.d.ts +8 -8
- package/_types/chains/definitions/base.d.ts +8 -8
- package/_types/chains/definitions/baseGoerli.d.ts +8 -8
- package/_types/chains/definitions/baseSepolia.d.ts +8 -8
- package/_types/chains/definitions/celo.d.ts +22 -22
- package/_types/chains/definitions/celoAlfajores.d.ts +20 -20
- package/_types/chains/definitions/dodochainTestnet.d.ts +36 -0
- package/_types/chains/definitions/dodochainTestnet.d.ts.map +1 -0
- package/_types/chains/definitions/fraxtal.d.ts +8 -8
- package/_types/chains/definitions/fraxtalTestnet.d.ts +8 -8
- package/_types/chains/definitions/liskSepolia.d.ts +8 -8
- package/_types/chains/definitions/optimism.d.ts +8 -8
- package/_types/chains/definitions/optimismGoerli.d.ts +8 -8
- package/_types/chains/definitions/optimismSepolia.d.ts +8 -8
- package/_types/chains/definitions/otimDevnet.d.ts +2 -2
- package/_types/chains/definitions/pgn.d.ts +8 -8
- package/_types/chains/definitions/pgnTestnet.d.ts +8 -8
- package/_types/chains/definitions/playfiAlbireo.d.ts +3 -3
- package/_types/chains/definitions/rss3.d.ts +8 -8
- package/_types/chains/definitions/rss3Sepolia.d.ts +8 -8
- package/_types/chains/definitions/zkSync.d.ts +3 -3
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +3 -3
- package/_types/chains/definitions/zkSyncLocalNode.d.ts +3 -3
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +3 -3
- package/_types/chains/definitions/zkSyncTestnet.d.ts +3 -3
- package/_types/chains/definitions/zora.d.ts +8 -8
- package/_types/chains/definitions/zoraSepolia.d.ts +8 -8
- package/_types/chains/definitions/zoraTestnet.d.ts +8 -8
- package/_types/chains/index.d.ts +1 -0
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/op-stack/abis.d.ts +174 -87
- package/_types/op-stack/abis.d.ts.map +1 -1
- package/_types/op-stack/actions/getTimeToFinalize.d.ts.map +1 -1
- package/_types/op-stack/actions/getWithdrawalStatus.d.ts.map +1 -1
- package/_types/op-stack/chainConfig.d.ts +8 -8
- package/_types/op-stack/formatters.d.ts +8 -8
- package/_types/types/eip1193.d.ts +9 -7
- package/_types/types/eip1193.d.ts.map +1 -1
- package/_types/types/transaction.d.ts +1 -1
- package/_types/types/transaction.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +4 -4
- package/_types/zksync/chainConfig.d.ts +3 -3
- package/_types/zksync/formatters.d.ts +3 -3
- package/chains/definitions/celo.ts +2 -2
- package/chains/definitions/dodochainTestnet.ts +20 -0
- package/chains/definitions/otimDevnet.ts +2 -2
- package/chains/index.ts +1 -0
- package/errors/version.ts +1 -1
- package/op-stack/abis.ts +142 -359
- package/op-stack/actions/getTimeToFinalize.ts +15 -6
- package/op-stack/actions/getWithdrawalStatus.ts +13 -2
- package/package.json +1 -1
- package/types/eip1193.ts +13 -8
- package/types/transaction.ts +1 -1
@@ -557,7 +557,7 @@ export declare const ancient8: {
|
|
557
557
|
input?: `0x${string}`;
|
558
558
|
transactionIndex?: `0x${string}` | null;
|
559
559
|
accessList?: import("../../index.js").AccessList | undefined;
|
560
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
560
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
561
561
|
chainId?: `0x${string}` | undefined;
|
562
562
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
563
563
|
r: `0x${string}`;
|
@@ -608,7 +608,7 @@ export declare const ancient8: {
|
|
608
608
|
input?: `0x${string}`;
|
609
609
|
transactionIndex?: `0x${string}` | null;
|
610
610
|
accessList?: import("../../index.js").AccessList | undefined;
|
611
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
611
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
612
612
|
chainId?: `0x${string}` | undefined;
|
613
613
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
614
614
|
blockHash: `0x${string}` | null;
|
@@ -659,7 +659,7 @@ export declare const ancient8: {
|
|
659
659
|
input?: `0x${string}`;
|
660
660
|
transactionIndex?: `0x${string}` | null;
|
661
661
|
accessList?: import("../../index.js").AccessList | undefined;
|
662
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
662
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
663
663
|
chainId?: `0x${string}` | undefined;
|
664
664
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
665
665
|
blockHash: `0x${string}` | null;
|
@@ -710,7 +710,7 @@ export declare const ancient8: {
|
|
710
710
|
input?: `0x${string}`;
|
711
711
|
transactionIndex?: `0x${string}` | null;
|
712
712
|
accessList?: import("../../index.js").AccessList | undefined;
|
713
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
713
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
714
714
|
chainId?: `0x${string}` | undefined;
|
715
715
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
716
716
|
blockHash: `0x${string}` | null;
|
@@ -733,7 +733,7 @@ export declare const ancient8: {
|
|
733
733
|
maxFeePerGas: `0x${string}`;
|
734
734
|
maxPriorityFeePerGas: `0x${string}`;
|
735
735
|
accessList: import("../../index.js").AccessList;
|
736
|
-
blobVersionedHashes: `0x${string}`[];
|
736
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
737
737
|
chainId: `0x${string}`;
|
738
738
|
type: "0x3";
|
739
739
|
}, "yParity">, "typeHex"> & {
|
@@ -761,7 +761,7 @@ export declare const ancient8: {
|
|
761
761
|
input?: `0x${string}`;
|
762
762
|
transactionIndex?: `0x${string}` | null;
|
763
763
|
accessList?: import("../../index.js").AccessList | undefined;
|
764
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
764
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
765
765
|
chainId?: `0x${string}` | undefined;
|
766
766
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
767
767
|
isSystemTx?: boolean | undefined;
|
@@ -1005,7 +1005,7 @@ export declare const ancient8: {
|
|
1005
1005
|
maxFeePerGas: bigint;
|
1006
1006
|
maxPriorityFeePerGas: bigint;
|
1007
1007
|
accessList: import("../../index.js").AccessList;
|
1008
|
-
blobVersionedHashes: `0x${string}`[];
|
1008
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
1009
1009
|
chainId: number;
|
1010
1010
|
type: "eip4844";
|
1011
1011
|
isSystemTx?: undefined;
|
@@ -1032,7 +1032,7 @@ export declare const ancient8: {
|
|
1032
1032
|
maxFeePerGas: bigint;
|
1033
1033
|
maxPriorityFeePerGas: bigint;
|
1034
1034
|
accessList: import("../../index.js").AccessList;
|
1035
|
-
blobVersionedHashes: `0x${string}`[];
|
1035
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
1036
1036
|
chainId: number;
|
1037
1037
|
type: "deposit";
|
1038
1038
|
isSystemTx?: boolean;
|
@@ -557,7 +557,7 @@ export declare const ancient8Sepolia: {
|
|
557
557
|
input?: `0x${string}`;
|
558
558
|
transactionIndex?: `0x${string}` | null;
|
559
559
|
accessList?: import("../../index.js").AccessList | undefined;
|
560
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
560
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
561
561
|
chainId?: `0x${string}` | undefined;
|
562
562
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
563
563
|
r: `0x${string}`;
|
@@ -608,7 +608,7 @@ export declare const ancient8Sepolia: {
|
|
608
608
|
input?: `0x${string}`;
|
609
609
|
transactionIndex?: `0x${string}` | null;
|
610
610
|
accessList?: import("../../index.js").AccessList | undefined;
|
611
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
611
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
612
612
|
chainId?: `0x${string}` | undefined;
|
613
613
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
614
614
|
blockHash: `0x${string}` | null;
|
@@ -659,7 +659,7 @@ export declare const ancient8Sepolia: {
|
|
659
659
|
input?: `0x${string}`;
|
660
660
|
transactionIndex?: `0x${string}` | null;
|
661
661
|
accessList?: import("../../index.js").AccessList | undefined;
|
662
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
662
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
663
663
|
chainId?: `0x${string}` | undefined;
|
664
664
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
665
665
|
blockHash: `0x${string}` | null;
|
@@ -710,7 +710,7 @@ export declare const ancient8Sepolia: {
|
|
710
710
|
input?: `0x${string}`;
|
711
711
|
transactionIndex?: `0x${string}` | null;
|
712
712
|
accessList?: import("../../index.js").AccessList | undefined;
|
713
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
713
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
714
714
|
chainId?: `0x${string}` | undefined;
|
715
715
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
716
716
|
blockHash: `0x${string}` | null;
|
@@ -733,7 +733,7 @@ export declare const ancient8Sepolia: {
|
|
733
733
|
maxFeePerGas: `0x${string}`;
|
734
734
|
maxPriorityFeePerGas: `0x${string}`;
|
735
735
|
accessList: import("../../index.js").AccessList;
|
736
|
-
blobVersionedHashes: `0x${string}`[];
|
736
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
737
737
|
chainId: `0x${string}`;
|
738
738
|
type: "0x3";
|
739
739
|
}, "yParity">, "typeHex"> & {
|
@@ -761,7 +761,7 @@ export declare const ancient8Sepolia: {
|
|
761
761
|
input?: `0x${string}`;
|
762
762
|
transactionIndex?: `0x${string}` | null;
|
763
763
|
accessList?: import("../../index.js").AccessList | undefined;
|
764
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
764
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
765
765
|
chainId?: `0x${string}` | undefined;
|
766
766
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
767
767
|
isSystemTx?: boolean | undefined;
|
@@ -1005,7 +1005,7 @@ export declare const ancient8Sepolia: {
|
|
1005
1005
|
maxFeePerGas: bigint;
|
1006
1006
|
maxPriorityFeePerGas: bigint;
|
1007
1007
|
accessList: import("../../index.js").AccessList;
|
1008
|
-
blobVersionedHashes: `0x${string}`[];
|
1008
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
1009
1009
|
chainId: number;
|
1010
1010
|
type: "eip4844";
|
1011
1011
|
isSystemTx?: undefined;
|
@@ -1032,7 +1032,7 @@ export declare const ancient8Sepolia: {
|
|
1032
1032
|
maxFeePerGas: bigint;
|
1033
1033
|
maxPriorityFeePerGas: bigint;
|
1034
1034
|
accessList: import("../../index.js").AccessList;
|
1035
|
-
blobVersionedHashes: `0x${string}`[];
|
1035
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
1036
1036
|
chainId: number;
|
1037
1037
|
type: "deposit";
|
1038
1038
|
isSystemTx?: boolean;
|
@@ -561,7 +561,7 @@ export declare const base: {
|
|
561
561
|
input?: `0x${string}`;
|
562
562
|
transactionIndex?: `0x${string}` | null;
|
563
563
|
accessList?: import("../../index.js").AccessList | undefined;
|
564
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
564
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
565
565
|
chainId?: `0x${string}` | undefined;
|
566
566
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
567
567
|
r: `0x${string}`;
|
@@ -612,7 +612,7 @@ export declare const base: {
|
|
612
612
|
input?: `0x${string}`;
|
613
613
|
transactionIndex?: `0x${string}` | null;
|
614
614
|
accessList?: import("../../index.js").AccessList | undefined;
|
615
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
615
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
616
616
|
chainId?: `0x${string}` | undefined;
|
617
617
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
618
618
|
blockHash: `0x${string}` | null;
|
@@ -663,7 +663,7 @@ export declare const base: {
|
|
663
663
|
input?: `0x${string}`;
|
664
664
|
transactionIndex?: `0x${string}` | null;
|
665
665
|
accessList?: import("../../index.js").AccessList | undefined;
|
666
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
666
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
667
667
|
chainId?: `0x${string}` | undefined;
|
668
668
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
669
669
|
blockHash: `0x${string}` | null;
|
@@ -714,7 +714,7 @@ export declare const base: {
|
|
714
714
|
input?: `0x${string}`;
|
715
715
|
transactionIndex?: `0x${string}` | null;
|
716
716
|
accessList?: import("../../index.js").AccessList | undefined;
|
717
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
717
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
718
718
|
chainId?: `0x${string}` | undefined;
|
719
719
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
720
720
|
blockHash: `0x${string}` | null;
|
@@ -737,7 +737,7 @@ export declare const base: {
|
|
737
737
|
maxFeePerGas: `0x${string}`;
|
738
738
|
maxPriorityFeePerGas: `0x${string}`;
|
739
739
|
accessList: import("../../index.js").AccessList;
|
740
|
-
blobVersionedHashes: `0x${string}`[];
|
740
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
741
741
|
chainId: `0x${string}`;
|
742
742
|
type: "0x3";
|
743
743
|
}, "yParity">, "typeHex"> & {
|
@@ -765,7 +765,7 @@ export declare const base: {
|
|
765
765
|
input?: `0x${string}`;
|
766
766
|
transactionIndex?: `0x${string}` | null;
|
767
767
|
accessList?: import("../../index.js").AccessList | undefined;
|
768
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
768
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
769
769
|
chainId?: `0x${string}` | undefined;
|
770
770
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
771
771
|
isSystemTx?: boolean | undefined;
|
@@ -1009,7 +1009,7 @@ export declare const base: {
|
|
1009
1009
|
maxFeePerGas: bigint;
|
1010
1010
|
maxPriorityFeePerGas: bigint;
|
1011
1011
|
accessList: import("../../index.js").AccessList;
|
1012
|
-
blobVersionedHashes: `0x${string}`[];
|
1012
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
1013
1013
|
chainId: number;
|
1014
1014
|
type: "eip4844";
|
1015
1015
|
isSystemTx?: undefined;
|
@@ -1036,7 +1036,7 @@ export declare const base: {
|
|
1036
1036
|
maxFeePerGas: bigint;
|
1037
1037
|
maxPriorityFeePerGas: bigint;
|
1038
1038
|
accessList: import("../../index.js").AccessList;
|
1039
|
-
blobVersionedHashes: `0x${string}`[];
|
1039
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
1040
1040
|
chainId: number;
|
1041
1041
|
type: "deposit";
|
1042
1042
|
isSystemTx?: boolean;
|
@@ -559,7 +559,7 @@ export declare const baseGoerli: {
|
|
559
559
|
input?: `0x${string}`;
|
560
560
|
transactionIndex?: `0x${string}` | null;
|
561
561
|
accessList?: import("../../index.js").AccessList | undefined;
|
562
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
562
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
563
563
|
chainId?: `0x${string}` | undefined;
|
564
564
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
565
565
|
r: `0x${string}`;
|
@@ -610,7 +610,7 @@ export declare const baseGoerli: {
|
|
610
610
|
input?: `0x${string}`;
|
611
611
|
transactionIndex?: `0x${string}` | null;
|
612
612
|
accessList?: import("../../index.js").AccessList | undefined;
|
613
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
613
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
614
614
|
chainId?: `0x${string}` | undefined;
|
615
615
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
616
616
|
blockHash: `0x${string}` | null;
|
@@ -661,7 +661,7 @@ export declare const baseGoerli: {
|
|
661
661
|
input?: `0x${string}`;
|
662
662
|
transactionIndex?: `0x${string}` | null;
|
663
663
|
accessList?: import("../../index.js").AccessList | undefined;
|
664
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
664
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
665
665
|
chainId?: `0x${string}` | undefined;
|
666
666
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
667
667
|
blockHash: `0x${string}` | null;
|
@@ -712,7 +712,7 @@ export declare const baseGoerli: {
|
|
712
712
|
input?: `0x${string}`;
|
713
713
|
transactionIndex?: `0x${string}` | null;
|
714
714
|
accessList?: import("../../index.js").AccessList | undefined;
|
715
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
715
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
716
716
|
chainId?: `0x${string}` | undefined;
|
717
717
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
718
718
|
blockHash: `0x${string}` | null;
|
@@ -735,7 +735,7 @@ export declare const baseGoerli: {
|
|
735
735
|
maxFeePerGas: `0x${string}`;
|
736
736
|
maxPriorityFeePerGas: `0x${string}`;
|
737
737
|
accessList: import("../../index.js").AccessList;
|
738
|
-
blobVersionedHashes: `0x${string}`[];
|
738
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
739
739
|
chainId: `0x${string}`;
|
740
740
|
type: "0x3";
|
741
741
|
}, "yParity">, "typeHex"> & {
|
@@ -763,7 +763,7 @@ export declare const baseGoerli: {
|
|
763
763
|
input?: `0x${string}`;
|
764
764
|
transactionIndex?: `0x${string}` | null;
|
765
765
|
accessList?: import("../../index.js").AccessList | undefined;
|
766
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
766
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
767
767
|
chainId?: `0x${string}` | undefined;
|
768
768
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
769
769
|
isSystemTx?: boolean | undefined;
|
@@ -1007,7 +1007,7 @@ export declare const baseGoerli: {
|
|
1007
1007
|
maxFeePerGas: bigint;
|
1008
1008
|
maxPriorityFeePerGas: bigint;
|
1009
1009
|
accessList: import("../../index.js").AccessList;
|
1010
|
-
blobVersionedHashes: `0x${string}`[];
|
1010
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
1011
1011
|
chainId: number;
|
1012
1012
|
type: "eip4844";
|
1013
1013
|
isSystemTx?: undefined;
|
@@ -1034,7 +1034,7 @@ export declare const baseGoerli: {
|
|
1034
1034
|
maxFeePerGas: bigint;
|
1035
1035
|
maxPriorityFeePerGas: bigint;
|
1036
1036
|
accessList: import("../../index.js").AccessList;
|
1037
|
-
blobVersionedHashes: `0x${string}`[];
|
1037
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
1038
1038
|
chainId: number;
|
1039
1039
|
type: "deposit";
|
1040
1040
|
isSystemTx?: boolean;
|
@@ -561,7 +561,7 @@ export declare const baseSepolia: {
|
|
561
561
|
input?: `0x${string}`;
|
562
562
|
transactionIndex?: `0x${string}` | null;
|
563
563
|
accessList?: import("../../index.js").AccessList | undefined;
|
564
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
564
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
565
565
|
chainId?: `0x${string}` | undefined;
|
566
566
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
567
567
|
r: `0x${string}`;
|
@@ -612,7 +612,7 @@ export declare const baseSepolia: {
|
|
612
612
|
input?: `0x${string}`;
|
613
613
|
transactionIndex?: `0x${string}` | null;
|
614
614
|
accessList?: import("../../index.js").AccessList | undefined;
|
615
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
615
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
616
616
|
chainId?: `0x${string}` | undefined;
|
617
617
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
618
618
|
blockHash: `0x${string}` | null;
|
@@ -663,7 +663,7 @@ export declare const baseSepolia: {
|
|
663
663
|
input?: `0x${string}`;
|
664
664
|
transactionIndex?: `0x${string}` | null;
|
665
665
|
accessList?: import("../../index.js").AccessList | undefined;
|
666
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
666
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
667
667
|
chainId?: `0x${string}` | undefined;
|
668
668
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
669
669
|
blockHash: `0x${string}` | null;
|
@@ -714,7 +714,7 @@ export declare const baseSepolia: {
|
|
714
714
|
input?: `0x${string}`;
|
715
715
|
transactionIndex?: `0x${string}` | null;
|
716
716
|
accessList?: import("../../index.js").AccessList | undefined;
|
717
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
717
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
718
718
|
chainId?: `0x${string}` | undefined;
|
719
719
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
720
720
|
blockHash: `0x${string}` | null;
|
@@ -737,7 +737,7 @@ export declare const baseSepolia: {
|
|
737
737
|
maxFeePerGas: `0x${string}`;
|
738
738
|
maxPriorityFeePerGas: `0x${string}`;
|
739
739
|
accessList: import("../../index.js").AccessList;
|
740
|
-
blobVersionedHashes: `0x${string}`[];
|
740
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
741
741
|
chainId: `0x${string}`;
|
742
742
|
type: "0x3";
|
743
743
|
}, "yParity">, "typeHex"> & {
|
@@ -765,7 +765,7 @@ export declare const baseSepolia: {
|
|
765
765
|
input?: `0x${string}`;
|
766
766
|
transactionIndex?: `0x${string}` | null;
|
767
767
|
accessList?: import("../../index.js").AccessList | undefined;
|
768
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
768
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
769
769
|
chainId?: `0x${string}` | undefined;
|
770
770
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
771
771
|
isSystemTx?: boolean | undefined;
|
@@ -1009,7 +1009,7 @@ export declare const baseSepolia: {
|
|
1009
1009
|
maxFeePerGas: bigint;
|
1010
1010
|
maxPriorityFeePerGas: bigint;
|
1011
1011
|
accessList: import("../../index.js").AccessList;
|
1012
|
-
blobVersionedHashes: `0x${string}`[];
|
1012
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
1013
1013
|
chainId: number;
|
1014
1014
|
type: "eip4844";
|
1015
1015
|
isSystemTx?: undefined;
|
@@ -1036,7 +1036,7 @@ export declare const baseSepolia: {
|
|
1036
1036
|
maxFeePerGas: bigint;
|
1037
1037
|
maxPriorityFeePerGas: bigint;
|
1038
1038
|
accessList: import("../../index.js").AccessList;
|
1039
|
-
blobVersionedHashes: `0x${string}`[];
|
1039
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
1040
1040
|
chainId: number;
|
1041
1041
|
type: "deposit";
|
1042
1042
|
isSystemTx?: boolean;
|
@@ -2,8 +2,8 @@ export declare const celo: {
|
|
2
2
|
blockExplorers: {
|
3
3
|
readonly default: {
|
4
4
|
readonly name: "Celo Explorer";
|
5
|
-
readonly url: "https://
|
6
|
-
readonly apiUrl: "https://
|
5
|
+
readonly url: "https://celoscan.io";
|
6
|
+
readonly apiUrl: "https://api.celoscan.io/api";
|
7
7
|
};
|
8
8
|
};
|
9
9
|
contracts: {
|
@@ -620,7 +620,7 @@ export declare const celo: {
|
|
620
620
|
input?: `0x${string}`;
|
621
621
|
transactionIndex?: `0x${string}` | null;
|
622
622
|
accessList?: import("../../index.js").AccessList | undefined;
|
623
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
623
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
624
624
|
chainId?: `0x${string}` | undefined;
|
625
625
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
626
626
|
r: `0x${string}`;
|
@@ -671,7 +671,7 @@ export declare const celo: {
|
|
671
671
|
input?: `0x${string}`;
|
672
672
|
transactionIndex?: `0x${string}` | null;
|
673
673
|
accessList?: import("../../index.js").AccessList | undefined;
|
674
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
674
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
675
675
|
chainId?: `0x${string}` | undefined;
|
676
676
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
677
677
|
blockHash: `0x${string}` | null;
|
@@ -722,7 +722,7 @@ export declare const celo: {
|
|
722
722
|
input?: `0x${string}`;
|
723
723
|
transactionIndex?: `0x${string}` | null;
|
724
724
|
accessList?: import("../../index.js").AccessList | undefined;
|
725
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
725
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
726
726
|
chainId?: `0x${string}` | undefined;
|
727
727
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
728
728
|
blockHash: `0x${string}` | null;
|
@@ -773,7 +773,7 @@ export declare const celo: {
|
|
773
773
|
input?: `0x${string}`;
|
774
774
|
transactionIndex?: `0x${string}` | null;
|
775
775
|
accessList?: import("../../index.js").AccessList | undefined;
|
776
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
776
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
777
777
|
chainId?: `0x${string}` | undefined;
|
778
778
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
779
779
|
blockHash: `0x${string}` | null;
|
@@ -796,7 +796,7 @@ export declare const celo: {
|
|
796
796
|
maxFeePerGas: `0x${string}`;
|
797
797
|
maxPriorityFeePerGas: `0x${string}`;
|
798
798
|
accessList: import("../../index.js").AccessList;
|
799
|
-
blobVersionedHashes: `0x${string}`[];
|
799
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
800
800
|
chainId: `0x${string}`;
|
801
801
|
type: "0x3";
|
802
802
|
}, "yParity">, "typeHex"> & {
|
@@ -824,7 +824,7 @@ export declare const celo: {
|
|
824
824
|
input?: `0x${string}`;
|
825
825
|
transactionIndex?: `0x${string}` | null;
|
826
826
|
accessList?: import("../../index.js").AccessList | undefined;
|
827
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
827
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
828
828
|
chainId?: `0x${string}` | undefined;
|
829
829
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
830
830
|
feeCurrency: `0x${string}` | null;
|
@@ -852,7 +852,7 @@ export declare const celo: {
|
|
852
852
|
input?: `0x${string}`;
|
853
853
|
transactionIndex?: `0x${string}` | null;
|
854
854
|
accessList?: import("../../index.js").AccessList | undefined;
|
855
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
855
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
856
856
|
chainId?: `0x${string}` | undefined;
|
857
857
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
858
858
|
feeCurrency: `0x${string}` | null;
|
@@ -1177,7 +1177,7 @@ export declare const celo: {
|
|
1177
1177
|
maxFeePerGas: bigint;
|
1178
1178
|
maxPriorityFeePerGas: bigint;
|
1179
1179
|
accessList: import("../../index.js").AccessList;
|
1180
|
-
blobVersionedHashes: `0x${string}`[];
|
1180
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
1181
1181
|
chainId: number;
|
1182
1182
|
type: "eip4844";
|
1183
1183
|
feeCurrency: `0x${string}` | null;
|
@@ -1204,7 +1204,7 @@ export declare const celo: {
|
|
1204
1204
|
maxFeePerGas: bigint;
|
1205
1205
|
maxPriorityFeePerGas: bigint;
|
1206
1206
|
accessList: import("../../index.js").AccessList;
|
1207
|
-
blobVersionedHashes: `0x${string}`[];
|
1207
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
1208
1208
|
chainId: number;
|
1209
1209
|
type: "cip42";
|
1210
1210
|
feeCurrency: `0x${string}` | null;
|
@@ -1231,7 +1231,7 @@ export declare const celo: {
|
|
1231
1231
|
maxFeePerGas: bigint;
|
1232
1232
|
maxPriorityFeePerGas: bigint;
|
1233
1233
|
accessList: import("../../index.js").AccessList;
|
1234
|
-
blobVersionedHashes: `0x${string}`[];
|
1234
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
1235
1235
|
chainId: number;
|
1236
1236
|
type: "cip64";
|
1237
1237
|
feeCurrency: `0x${string}` | null;
|
@@ -2880,7 +2880,7 @@ export declare const celo: {
|
|
2880
2880
|
input?: `0x${string}`;
|
2881
2881
|
transactionIndex?: `0x${string}` | null;
|
2882
2882
|
accessList?: import("../../index.js").AccessList | undefined;
|
2883
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
2883
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
2884
2884
|
chainId?: `0x${string}` | undefined;
|
2885
2885
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
2886
2886
|
r: `0x${string}`;
|
@@ -2931,7 +2931,7 @@ export declare const celo: {
|
|
2931
2931
|
input?: `0x${string}`;
|
2932
2932
|
transactionIndex?: `0x${string}` | null;
|
2933
2933
|
accessList?: import("../../index.js").AccessList | undefined;
|
2934
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
2934
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
2935
2935
|
chainId?: `0x${string}` | undefined;
|
2936
2936
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
2937
2937
|
blockHash: `0x${string}` | null;
|
@@ -2982,7 +2982,7 @@ export declare const celo: {
|
|
2982
2982
|
input?: `0x${string}`;
|
2983
2983
|
transactionIndex?: `0x${string}` | null;
|
2984
2984
|
accessList?: import("../../index.js").AccessList | undefined;
|
2985
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
2985
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
2986
2986
|
chainId?: `0x${string}` | undefined;
|
2987
2987
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
2988
2988
|
blockHash: `0x${string}` | null;
|
@@ -3033,7 +3033,7 @@ export declare const celo: {
|
|
3033
3033
|
input?: `0x${string}`;
|
3034
3034
|
transactionIndex?: `0x${string}` | null;
|
3035
3035
|
accessList?: import("../../index.js").AccessList | undefined;
|
3036
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3036
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
3037
3037
|
chainId?: `0x${string}` | undefined;
|
3038
3038
|
} & import("../index.js").Omit<import("../index.js").PartialBy<{
|
3039
3039
|
blockHash: `0x${string}` | null;
|
@@ -3056,7 +3056,7 @@ export declare const celo: {
|
|
3056
3056
|
maxFeePerGas: `0x${string}`;
|
3057
3057
|
maxPriorityFeePerGas: `0x${string}`;
|
3058
3058
|
accessList: import("../../index.js").AccessList;
|
3059
|
-
blobVersionedHashes: `0x${string}`[];
|
3059
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
3060
3060
|
chainId: `0x${string}`;
|
3061
3061
|
type: "0x3";
|
3062
3062
|
}, "yParity">, "typeHex"> & {
|
@@ -3084,7 +3084,7 @@ export declare const celo: {
|
|
3084
3084
|
input?: `0x${string}`;
|
3085
3085
|
transactionIndex?: `0x${string}` | null;
|
3086
3086
|
accessList?: import("../../index.js").AccessList | undefined;
|
3087
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3087
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
3088
3088
|
chainId?: `0x${string}` | undefined;
|
3089
3089
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
3090
3090
|
feeCurrency: `0x${string}` | null;
|
@@ -3112,7 +3112,7 @@ export declare const celo: {
|
|
3112
3112
|
input?: `0x${string}`;
|
3113
3113
|
transactionIndex?: `0x${string}` | null;
|
3114
3114
|
accessList?: import("../../index.js").AccessList | undefined;
|
3115
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3115
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
3116
3116
|
chainId?: `0x${string}` | undefined;
|
3117
3117
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
3118
3118
|
feeCurrency: `0x${string}` | null;
|
@@ -3437,7 +3437,7 @@ export declare const celo: {
|
|
3437
3437
|
maxFeePerGas: bigint;
|
3438
3438
|
maxPriorityFeePerGas: bigint;
|
3439
3439
|
accessList: import("../../index.js").AccessList;
|
3440
|
-
blobVersionedHashes: `0x${string}`[];
|
3440
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
3441
3441
|
chainId: number;
|
3442
3442
|
type: "eip4844";
|
3443
3443
|
feeCurrency: `0x${string}` | null;
|
@@ -3464,7 +3464,7 @@ export declare const celo: {
|
|
3464
3464
|
maxFeePerGas: bigint;
|
3465
3465
|
maxPriorityFeePerGas: bigint;
|
3466
3466
|
accessList: import("../../index.js").AccessList;
|
3467
|
-
blobVersionedHashes: `0x${string}`[];
|
3467
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
3468
3468
|
chainId: number;
|
3469
3469
|
type: "cip42";
|
3470
3470
|
feeCurrency: `0x${string}` | null;
|
@@ -3491,7 +3491,7 @@ export declare const celo: {
|
|
3491
3491
|
maxFeePerGas: bigint;
|
3492
3492
|
maxPriorityFeePerGas: bigint;
|
3493
3493
|
accessList: import("../../index.js").AccessList;
|
3494
|
-
blobVersionedHashes: `0x${string}`[];
|
3494
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
3495
3495
|
chainId: number;
|
3496
3496
|
type: "cip64";
|
3497
3497
|
feeCurrency: `0x${string}` | null;
|