viem 2.10.0 → 2.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/_cjs/errors/version.js +1 -1
- package/_esm/errors/version.js +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 +20 -20
- package/_types/chains/definitions/celoAlfajores.d.ts +20 -20
- 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/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/errors/version.d.ts +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/errors/version.ts +1 -1
- package/package.json +1 -1
- package/types/eip1193.ts +13 -8
- package/types/transaction.ts +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
# viem
|
2
2
|
|
3
|
+
## 2.10.1
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [`6e28131a8b9ab53ad1330c61df64d3b7fb799652`](https://github.com/wevm/viem/commit/6e28131a8b9ab53ad1330c61df64d3b7fb799652) Thanks [@jxom](https://github.com/jxom)! - Fixed types for `wallet_sendCalls`.
|
8
|
+
|
3
9
|
## 2.10.0
|
4
10
|
|
5
11
|
### Minor Changes
|
package/_cjs/errors/version.js
CHANGED
package/_esm/errors/version.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
export const version = '2.10.
|
1
|
+
export const version = '2.10.1';
|
2
2
|
//# sourceMappingURL=version.js.map
|
@@ -592,7 +592,7 @@ export declare const chainConfig: {
|
|
592
592
|
input?: `0x${string}`;
|
593
593
|
transactionIndex?: `0x${string}` | null;
|
594
594
|
accessList?: import("../index.js").AccessList | undefined;
|
595
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
595
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
596
596
|
chainId?: `0x${string}` | undefined;
|
597
597
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
598
598
|
r: `0x${string}`;
|
@@ -643,7 +643,7 @@ export declare const chainConfig: {
|
|
643
643
|
input?: `0x${string}`;
|
644
644
|
transactionIndex?: `0x${string}` | null;
|
645
645
|
accessList?: import("../index.js").AccessList | undefined;
|
646
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
646
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
647
647
|
chainId?: `0x${string}` | undefined;
|
648
648
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
649
649
|
blockHash: `0x${string}` | null;
|
@@ -694,7 +694,7 @@ export declare const chainConfig: {
|
|
694
694
|
input?: `0x${string}`;
|
695
695
|
transactionIndex?: `0x${string}` | null;
|
696
696
|
accessList?: import("../index.js").AccessList | undefined;
|
697
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
697
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
698
698
|
chainId?: `0x${string}` | undefined;
|
699
699
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
700
700
|
blockHash: `0x${string}` | null;
|
@@ -745,7 +745,7 @@ export declare const chainConfig: {
|
|
745
745
|
input?: `0x${string}`;
|
746
746
|
transactionIndex?: `0x${string}` | null;
|
747
747
|
accessList?: import("../index.js").AccessList | undefined;
|
748
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
748
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
749
749
|
chainId?: `0x${string}` | undefined;
|
750
750
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
751
751
|
blockHash: `0x${string}` | null;
|
@@ -768,7 +768,7 @@ export declare const chainConfig: {
|
|
768
768
|
maxFeePerGas: `0x${string}`;
|
769
769
|
maxPriorityFeePerGas: `0x${string}`;
|
770
770
|
accessList: import("../index.js").AccessList;
|
771
|
-
blobVersionedHashes: `0x${string}`[];
|
771
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
772
772
|
chainId: `0x${string}`;
|
773
773
|
type: "0x3";
|
774
774
|
}, "yParity">, "typeHex"> & {
|
@@ -796,7 +796,7 @@ export declare const chainConfig: {
|
|
796
796
|
input?: `0x${string}`;
|
797
797
|
transactionIndex?: `0x${string}` | null;
|
798
798
|
accessList?: import("../index.js").AccessList | undefined;
|
799
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
799
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
800
800
|
chainId?: `0x${string}` | undefined;
|
801
801
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
802
802
|
feeCurrency: `0x${string}` | null;
|
@@ -824,7 +824,7 @@ export declare const chainConfig: {
|
|
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;
|
@@ -1149,7 +1149,7 @@ export declare const chainConfig: {
|
|
1149
1149
|
maxFeePerGas: bigint;
|
1150
1150
|
maxPriorityFeePerGas: bigint;
|
1151
1151
|
accessList: import("../index.js").AccessList;
|
1152
|
-
blobVersionedHashes: `0x${string}`[];
|
1152
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
1153
1153
|
chainId: number;
|
1154
1154
|
type: "eip4844";
|
1155
1155
|
feeCurrency: `0x${string}` | null;
|
@@ -1176,7 +1176,7 @@ export declare const chainConfig: {
|
|
1176
1176
|
maxFeePerGas: bigint;
|
1177
1177
|
maxPriorityFeePerGas: bigint;
|
1178
1178
|
accessList: import("../index.js").AccessList;
|
1179
|
-
blobVersionedHashes: `0x${string}`[];
|
1179
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
1180
1180
|
chainId: number;
|
1181
1181
|
type: "cip42";
|
1182
1182
|
feeCurrency: `0x${string}` | null;
|
@@ -1203,7 +1203,7 @@ export declare const chainConfig: {
|
|
1203
1203
|
maxFeePerGas: bigint;
|
1204
1204
|
maxPriorityFeePerGas: bigint;
|
1205
1205
|
accessList: import("../index.js").AccessList;
|
1206
|
-
blobVersionedHashes: `0x${string}`[];
|
1206
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
1207
1207
|
chainId: number;
|
1208
1208
|
type: "cip64";
|
1209
1209
|
feeCurrency: `0x${string}` | null;
|
@@ -2852,7 +2852,7 @@ export declare const chainConfig: {
|
|
2852
2852
|
input?: `0x${string}`;
|
2853
2853
|
transactionIndex?: `0x${string}` | null;
|
2854
2854
|
accessList?: import("../index.js").AccessList | undefined;
|
2855
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
2855
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
2856
2856
|
chainId?: `0x${string}` | undefined;
|
2857
2857
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
2858
2858
|
r: `0x${string}`;
|
@@ -2903,7 +2903,7 @@ export declare const chainConfig: {
|
|
2903
2903
|
input?: `0x${string}`;
|
2904
2904
|
transactionIndex?: `0x${string}` | null;
|
2905
2905
|
accessList?: import("../index.js").AccessList | undefined;
|
2906
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
2906
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
2907
2907
|
chainId?: `0x${string}` | undefined;
|
2908
2908
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
2909
2909
|
blockHash: `0x${string}` | null;
|
@@ -2954,7 +2954,7 @@ export declare const chainConfig: {
|
|
2954
2954
|
input?: `0x${string}`;
|
2955
2955
|
transactionIndex?: `0x${string}` | null;
|
2956
2956
|
accessList?: import("../index.js").AccessList | undefined;
|
2957
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
2957
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
2958
2958
|
chainId?: `0x${string}` | undefined;
|
2959
2959
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
2960
2960
|
blockHash: `0x${string}` | null;
|
@@ -3005,7 +3005,7 @@ export declare const chainConfig: {
|
|
3005
3005
|
input?: `0x${string}`;
|
3006
3006
|
transactionIndex?: `0x${string}` | null;
|
3007
3007
|
accessList?: import("../index.js").AccessList | undefined;
|
3008
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3008
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
3009
3009
|
chainId?: `0x${string}` | undefined;
|
3010
3010
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
3011
3011
|
blockHash: `0x${string}` | null;
|
@@ -3028,7 +3028,7 @@ export declare const chainConfig: {
|
|
3028
3028
|
maxFeePerGas: `0x${string}`;
|
3029
3029
|
maxPriorityFeePerGas: `0x${string}`;
|
3030
3030
|
accessList: import("../index.js").AccessList;
|
3031
|
-
blobVersionedHashes: `0x${string}`[];
|
3031
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
3032
3032
|
chainId: `0x${string}`;
|
3033
3033
|
type: "0x3";
|
3034
3034
|
}, "yParity">, "typeHex"> & {
|
@@ -3056,7 +3056,7 @@ export declare const chainConfig: {
|
|
3056
3056
|
input?: `0x${string}`;
|
3057
3057
|
transactionIndex?: `0x${string}` | null;
|
3058
3058
|
accessList?: import("../index.js").AccessList | undefined;
|
3059
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
3059
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
3060
3060
|
chainId?: `0x${string}` | undefined;
|
3061
3061
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
3062
3062
|
feeCurrency: `0x${string}` | null;
|
@@ -3084,7 +3084,7 @@ export declare const chainConfig: {
|
|
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;
|
@@ -3409,7 +3409,7 @@ export declare const chainConfig: {
|
|
3409
3409
|
maxFeePerGas: bigint;
|
3410
3410
|
maxPriorityFeePerGas: bigint;
|
3411
3411
|
accessList: import("../index.js").AccessList;
|
3412
|
-
blobVersionedHashes: `0x${string}`[];
|
3412
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
3413
3413
|
chainId: number;
|
3414
3414
|
type: "eip4844";
|
3415
3415
|
feeCurrency: `0x${string}` | null;
|
@@ -3436,7 +3436,7 @@ export declare const chainConfig: {
|
|
3436
3436
|
maxFeePerGas: bigint;
|
3437
3437
|
maxPriorityFeePerGas: bigint;
|
3438
3438
|
accessList: import("../index.js").AccessList;
|
3439
|
-
blobVersionedHashes: `0x${string}`[];
|
3439
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
3440
3440
|
chainId: number;
|
3441
3441
|
type: "cip42";
|
3442
3442
|
feeCurrency: `0x${string}` | null;
|
@@ -3463,7 +3463,7 @@ export declare const chainConfig: {
|
|
3463
3463
|
maxFeePerGas: bigint;
|
3464
3464
|
maxPriorityFeePerGas: bigint;
|
3465
3465
|
accessList: import("../index.js").AccessList;
|
3466
|
-
blobVersionedHashes: `0x${string}`[];
|
3466
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
3467
3467
|
chainId: number;
|
3468
3468
|
type: "cip64";
|
3469
3469
|
feeCurrency: `0x${string}` | null;
|
@@ -593,7 +593,7 @@ export declare const formatters: {
|
|
593
593
|
input?: `0x${string}`;
|
594
594
|
transactionIndex?: `0x${string}` | null;
|
595
595
|
accessList?: import("../index.js").AccessList | undefined;
|
596
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
596
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
597
597
|
chainId?: `0x${string}` | undefined;
|
598
598
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
599
599
|
r: `0x${string}`;
|
@@ -644,7 +644,7 @@ export declare const formatters: {
|
|
644
644
|
input?: `0x${string}`;
|
645
645
|
transactionIndex?: `0x${string}` | null;
|
646
646
|
accessList?: import("../index.js").AccessList | undefined;
|
647
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
647
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
648
648
|
chainId?: `0x${string}` | undefined;
|
649
649
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
650
650
|
blockHash: `0x${string}` | null;
|
@@ -695,7 +695,7 @@ export declare const formatters: {
|
|
695
695
|
input?: `0x${string}`;
|
696
696
|
transactionIndex?: `0x${string}` | null;
|
697
697
|
accessList?: import("../index.js").AccessList | undefined;
|
698
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
698
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
699
699
|
chainId?: `0x${string}` | undefined;
|
700
700
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
701
701
|
blockHash: `0x${string}` | null;
|
@@ -746,7 +746,7 @@ export declare const formatters: {
|
|
746
746
|
input?: `0x${string}`;
|
747
747
|
transactionIndex?: `0x${string}` | null;
|
748
748
|
accessList?: import("../index.js").AccessList | undefined;
|
749
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
749
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
750
750
|
chainId?: `0x${string}` | undefined;
|
751
751
|
} & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
|
752
752
|
blockHash: `0x${string}` | null;
|
@@ -769,7 +769,7 @@ export declare const formatters: {
|
|
769
769
|
maxFeePerGas: `0x${string}`;
|
770
770
|
maxPriorityFeePerGas: `0x${string}`;
|
771
771
|
accessList: import("../index.js").AccessList;
|
772
|
-
blobVersionedHashes: `0x${string}`[];
|
772
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
773
773
|
chainId: `0x${string}`;
|
774
774
|
type: "0x3";
|
775
775
|
}, "yParity">, "typeHex"> & {
|
@@ -797,7 +797,7 @@ export declare const formatters: {
|
|
797
797
|
input?: `0x${string}`;
|
798
798
|
transactionIndex?: `0x${string}` | null;
|
799
799
|
accessList?: import("../index.js").AccessList | undefined;
|
800
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
800
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
801
801
|
chainId?: `0x${string}` | undefined;
|
802
802
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
803
803
|
feeCurrency: `0x${string}` | null;
|
@@ -825,7 +825,7 @@ export declare const formatters: {
|
|
825
825
|
input?: `0x${string}`;
|
826
826
|
transactionIndex?: `0x${string}` | null;
|
827
827
|
accessList?: import("../index.js").AccessList | undefined;
|
828
|
-
blobVersionedHashes?: `0x${string}`[] | undefined;
|
828
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
829
829
|
chainId?: `0x${string}` | undefined;
|
830
830
|
} & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
831
831
|
feeCurrency: `0x${string}` | null;
|
@@ -1150,7 +1150,7 @@ export declare const formatters: {
|
|
1150
1150
|
maxFeePerGas: bigint;
|
1151
1151
|
maxPriorityFeePerGas: bigint;
|
1152
1152
|
accessList: import("../index.js").AccessList;
|
1153
|
-
blobVersionedHashes: `0x${string}`[];
|
1153
|
+
blobVersionedHashes: readonly `0x${string}`[];
|
1154
1154
|
chainId: number;
|
1155
1155
|
type: "eip4844";
|
1156
1156
|
feeCurrency: `0x${string}` | null;
|
@@ -1177,7 +1177,7 @@ export declare const formatters: {
|
|
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: "cip42";
|
1183
1183
|
feeCurrency: `0x${string}` | null;
|
@@ -1204,7 +1204,7 @@ export declare const formatters: {
|
|
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: "cip64";
|
1210
1210
|
feeCurrency: `0x${string}` | null;
|
@@ -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;
|