viem 0.0.0-main.20240317T143715 → 0.0.0-main.20240317T195801
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/_cjs/errors/version.js +1 -1
- package/_cjs/index.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/index.js.map +1 -1
- package/_types/chains/celo/chainConfig.d.ts +9 -9
- package/_types/chains/celo/formatters.d.ts +9 -9
- package/_types/chains/definitions/ancient8.d.ts +2 -2
- package/_types/chains/definitions/ancient8Sepolia.d.ts +2 -2
- package/_types/chains/definitions/base.d.ts +2 -2
- package/_types/chains/definitions/baseGoerli.d.ts +2 -2
- package/_types/chains/definitions/baseSepolia.d.ts +2 -2
- package/_types/chains/definitions/celo.d.ts +9 -9
- package/_types/chains/definitions/celoAlfajores.d.ts +9 -9
- package/_types/chains/definitions/fraxtal.d.ts +2 -2
- package/_types/chains/definitions/fraxtalTestnet.d.ts +2 -2
- package/_types/chains/definitions/liskSepolia.d.ts +2 -2
- package/_types/chains/definitions/optimism.d.ts +2 -2
- package/_types/chains/definitions/optimismGoerli.d.ts +2 -2
- package/_types/chains/definitions/optimismSepolia.d.ts +2 -2
- package/_types/chains/definitions/pgn.d.ts +2 -2
- package/_types/chains/definitions/pgnTestnet.d.ts +2 -2
- package/_types/chains/definitions/rss3.d.ts +2 -2
- package/_types/chains/definitions/rss3Sepolia.d.ts +2 -2
- package/_types/chains/definitions/zkSync.d.ts +11 -11
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +11 -11
- package/_types/chains/definitions/zkSyncTestnet.d.ts +11 -11
- package/_types/chains/definitions/zora.d.ts +2 -2
- package/_types/chains/definitions/zoraSepolia.d.ts +2 -2
- package/_types/chains/definitions/zoraTestnet.d.ts +2 -2
- package/_types/chains/opStack/chainConfig.d.ts +2 -2
- package/_types/chains/opStack/formatters.d.ts +2 -2
- package/_types/chains/zksync/chainConfig.d.ts +11 -11
- package/_types/chains/zksync/formatters.d.ts +11 -11
- package/_types/errors/version.d.ts +1 -1
- package/_types/index.d.ts +1 -1
- package/_types/index.d.ts.map +1 -1
- package/errors/version.ts +1 -1
- package/index.ts +2 -0
- package/package.json +1 -1
@@ -63,7 +63,7 @@ export declare const optimism: {
|
|
63
63
|
formatters: {
|
64
64
|
readonly block: {
|
65
65
|
exclude: [] | undefined;
|
66
|
-
format: (args: import("../index.js").Assign<import("../../
|
66
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").OpStackRpcBlockOverrides & {
|
67
67
|
transactions: `0x${string}`[] | import("../index.js").OpStackRpcTransaction[];
|
68
68
|
}>) => {
|
69
69
|
baseFeePerGas: bigint | null;
|
@@ -1045,7 +1045,7 @@ export declare const optimism: {
|
|
1045
1045
|
};
|
1046
1046
|
readonly transactionReceipt: {
|
1047
1047
|
exclude: [] | undefined;
|
1048
|
-
format: (args: import("../index.js").Assign<import("../../
|
1048
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").OpStackRpcTransactionReceiptOverrides>) => {
|
1049
1049
|
blobGasPrice?: bigint | undefined;
|
1050
1050
|
blobGasUsed?: bigint | undefined;
|
1051
1051
|
blockHash: `0x${string}`;
|
@@ -63,7 +63,7 @@ export declare const optimismGoerli: {
|
|
63
63
|
formatters: {
|
64
64
|
readonly block: {
|
65
65
|
exclude: [] | undefined;
|
66
|
-
format: (args: import("../index.js").Assign<import("../../
|
66
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").OpStackRpcBlockOverrides & {
|
67
67
|
transactions: `0x${string}`[] | import("../index.js").OpStackRpcTransaction[];
|
68
68
|
}>) => {
|
69
69
|
baseFeePerGas: bigint | null;
|
@@ -1045,7 +1045,7 @@ export declare const optimismGoerli: {
|
|
1045
1045
|
};
|
1046
1046
|
readonly transactionReceipt: {
|
1047
1047
|
exclude: [] | undefined;
|
1048
|
-
format: (args: import("../index.js").Assign<import("../../
|
1048
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").OpStackRpcTransactionReceiptOverrides>) => {
|
1049
1049
|
blobGasPrice?: bigint | undefined;
|
1050
1050
|
blobGasUsed?: bigint | undefined;
|
1051
1051
|
blockHash: `0x${string}`;
|
@@ -63,7 +63,7 @@ export declare const optimismSepolia: {
|
|
63
63
|
formatters: {
|
64
64
|
readonly block: {
|
65
65
|
exclude: [] | undefined;
|
66
|
-
format: (args: import("../index.js").Assign<import("../../
|
66
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").OpStackRpcBlockOverrides & {
|
67
67
|
transactions: `0x${string}`[] | import("../index.js").OpStackRpcTransaction[];
|
68
68
|
}>) => {
|
69
69
|
baseFeePerGas: bigint | null;
|
@@ -1045,7 +1045,7 @@ export declare const optimismSepolia: {
|
|
1045
1045
|
};
|
1046
1046
|
readonly transactionReceipt: {
|
1047
1047
|
exclude: [] | undefined;
|
1048
|
-
format: (args: import("../index.js").Assign<import("../../
|
1048
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").OpStackRpcTransactionReceiptOverrides>) => {
|
1049
1049
|
blobGasPrice?: bigint | undefined;
|
1050
1050
|
blobGasUsed?: bigint | undefined;
|
1051
1051
|
blockHash: `0x${string}`;
|
@@ -50,7 +50,7 @@ export declare const pgn: {
|
|
50
50
|
formatters: {
|
51
51
|
readonly block: {
|
52
52
|
exclude: [] | undefined;
|
53
|
-
format: (args: import("../index.js").Assign<import("../../
|
53
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").OpStackRpcBlockOverrides & {
|
54
54
|
transactions: `0x${string}`[] | import("../index.js").OpStackRpcTransaction[];
|
55
55
|
}>) => {
|
56
56
|
baseFeePerGas: bigint | null;
|
@@ -1032,7 +1032,7 @@ export declare const pgn: {
|
|
1032
1032
|
};
|
1033
1033
|
readonly transactionReceipt: {
|
1034
1034
|
exclude: [] | undefined;
|
1035
|
-
format: (args: import("../index.js").Assign<import("../../
|
1035
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").OpStackRpcTransactionReceiptOverrides>) => {
|
1036
1036
|
blobGasPrice?: bigint | undefined;
|
1037
1037
|
blobGasUsed?: bigint | undefined;
|
1038
1038
|
blockHash: `0x${string}`;
|
@@ -50,7 +50,7 @@ export declare const pgnTestnet: {
|
|
50
50
|
formatters: {
|
51
51
|
readonly block: {
|
52
52
|
exclude: [] | undefined;
|
53
|
-
format: (args: import("../index.js").Assign<import("../../
|
53
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").OpStackRpcBlockOverrides & {
|
54
54
|
transactions: `0x${string}`[] | import("../index.js").OpStackRpcTransaction[];
|
55
55
|
}>) => {
|
56
56
|
baseFeePerGas: bigint | null;
|
@@ -1032,7 +1032,7 @@ export declare const pgnTestnet: {
|
|
1032
1032
|
};
|
1033
1033
|
readonly transactionReceipt: {
|
1034
1034
|
exclude: [] | undefined;
|
1035
|
-
format: (args: import("../index.js").Assign<import("../../
|
1035
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").OpStackRpcTransactionReceiptOverrides>) => {
|
1036
1036
|
blobGasPrice?: bigint | undefined;
|
1037
1037
|
blobGasUsed?: bigint | undefined;
|
1038
1038
|
blockHash: `0x${string}`;
|
@@ -64,7 +64,7 @@ export declare const rss3: {
|
|
64
64
|
formatters: {
|
65
65
|
readonly block: {
|
66
66
|
exclude: [] | undefined;
|
67
|
-
format: (args: import("../index.js").Assign<import("../../
|
67
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").OpStackRpcBlockOverrides & {
|
68
68
|
transactions: `0x${string}`[] | import("../index.js").OpStackRpcTransaction[];
|
69
69
|
}>) => {
|
70
70
|
baseFeePerGas: bigint | null;
|
@@ -1046,7 +1046,7 @@ export declare const rss3: {
|
|
1046
1046
|
};
|
1047
1047
|
readonly transactionReceipt: {
|
1048
1048
|
exclude: [] | undefined;
|
1049
|
-
format: (args: import("../index.js").Assign<import("../../
|
1049
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").OpStackRpcTransactionReceiptOverrides>) => {
|
1050
1050
|
blobGasPrice?: bigint | undefined;
|
1051
1051
|
blobGasUsed?: bigint | undefined;
|
1052
1052
|
blockHash: `0x${string}`;
|
@@ -64,7 +64,7 @@ export declare const rss3Sepolia: {
|
|
64
64
|
formatters: {
|
65
65
|
readonly block: {
|
66
66
|
exclude: [] | undefined;
|
67
|
-
format: (args: import("../index.js").Assign<import("../../
|
67
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").OpStackRpcBlockOverrides & {
|
68
68
|
transactions: `0x${string}`[] | import("../index.js").OpStackRpcTransaction[];
|
69
69
|
}>) => {
|
70
70
|
baseFeePerGas: bigint | null;
|
@@ -1046,7 +1046,7 @@ export declare const rss3Sepolia: {
|
|
1046
1046
|
};
|
1047
1047
|
readonly transactionReceipt: {
|
1048
1048
|
exclude: [] | undefined;
|
1049
|
-
format: (args: import("../index.js").Assign<import("../../
|
1049
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").OpStackRpcTransactionReceiptOverrides>) => {
|
1050
1050
|
blobGasPrice?: bigint | undefined;
|
1051
1051
|
blobGasUsed?: bigint | undefined;
|
1052
1052
|
blockHash: `0x${string}`;
|
@@ -32,7 +32,7 @@ export declare const zkSync: {
|
|
32
32
|
formatters: {
|
33
33
|
readonly block: {
|
34
34
|
exclude: [] | undefined;
|
35
|
-
format: (args: import("../index.js").Assign<import("../../
|
35
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").ZkSyncRpcBlockOverrides & {
|
36
36
|
transactions: `0x${string}`[] | import("../index.js").ZkSyncRpcTransaction[];
|
37
37
|
}>) => {
|
38
38
|
baseFeePerGas: bigint | null;
|
@@ -68,7 +68,7 @@ export declare const zkSync: {
|
|
68
68
|
};
|
69
69
|
readonly transaction: {
|
70
70
|
exclude: [] | undefined;
|
71
|
-
format: (args: import("../index.js").Assign<import("../../
|
71
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransaction>, import("../index.js").ZkSyncRpcTransaction>) => ({
|
72
72
|
r: `0x${string}`;
|
73
73
|
s: `0x${string}`;
|
74
74
|
v: bigint;
|
@@ -437,7 +437,7 @@ export declare const zkSync: {
|
|
437
437
|
};
|
438
438
|
readonly transactionReceipt: {
|
439
439
|
exclude: [] | undefined;
|
440
|
-
format: (args: import("../index.js").Assign<import("../../
|
440
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").ZkSyncRpcTransactionReceiptOverrides>) => {
|
441
441
|
blobGasPrice?: bigint | undefined;
|
442
442
|
blobGasUsed?: bigint | undefined;
|
443
443
|
blockHash: `0x${string}`;
|
@@ -579,7 +579,7 @@ export declare const zkSync: {
|
|
579
579
|
accessList?: undefined;
|
580
580
|
blobs?: undefined;
|
581
581
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
582
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../
|
582
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
583
583
|
gasPerPubdata?: bigint | undefined;
|
584
584
|
customSignature?: `0x${string}` | undefined;
|
585
585
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -601,7 +601,7 @@ export declare const zkSync: {
|
|
601
601
|
accessList?: undefined;
|
602
602
|
blobs?: undefined;
|
603
603
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
604
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../
|
604
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
605
605
|
gasPerPubdata?: bigint | undefined;
|
606
606
|
customSignature?: `0x${string}` | undefined;
|
607
607
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -725,7 +725,7 @@ export declare const zkSync: {
|
|
725
725
|
accessList?: import("../../index.js").AccessList | undefined;
|
726
726
|
blobs?: undefined;
|
727
727
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
728
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../
|
728
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
729
729
|
gasPerPubdata?: bigint | undefined;
|
730
730
|
customSignature?: `0x${string}` | undefined;
|
731
731
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -747,7 +747,7 @@ export declare const zkSync: {
|
|
747
747
|
accessList?: import("../../index.js").AccessList | undefined;
|
748
748
|
blobs?: undefined;
|
749
749
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
750
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../
|
750
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
751
751
|
gasPerPubdata?: bigint | undefined;
|
752
752
|
customSignature?: `0x${string}` | undefined;
|
753
753
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -871,7 +871,7 @@ export declare const zkSync: {
|
|
871
871
|
accessList?: import("../../index.js").AccessList | undefined;
|
872
872
|
blobs?: undefined;
|
873
873
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
874
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../
|
874
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
875
875
|
gasPerPubdata?: bigint | undefined;
|
876
876
|
customSignature?: `0x${string}` | undefined;
|
877
877
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -893,7 +893,7 @@ export declare const zkSync: {
|
|
893
893
|
accessList?: import("../../index.js").AccessList | undefined;
|
894
894
|
blobs?: undefined;
|
895
895
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
896
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../
|
896
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
897
897
|
gasPerPubdata?: bigint | undefined;
|
898
898
|
customSignature?: `0x${string}` | undefined;
|
899
899
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -1051,7 +1051,7 @@ export declare const zkSync: {
|
|
1051
1051
|
accessList?: import("../../index.js").AccessList | undefined;
|
1052
1052
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1053
1053
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1054
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../
|
1054
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1055
1055
|
gasPerPubdata?: bigint | undefined;
|
1056
1056
|
customSignature?: `0x${string}` | undefined;
|
1057
1057
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -1073,7 +1073,7 @@ export declare const zkSync: {
|
|
1073
1073
|
accessList?: import("../../index.js").AccessList | undefined;
|
1074
1074
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1075
1075
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1076
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../
|
1076
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1077
1077
|
gasPerPubdata?: bigint | undefined;
|
1078
1078
|
customSignature?: `0x${string}` | undefined;
|
1079
1079
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -31,7 +31,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
31
31
|
formatters: {
|
32
32
|
readonly block: {
|
33
33
|
exclude: [] | undefined;
|
34
|
-
format: (args: import("../index.js").Assign<import("../../
|
34
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").ZkSyncRpcBlockOverrides & {
|
35
35
|
transactions: `0x${string}`[] | import("../index.js").ZkSyncRpcTransaction[];
|
36
36
|
}>) => {
|
37
37
|
baseFeePerGas: bigint | null;
|
@@ -67,7 +67,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
67
67
|
};
|
68
68
|
readonly transaction: {
|
69
69
|
exclude: [] | undefined;
|
70
|
-
format: (args: import("../index.js").Assign<import("../../
|
70
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransaction>, import("../index.js").ZkSyncRpcTransaction>) => ({
|
71
71
|
r: `0x${string}`;
|
72
72
|
s: `0x${string}`;
|
73
73
|
v: bigint;
|
@@ -436,7 +436,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
436
436
|
};
|
437
437
|
readonly transactionReceipt: {
|
438
438
|
exclude: [] | undefined;
|
439
|
-
format: (args: import("../index.js").Assign<import("../../
|
439
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").ZkSyncRpcTransactionReceiptOverrides>) => {
|
440
440
|
blobGasPrice?: bigint | undefined;
|
441
441
|
blobGasUsed?: bigint | undefined;
|
442
442
|
blockHash: `0x${string}`;
|
@@ -578,7 +578,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
578
578
|
accessList?: undefined;
|
579
579
|
blobs?: undefined;
|
580
580
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
581
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../
|
581
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
582
582
|
gasPerPubdata?: bigint | undefined;
|
583
583
|
customSignature?: `0x${string}` | undefined;
|
584
584
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -600,7 +600,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
600
600
|
accessList?: undefined;
|
601
601
|
blobs?: undefined;
|
602
602
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
603
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../
|
603
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
604
604
|
gasPerPubdata?: bigint | undefined;
|
605
605
|
customSignature?: `0x${string}` | undefined;
|
606
606
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -724,7 +724,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
724
724
|
accessList?: import("../../index.js").AccessList | undefined;
|
725
725
|
blobs?: undefined;
|
726
726
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
727
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../
|
727
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
728
728
|
gasPerPubdata?: bigint | undefined;
|
729
729
|
customSignature?: `0x${string}` | undefined;
|
730
730
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -746,7 +746,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
746
746
|
accessList?: import("../../index.js").AccessList | undefined;
|
747
747
|
blobs?: undefined;
|
748
748
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
749
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../
|
749
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
750
750
|
gasPerPubdata?: bigint | undefined;
|
751
751
|
customSignature?: `0x${string}` | undefined;
|
752
752
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -870,7 +870,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
870
870
|
accessList?: import("../../index.js").AccessList | undefined;
|
871
871
|
blobs?: undefined;
|
872
872
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
873
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../
|
873
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
874
874
|
gasPerPubdata?: bigint | undefined;
|
875
875
|
customSignature?: `0x${string}` | undefined;
|
876
876
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -892,7 +892,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
892
892
|
accessList?: import("../../index.js").AccessList | undefined;
|
893
893
|
blobs?: undefined;
|
894
894
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
895
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../
|
895
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
896
896
|
gasPerPubdata?: bigint | undefined;
|
897
897
|
customSignature?: `0x${string}` | undefined;
|
898
898
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -1050,7 +1050,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1050
1050
|
accessList?: import("../../index.js").AccessList | undefined;
|
1051
1051
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1052
1052
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1053
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../
|
1053
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1054
1054
|
gasPerPubdata?: bigint | undefined;
|
1055
1055
|
customSignature?: `0x${string}` | undefined;
|
1056
1056
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -1072,7 +1072,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1072
1072
|
accessList?: import("../../index.js").AccessList | undefined;
|
1073
1073
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1074
1074
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1075
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../
|
1075
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1076
1076
|
gasPerPubdata?: bigint | undefined;
|
1077
1077
|
customSignature?: `0x${string}` | undefined;
|
1078
1078
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -32,7 +32,7 @@ export declare const zkSyncTestnet: {
|
|
32
32
|
formatters: {
|
33
33
|
readonly block: {
|
34
34
|
exclude: [] | undefined;
|
35
|
-
format: (args: import("../index.js").Assign<import("../../
|
35
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").ZkSyncRpcBlockOverrides & {
|
36
36
|
transactions: `0x${string}`[] | import("../index.js").ZkSyncRpcTransaction[];
|
37
37
|
}>) => {
|
38
38
|
baseFeePerGas: bigint | null;
|
@@ -68,7 +68,7 @@ export declare const zkSyncTestnet: {
|
|
68
68
|
};
|
69
69
|
readonly transaction: {
|
70
70
|
exclude: [] | undefined;
|
71
|
-
format: (args: import("../index.js").Assign<import("../../
|
71
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransaction>, import("../index.js").ZkSyncRpcTransaction>) => ({
|
72
72
|
r: `0x${string}`;
|
73
73
|
s: `0x${string}`;
|
74
74
|
v: bigint;
|
@@ -437,7 +437,7 @@ export declare const zkSyncTestnet: {
|
|
437
437
|
};
|
438
438
|
readonly transactionReceipt: {
|
439
439
|
exclude: [] | undefined;
|
440
|
-
format: (args: import("../index.js").Assign<import("../../
|
440
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").ZkSyncRpcTransactionReceiptOverrides>) => {
|
441
441
|
blobGasPrice?: bigint | undefined;
|
442
442
|
blobGasUsed?: bigint | undefined;
|
443
443
|
blockHash: `0x${string}`;
|
@@ -579,7 +579,7 @@ export declare const zkSyncTestnet: {
|
|
579
579
|
accessList?: undefined;
|
580
580
|
blobs?: undefined;
|
581
581
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
582
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../
|
582
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
583
583
|
gasPerPubdata?: bigint | undefined;
|
584
584
|
customSignature?: `0x${string}` | undefined;
|
585
585
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -601,7 +601,7 @@ export declare const zkSyncTestnet: {
|
|
601
601
|
accessList?: undefined;
|
602
602
|
blobs?: undefined;
|
603
603
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
604
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../
|
604
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
605
605
|
gasPerPubdata?: bigint | undefined;
|
606
606
|
customSignature?: `0x${string}` | undefined;
|
607
607
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -725,7 +725,7 @@ export declare const zkSyncTestnet: {
|
|
725
725
|
accessList?: import("../../index.js").AccessList | undefined;
|
726
726
|
blobs?: undefined;
|
727
727
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
728
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../
|
728
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
729
729
|
gasPerPubdata?: bigint | undefined;
|
730
730
|
customSignature?: `0x${string}` | undefined;
|
731
731
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -747,7 +747,7 @@ export declare const zkSyncTestnet: {
|
|
747
747
|
accessList?: import("../../index.js").AccessList | undefined;
|
748
748
|
blobs?: undefined;
|
749
749
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
750
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../
|
750
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
751
751
|
gasPerPubdata?: bigint | undefined;
|
752
752
|
customSignature?: `0x${string}` | undefined;
|
753
753
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -871,7 +871,7 @@ export declare const zkSyncTestnet: {
|
|
871
871
|
accessList?: import("../../index.js").AccessList | undefined;
|
872
872
|
blobs?: undefined;
|
873
873
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
874
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../
|
874
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
875
875
|
gasPerPubdata?: bigint | undefined;
|
876
876
|
customSignature?: `0x${string}` | undefined;
|
877
877
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -893,7 +893,7 @@ export declare const zkSyncTestnet: {
|
|
893
893
|
accessList?: import("../../index.js").AccessList | undefined;
|
894
894
|
blobs?: undefined;
|
895
895
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
896
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../
|
896
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
897
897
|
gasPerPubdata?: bigint | undefined;
|
898
898
|
customSignature?: `0x${string}` | undefined;
|
899
899
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -1051,7 +1051,7 @@ export declare const zkSyncTestnet: {
|
|
1051
1051
|
accessList?: import("../../index.js").AccessList | undefined;
|
1052
1052
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1053
1053
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1054
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../
|
1054
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1055
1055
|
gasPerPubdata?: bigint | undefined;
|
1056
1056
|
customSignature?: `0x${string}` | undefined;
|
1057
1057
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -1073,7 +1073,7 @@ export declare const zkSyncTestnet: {
|
|
1073
1073
|
accessList?: import("../../index.js").AccessList | undefined;
|
1074
1074
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1075
1075
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1076
|
-
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../
|
1076
|
+
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1077
1077
|
gasPerPubdata?: bigint | undefined;
|
1078
1078
|
customSignature?: `0x${string}` | undefined;
|
1079
1079
|
factoryDeps?: `0x${string}`[] | undefined;
|
@@ -64,7 +64,7 @@ export declare const zora: {
|
|
64
64
|
formatters: {
|
65
65
|
readonly block: {
|
66
66
|
exclude: [] | undefined;
|
67
|
-
format: (args: import("../index.js").Assign<import("../../
|
67
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").OpStackRpcBlockOverrides & {
|
68
68
|
transactions: `0x${string}`[] | import("../index.js").OpStackRpcTransaction[];
|
69
69
|
}>) => {
|
70
70
|
baseFeePerGas: bigint | null;
|
@@ -1046,7 +1046,7 @@ export declare const zora: {
|
|
1046
1046
|
};
|
1047
1047
|
readonly transactionReceipt: {
|
1048
1048
|
exclude: [] | undefined;
|
1049
|
-
format: (args: import("../index.js").Assign<import("../../
|
1049
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").OpStackRpcTransactionReceiptOverrides>) => {
|
1050
1050
|
blobGasPrice?: bigint | undefined;
|
1051
1051
|
blobGasUsed?: bigint | undefined;
|
1052
1052
|
blockHash: `0x${string}`;
|
@@ -64,7 +64,7 @@ export declare const zoraSepolia: {
|
|
64
64
|
formatters: {
|
65
65
|
readonly block: {
|
66
66
|
exclude: [] | undefined;
|
67
|
-
format: (args: import("../index.js").Assign<import("../../
|
67
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").OpStackRpcBlockOverrides & {
|
68
68
|
transactions: `0x${string}`[] | import("../index.js").OpStackRpcTransaction[];
|
69
69
|
}>) => {
|
70
70
|
baseFeePerGas: bigint | null;
|
@@ -1046,7 +1046,7 @@ export declare const zoraSepolia: {
|
|
1046
1046
|
};
|
1047
1047
|
readonly transactionReceipt: {
|
1048
1048
|
exclude: [] | undefined;
|
1049
|
-
format: (args: import("../index.js").Assign<import("../../
|
1049
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").OpStackRpcTransactionReceiptOverrides>) => {
|
1050
1050
|
blobGasPrice?: bigint | undefined;
|
1051
1051
|
blobGasUsed?: bigint | undefined;
|
1052
1052
|
blockHash: `0x${string}`;
|
@@ -54,7 +54,7 @@ export declare const zoraTestnet: {
|
|
54
54
|
formatters: {
|
55
55
|
readonly block: {
|
56
56
|
exclude: [] | undefined;
|
57
|
-
format: (args: import("../index.js").Assign<import("../../
|
57
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("../index.js").OpStackRpcBlockOverrides & {
|
58
58
|
transactions: `0x${string}`[] | import("../index.js").OpStackRpcTransaction[];
|
59
59
|
}>) => {
|
60
60
|
baseFeePerGas: bigint | null;
|
@@ -1036,7 +1036,7 @@ export declare const zoraTestnet: {
|
|
1036
1036
|
};
|
1037
1037
|
readonly transactionReceipt: {
|
1038
1038
|
exclude: [] | undefined;
|
1039
|
-
format: (args: import("../index.js").Assign<import("../../
|
1039
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("../index.js").OpStackRpcTransactionReceiptOverrides>) => {
|
1040
1040
|
blobGasPrice?: bigint | undefined;
|
1041
1041
|
blobGasUsed?: bigint | undefined;
|
1042
1042
|
blockHash: `0x${string}`;
|
@@ -22,7 +22,7 @@ export declare const chainConfig: {
|
|
22
22
|
readonly formatters: {
|
23
23
|
readonly block: {
|
24
24
|
exclude: [] | undefined;
|
25
|
-
format: (args: import("../index.js").Assign<import("../../
|
25
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcBlock>, import("./index.js").OpStackRpcBlockOverrides & {
|
26
26
|
transactions: `0x${string}`[] | import("./index.js").OpStackRpcTransaction[];
|
27
27
|
}>) => {
|
28
28
|
baseFeePerGas: bigint | null;
|
@@ -1004,7 +1004,7 @@ export declare const chainConfig: {
|
|
1004
1004
|
};
|
1005
1005
|
readonly transactionReceipt: {
|
1006
1006
|
exclude: [] | undefined;
|
1007
|
-
format: (args: import("../index.js").Assign<import("../../
|
1007
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../index.js").RpcTransactionReceipt>, import("./index.js").OpStackRpcTransactionReceiptOverrides>) => {
|
1008
1008
|
blobGasPrice?: bigint | undefined;
|
1009
1009
|
blobGasUsed?: bigint | undefined;
|
1010
1010
|
blockHash: `0x${string}`;
|
@@ -4,7 +4,7 @@ import type { OpStackRpcTransaction, OpStackRpcTransactionReceiptOverrides, OpSt
|
|
4
4
|
export declare const formatters: {
|
5
5
|
readonly block: {
|
6
6
|
exclude: [] | undefined;
|
7
|
-
format: (args: import("../index.js").Assign<import("../../
|
7
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../types/rpc.js").RpcBlock>, OpStackRpcBlockOverrides & {
|
8
8
|
transactions: Hash[] | OpStackRpcTransaction[];
|
9
9
|
}>) => {
|
10
10
|
baseFeePerGas: bigint | null;
|
@@ -986,7 +986,7 @@ export declare const formatters: {
|
|
986
986
|
};
|
987
987
|
readonly transactionReceipt: {
|
988
988
|
exclude: [] | undefined;
|
989
|
-
format: (args: import("../index.js").Assign<import("../../
|
989
|
+
format: (args: import("../index.js").Assign<import("../../index.js").ExactPartial<import("../../types/rpc.js").RpcTransactionReceipt>, OpStackRpcTransactionReceiptOverrides>) => {
|
990
990
|
blobGasPrice?: bigint | undefined;
|
991
991
|
blobGasUsed?: bigint | undefined;
|
992
992
|
blockHash: `0x${string}`;
|