viem 0.0.0-main.20231112T014621 → 0.0.0-main.20231112T061346
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/node.js +11 -11
- package/_cjs/errors/node.js.map +1 -1
- package/_cjs/errors/rpc.js +18 -18
- package/_cjs/errors/rpc.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/utils/formatters/transaction.js +5 -7
- package/_cjs/utils/formatters/transaction.js.map +1 -1
- package/_esm/errors/node.js +11 -22
- package/_esm/errors/node.js.map +1 -1
- package/_esm/errors/rpc.js +18 -36
- package/_esm/errors/rpc.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/utils/formatters/transaction.js +6 -8
- package/_esm/utils/formatters/transaction.js.map +1 -1
- package/_types/chains/celo/formatters.d.ts +23 -23
- package/_types/chains/definitions/base.d.ts +17 -17
- package/_types/chains/definitions/baseGoerli.d.ts +17 -17
- package/_types/chains/definitions/baseSepolia.d.ts +17 -17
- package/_types/chains/definitions/celo.d.ts +23 -23
- package/_types/chains/definitions/celoAlfajores.d.ts +23 -23
- package/_types/chains/definitions/celoCannoli.d.ts +23 -23
- package/_types/chains/definitions/optimism.d.ts +17 -17
- package/_types/chains/definitions/optimismGoerli.d.ts +17 -17
- package/_types/chains/definitions/optimismSepolia.d.ts +17 -17
- package/_types/chains/definitions/zkSync.d.ts +10 -10
- package/_types/chains/definitions/zkSyncTestnet.d.ts +10 -10
- package/_types/chains/definitions/zora.d.ts +17 -17
- package/_types/chains/definitions/zoraSepolia.d.ts +17 -17
- package/_types/chains/definitions/zoraTestnet.d.ts +17 -17
- package/_types/chains/optimism/formatters.d.ts +17 -17
- package/_types/chains/zksync/formatters.d.ts +10 -10
- package/_types/errors/version.d.ts +1 -1
- package/_types/types/rpc.d.ts +2 -2
- package/_types/types/rpc.d.ts.map +1 -1
- package/_types/types/transaction.d.ts +3 -6
- package/_types/types/transaction.d.ts.map +1 -1
- package/_types/types/utils.d.ts +8 -0
- package/_types/types/utils.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/_types/utils/formatters/transaction.d.ts.map +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +1 -1
- package/errors/version.ts +1 -1
- package/package.json +1 -1
- package/types/rpc.ts +15 -6
- package/types/transaction.ts +3 -6
- package/types/utils.ts +11 -0
- package/utils/formatters/transaction.ts +5 -8
@@ -64,45 +64,45 @@ export declare const zora: import("../../types/utils.js").Assign<{
|
|
64
64
|
};
|
65
65
|
readonly transaction: {
|
66
66
|
exclude: [] | undefined;
|
67
|
-
format: (args: (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
67
|
+
format: (args: (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
68
68
|
isSystemTx?: undefined;
|
69
69
|
mint?: undefined;
|
70
70
|
sourceHash?: undefined;
|
71
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
71
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
72
72
|
isSystemTx?: boolean | undefined;
|
73
73
|
mint?: `0x${string}` | undefined;
|
74
74
|
sourceHash: `0x${string}`;
|
75
75
|
type: "0x7e";
|
76
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
76
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
77
77
|
isSystemTx?: undefined;
|
78
78
|
mint?: undefined;
|
79
79
|
sourceHash?: undefined;
|
80
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
80
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
81
81
|
isSystemTx?: undefined;
|
82
82
|
mint?: undefined;
|
83
83
|
sourceHash?: undefined;
|
84
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
84
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
85
85
|
isSystemTx?: undefined;
|
86
86
|
mint?: undefined;
|
87
87
|
sourceHash?: undefined;
|
88
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
88
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
89
89
|
isSystemTx?: boolean | undefined;
|
90
90
|
mint?: `0x${string}` | undefined;
|
91
91
|
sourceHash: `0x${string}`;
|
92
92
|
type: "0x7e";
|
93
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
93
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
94
94
|
isSystemTx?: undefined;
|
95
95
|
mint?: undefined;
|
96
96
|
sourceHash?: undefined;
|
97
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
97
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
98
98
|
isSystemTx?: undefined;
|
99
99
|
mint?: undefined;
|
100
100
|
sourceHash?: undefined;
|
101
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
101
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
102
102
|
isSystemTx?: undefined;
|
103
103
|
mint?: undefined;
|
104
104
|
sourceHash?: undefined;
|
105
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
105
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
106
106
|
isSystemTx?: boolean | undefined;
|
107
107
|
mint?: `0x${string}` | undefined;
|
108
108
|
sourceHash: `0x${string}`;
|
@@ -152,7 +152,7 @@ export declare const zora: import("../../types/utils.js").Assign<{
|
|
152
152
|
maxPriorityFeePerGas: bigint;
|
153
153
|
accessList?: undefined;
|
154
154
|
chainId?: number | undefined;
|
155
|
-
yParity
|
155
|
+
yParity: number;
|
156
156
|
type: "deposit";
|
157
157
|
isSystemTx?: boolean | undefined;
|
158
158
|
mint?: bigint | undefined;
|
@@ -172,12 +172,12 @@ export declare const zora: import("../../types/utils.js").Assign<{
|
|
172
172
|
typeHex: `0x${string}` | null;
|
173
173
|
v: bigint;
|
174
174
|
value: bigint;
|
175
|
+
yParity: number;
|
175
176
|
gasPrice: bigint;
|
176
177
|
maxFeePerGas?: undefined;
|
177
178
|
maxPriorityFeePerGas?: undefined;
|
178
179
|
accessList: import("../../index.js").AccessList;
|
179
180
|
chainId: number;
|
180
|
-
yParity?: number | undefined;
|
181
181
|
type: "eip2930";
|
182
182
|
isSystemTx?: undefined;
|
183
183
|
mint?: undefined;
|
@@ -197,12 +197,12 @@ export declare const zora: import("../../types/utils.js").Assign<{
|
|
197
197
|
typeHex: `0x${string}` | null;
|
198
198
|
v: bigint;
|
199
199
|
value: bigint;
|
200
|
+
yParity: number;
|
200
201
|
gasPrice: undefined;
|
201
202
|
maxFeePerGas: bigint;
|
202
203
|
maxPriorityFeePerGas: bigint;
|
203
204
|
accessList: import("../../index.js").AccessList;
|
204
205
|
chainId: number;
|
205
|
-
yParity?: number | undefined;
|
206
206
|
type: "eip1559";
|
207
207
|
isSystemTx?: undefined;
|
208
208
|
mint?: undefined;
|
@@ -222,12 +222,12 @@ export declare const zora: import("../../types/utils.js").Assign<{
|
|
222
222
|
typeHex: `0x${string}` | null;
|
223
223
|
v: bigint;
|
224
224
|
value: bigint;
|
225
|
+
yParity: number;
|
225
226
|
gasPrice: undefined;
|
226
227
|
maxFeePerGas: bigint;
|
227
228
|
maxPriorityFeePerGas: bigint;
|
228
229
|
accessList: import("../../index.js").AccessList;
|
229
230
|
chainId: number;
|
230
|
-
yParity?: number | undefined;
|
231
231
|
type: "deposit";
|
232
232
|
isSystemTx?: boolean | undefined;
|
233
233
|
mint?: bigint | undefined;
|
@@ -247,12 +247,12 @@ export declare const zora: import("../../types/utils.js").Assign<{
|
|
247
247
|
typeHex: `0x${string}` | null;
|
248
248
|
v: bigint;
|
249
249
|
value: bigint;
|
250
|
+
yParity: number;
|
250
251
|
gasPrice: bigint;
|
251
252
|
maxFeePerGas: undefined;
|
252
253
|
maxPriorityFeePerGas: undefined;
|
253
254
|
accessList: import("../../index.js").AccessList;
|
254
255
|
chainId: number;
|
255
|
-
yParity?: number | undefined;
|
256
256
|
type: "eip2930";
|
257
257
|
isSystemTx?: undefined;
|
258
258
|
mint?: undefined;
|
@@ -272,12 +272,12 @@ export declare const zora: import("../../types/utils.js").Assign<{
|
|
272
272
|
typeHex: `0x${string}` | null;
|
273
273
|
v: bigint;
|
274
274
|
value: bigint;
|
275
|
+
yParity: number;
|
275
276
|
gasPrice?: undefined;
|
276
277
|
maxFeePerGas: bigint;
|
277
278
|
maxPriorityFeePerGas: bigint;
|
278
279
|
accessList: import("../../index.js").AccessList;
|
279
280
|
chainId: number;
|
280
|
-
yParity?: number | undefined;
|
281
281
|
type: "eip1559";
|
282
282
|
isSystemTx?: undefined;
|
283
283
|
mint?: undefined;
|
@@ -297,12 +297,12 @@ export declare const zora: import("../../types/utils.js").Assign<{
|
|
297
297
|
typeHex: `0x${string}` | null;
|
298
298
|
v: bigint;
|
299
299
|
value: bigint;
|
300
|
+
yParity: number;
|
300
301
|
gasPrice?: undefined;
|
301
302
|
maxFeePerGas: bigint;
|
302
303
|
maxPriorityFeePerGas: bigint;
|
303
304
|
accessList: import("../../index.js").AccessList;
|
304
305
|
chainId: number;
|
305
|
-
yParity?: number | undefined;
|
306
306
|
type: "deposit";
|
307
307
|
isSystemTx?: boolean | undefined;
|
308
308
|
mint?: bigint | undefined;
|
@@ -65,45 +65,45 @@ export declare const zoraSepolia: import("../../types/utils.js").Assign<{
|
|
65
65
|
};
|
66
66
|
readonly transaction: {
|
67
67
|
exclude: [] | undefined;
|
68
|
-
format: (args: (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
68
|
+
format: (args: (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
69
69
|
isSystemTx?: undefined;
|
70
70
|
mint?: undefined;
|
71
71
|
sourceHash?: undefined;
|
72
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
72
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
73
73
|
isSystemTx?: boolean | undefined;
|
74
74
|
mint?: `0x${string}` | undefined;
|
75
75
|
sourceHash: `0x${string}`;
|
76
76
|
type: "0x7e";
|
77
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
77
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
78
78
|
isSystemTx?: undefined;
|
79
79
|
mint?: undefined;
|
80
80
|
sourceHash?: undefined;
|
81
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
81
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
82
82
|
isSystemTx?: undefined;
|
83
83
|
mint?: undefined;
|
84
84
|
sourceHash?: undefined;
|
85
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
85
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
86
86
|
isSystemTx?: undefined;
|
87
87
|
mint?: undefined;
|
88
88
|
sourceHash?: undefined;
|
89
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
89
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
90
90
|
isSystemTx?: boolean | undefined;
|
91
91
|
mint?: `0x${string}` | undefined;
|
92
92
|
sourceHash: `0x${string}`;
|
93
93
|
type: "0x7e";
|
94
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
94
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
95
95
|
isSystemTx?: undefined;
|
96
96
|
mint?: undefined;
|
97
97
|
sourceHash?: undefined;
|
98
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
98
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
99
99
|
isSystemTx?: undefined;
|
100
100
|
mint?: undefined;
|
101
101
|
sourceHash?: undefined;
|
102
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
102
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
103
103
|
isSystemTx?: undefined;
|
104
104
|
mint?: undefined;
|
105
105
|
sourceHash?: undefined;
|
106
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
106
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
107
107
|
isSystemTx?: boolean | undefined;
|
108
108
|
mint?: `0x${string}` | undefined;
|
109
109
|
sourceHash: `0x${string}`;
|
@@ -153,7 +153,7 @@ export declare const zoraSepolia: import("../../types/utils.js").Assign<{
|
|
153
153
|
maxPriorityFeePerGas: bigint;
|
154
154
|
accessList?: undefined;
|
155
155
|
chainId?: number | undefined;
|
156
|
-
yParity
|
156
|
+
yParity: number;
|
157
157
|
type: "deposit";
|
158
158
|
isSystemTx?: boolean | undefined;
|
159
159
|
mint?: bigint | undefined;
|
@@ -173,12 +173,12 @@ export declare const zoraSepolia: import("../../types/utils.js").Assign<{
|
|
173
173
|
typeHex: `0x${string}` | null;
|
174
174
|
v: bigint;
|
175
175
|
value: bigint;
|
176
|
+
yParity: number;
|
176
177
|
gasPrice: bigint;
|
177
178
|
maxFeePerGas?: undefined;
|
178
179
|
maxPriorityFeePerGas?: undefined;
|
179
180
|
accessList: import("../../index.js").AccessList;
|
180
181
|
chainId: number;
|
181
|
-
yParity?: number | undefined;
|
182
182
|
type: "eip2930";
|
183
183
|
isSystemTx?: undefined;
|
184
184
|
mint?: undefined;
|
@@ -198,12 +198,12 @@ export declare const zoraSepolia: import("../../types/utils.js").Assign<{
|
|
198
198
|
typeHex: `0x${string}` | null;
|
199
199
|
v: bigint;
|
200
200
|
value: bigint;
|
201
|
+
yParity: number;
|
201
202
|
gasPrice: undefined;
|
202
203
|
maxFeePerGas: bigint;
|
203
204
|
maxPriorityFeePerGas: bigint;
|
204
205
|
accessList: import("../../index.js").AccessList;
|
205
206
|
chainId: number;
|
206
|
-
yParity?: number | undefined;
|
207
207
|
type: "eip1559";
|
208
208
|
isSystemTx?: undefined;
|
209
209
|
mint?: undefined;
|
@@ -223,12 +223,12 @@ export declare const zoraSepolia: import("../../types/utils.js").Assign<{
|
|
223
223
|
typeHex: `0x${string}` | null;
|
224
224
|
v: bigint;
|
225
225
|
value: bigint;
|
226
|
+
yParity: number;
|
226
227
|
gasPrice: undefined;
|
227
228
|
maxFeePerGas: bigint;
|
228
229
|
maxPriorityFeePerGas: bigint;
|
229
230
|
accessList: import("../../index.js").AccessList;
|
230
231
|
chainId: number;
|
231
|
-
yParity?: number | undefined;
|
232
232
|
type: "deposit";
|
233
233
|
isSystemTx?: boolean | undefined;
|
234
234
|
mint?: bigint | undefined;
|
@@ -248,12 +248,12 @@ export declare const zoraSepolia: import("../../types/utils.js").Assign<{
|
|
248
248
|
typeHex: `0x${string}` | null;
|
249
249
|
v: bigint;
|
250
250
|
value: bigint;
|
251
|
+
yParity: number;
|
251
252
|
gasPrice: bigint;
|
252
253
|
maxFeePerGas: undefined;
|
253
254
|
maxPriorityFeePerGas: undefined;
|
254
255
|
accessList: import("../../index.js").AccessList;
|
255
256
|
chainId: number;
|
256
|
-
yParity?: number | undefined;
|
257
257
|
type: "eip2930";
|
258
258
|
isSystemTx?: undefined;
|
259
259
|
mint?: undefined;
|
@@ -273,12 +273,12 @@ export declare const zoraSepolia: import("../../types/utils.js").Assign<{
|
|
273
273
|
typeHex: `0x${string}` | null;
|
274
274
|
v: bigint;
|
275
275
|
value: bigint;
|
276
|
+
yParity: number;
|
276
277
|
gasPrice?: undefined;
|
277
278
|
maxFeePerGas: bigint;
|
278
279
|
maxPriorityFeePerGas: bigint;
|
279
280
|
accessList: import("../../index.js").AccessList;
|
280
281
|
chainId: number;
|
281
|
-
yParity?: number | undefined;
|
282
282
|
type: "eip1559";
|
283
283
|
isSystemTx?: undefined;
|
284
284
|
mint?: undefined;
|
@@ -298,12 +298,12 @@ export declare const zoraSepolia: import("../../types/utils.js").Assign<{
|
|
298
298
|
typeHex: `0x${string}` | null;
|
299
299
|
v: bigint;
|
300
300
|
value: bigint;
|
301
|
+
yParity: number;
|
301
302
|
gasPrice?: undefined;
|
302
303
|
maxFeePerGas: bigint;
|
303
304
|
maxPriorityFeePerGas: bigint;
|
304
305
|
accessList: import("../../index.js").AccessList;
|
305
306
|
chainId: number;
|
306
|
-
yParity?: number | undefined;
|
307
307
|
type: "deposit";
|
308
308
|
isSystemTx?: boolean | undefined;
|
309
309
|
mint?: bigint | undefined;
|
@@ -65,45 +65,45 @@ export declare const zoraTestnet: import("../../types/utils.js").Assign<{
|
|
65
65
|
};
|
66
66
|
readonly transaction: {
|
67
67
|
exclude: [] | undefined;
|
68
|
-
format: (args: (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
68
|
+
format: (args: (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
69
69
|
isSystemTx?: undefined;
|
70
70
|
mint?: undefined;
|
71
71
|
sourceHash?: undefined;
|
72
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
72
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
73
73
|
isSystemTx?: boolean | undefined;
|
74
74
|
mint?: `0x${string}` | undefined;
|
75
75
|
sourceHash: `0x${string}`;
|
76
76
|
type: "0x7e";
|
77
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
77
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
78
78
|
isSystemTx?: undefined;
|
79
79
|
mint?: undefined;
|
80
80
|
sourceHash?: undefined;
|
81
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
81
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
82
82
|
isSystemTx?: undefined;
|
83
83
|
mint?: undefined;
|
84
84
|
sourceHash?: undefined;
|
85
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
85
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
86
86
|
isSystemTx?: undefined;
|
87
87
|
mint?: undefined;
|
88
88
|
sourceHash?: undefined;
|
89
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
89
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
90
90
|
isSystemTx?: boolean | undefined;
|
91
91
|
mint?: `0x${string}` | undefined;
|
92
92
|
sourceHash: `0x${string}`;
|
93
93
|
type: "0x7e";
|
94
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "typeHex"> & {
|
94
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
95
95
|
isSystemTx?: undefined;
|
96
96
|
mint?: undefined;
|
97
97
|
sourceHash?: undefined;
|
98
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "typeHex"> & {
|
98
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
99
99
|
isSystemTx?: undefined;
|
100
100
|
mint?: undefined;
|
101
101
|
sourceHash?: undefined;
|
102
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex"> & {
|
102
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
103
103
|
isSystemTx?: undefined;
|
104
104
|
mint?: undefined;
|
105
105
|
sourceHash?: undefined;
|
106
|
-
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
106
|
+
}) | (import("../../types/utils.js").Assign_<Partial<Omit<import("../../types/utils.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex">>, import("../optimism/types.js").OptimismRpcTransaction> & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
107
107
|
isSystemTx?: boolean | undefined;
|
108
108
|
mint?: `0x${string}` | undefined;
|
109
109
|
sourceHash: `0x${string}`;
|
@@ -153,7 +153,7 @@ export declare const zoraTestnet: import("../../types/utils.js").Assign<{
|
|
153
153
|
maxPriorityFeePerGas: bigint;
|
154
154
|
accessList?: undefined;
|
155
155
|
chainId?: number | undefined;
|
156
|
-
yParity
|
156
|
+
yParity: number;
|
157
157
|
type: "deposit";
|
158
158
|
isSystemTx?: boolean | undefined;
|
159
159
|
mint?: bigint | undefined;
|
@@ -173,12 +173,12 @@ export declare const zoraTestnet: import("../../types/utils.js").Assign<{
|
|
173
173
|
typeHex: `0x${string}` | null;
|
174
174
|
v: bigint;
|
175
175
|
value: bigint;
|
176
|
+
yParity: number;
|
176
177
|
gasPrice: bigint;
|
177
178
|
maxFeePerGas?: undefined;
|
178
179
|
maxPriorityFeePerGas?: undefined;
|
179
180
|
accessList: import("../../index.js").AccessList;
|
180
181
|
chainId: number;
|
181
|
-
yParity?: number | undefined;
|
182
182
|
type: "eip2930";
|
183
183
|
isSystemTx?: undefined;
|
184
184
|
mint?: undefined;
|
@@ -198,12 +198,12 @@ export declare const zoraTestnet: import("../../types/utils.js").Assign<{
|
|
198
198
|
typeHex: `0x${string}` | null;
|
199
199
|
v: bigint;
|
200
200
|
value: bigint;
|
201
|
+
yParity: number;
|
201
202
|
gasPrice: undefined;
|
202
203
|
maxFeePerGas: bigint;
|
203
204
|
maxPriorityFeePerGas: bigint;
|
204
205
|
accessList: import("../../index.js").AccessList;
|
205
206
|
chainId: number;
|
206
|
-
yParity?: number | undefined;
|
207
207
|
type: "eip1559";
|
208
208
|
isSystemTx?: undefined;
|
209
209
|
mint?: undefined;
|
@@ -223,12 +223,12 @@ export declare const zoraTestnet: import("../../types/utils.js").Assign<{
|
|
223
223
|
typeHex: `0x${string}` | null;
|
224
224
|
v: bigint;
|
225
225
|
value: bigint;
|
226
|
+
yParity: number;
|
226
227
|
gasPrice: undefined;
|
227
228
|
maxFeePerGas: bigint;
|
228
229
|
maxPriorityFeePerGas: bigint;
|
229
230
|
accessList: import("../../index.js").AccessList;
|
230
231
|
chainId: number;
|
231
|
-
yParity?: number | undefined;
|
232
232
|
type: "deposit";
|
233
233
|
isSystemTx?: boolean | undefined;
|
234
234
|
mint?: bigint | undefined;
|
@@ -248,12 +248,12 @@ export declare const zoraTestnet: import("../../types/utils.js").Assign<{
|
|
248
248
|
typeHex: `0x${string}` | null;
|
249
249
|
v: bigint;
|
250
250
|
value: bigint;
|
251
|
+
yParity: number;
|
251
252
|
gasPrice: bigint;
|
252
253
|
maxFeePerGas: undefined;
|
253
254
|
maxPriorityFeePerGas: undefined;
|
254
255
|
accessList: import("../../index.js").AccessList;
|
255
256
|
chainId: number;
|
256
|
-
yParity?: number | undefined;
|
257
257
|
type: "eip2930";
|
258
258
|
isSystemTx?: undefined;
|
259
259
|
mint?: undefined;
|
@@ -273,12 +273,12 @@ export declare const zoraTestnet: import("../../types/utils.js").Assign<{
|
|
273
273
|
typeHex: `0x${string}` | null;
|
274
274
|
v: bigint;
|
275
275
|
value: bigint;
|
276
|
+
yParity: number;
|
276
277
|
gasPrice?: undefined;
|
277
278
|
maxFeePerGas: bigint;
|
278
279
|
maxPriorityFeePerGas: bigint;
|
279
280
|
accessList: import("../../index.js").AccessList;
|
280
281
|
chainId: number;
|
281
|
-
yParity?: number | undefined;
|
282
282
|
type: "eip1559";
|
283
283
|
isSystemTx?: undefined;
|
284
284
|
mint?: undefined;
|
@@ -298,12 +298,12 @@ export declare const zoraTestnet: import("../../types/utils.js").Assign<{
|
|
298
298
|
typeHex: `0x${string}` | null;
|
299
299
|
v: bigint;
|
300
300
|
value: bigint;
|
301
|
+
yParity: number;
|
301
302
|
gasPrice?: undefined;
|
302
303
|
maxFeePerGas: bigint;
|
303
304
|
maxPriorityFeePerGas: bigint;
|
304
305
|
accessList: import("../../index.js").AccessList;
|
305
306
|
chainId: number;
|
306
|
-
yParity?: number | undefined;
|
307
307
|
type: "deposit";
|
308
308
|
isSystemTx?: boolean | undefined;
|
309
309
|
mint?: bigint | undefined;
|