viem 2.0.0-rc.1 → 2.0.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_cjs/errors/version.js +1 -1
- package/_esm/errors/version.js +1 -1
- package/_types/chains/celo/chainConfig.d.ts +65 -65
- package/_types/chains/celo/formatters.d.ts +65 -65
- package/_types/chains/definitions/base.d.ts +50 -50
- package/_types/chains/definitions/baseGoerli.d.ts +50 -50
- package/_types/chains/definitions/baseSepolia.d.ts +50 -50
- package/_types/chains/definitions/celo.d.ts +65 -65
- package/_types/chains/definitions/celoAlfajores.d.ts +65 -65
- package/_types/chains/definitions/celoCannoli.d.ts +65 -65
- package/_types/chains/definitions/optimism.d.ts +50 -50
- package/_types/chains/definitions/optimismGoerli.d.ts +50 -50
- package/_types/chains/definitions/optimismSepolia.d.ts +50 -50
- package/_types/chains/definitions/pgn.d.ts +50 -50
- package/_types/chains/definitions/pgnTestnet.d.ts +50 -50
- package/_types/chains/definitions/zkSync.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 +50 -50
- package/_types/chains/definitions/zoraSepolia.d.ts +50 -50
- package/_types/chains/definitions/zoraTestnet.d.ts +50 -50
- package/_types/chains/index.d.ts +1 -1
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/chains/opStack/chainConfig.d.ts +50 -50
- package/_types/chains/opStack/formatters.d.ts +50 -50
- package/_types/chains/zksync/chainConfig.d.ts +3 -3
- package/_types/chains/zksync/formatters.d.ts +3 -3
- package/_types/errors/version.d.ts +1 -1
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +1 -1
- package/chains/index.ts +8 -1
- package/errors/version.ts +1 -1
- package/package.json +34 -12
@@ -70,12 +70,8 @@ export declare const pgnTestnet: {
|
|
70
70
|
readonly transaction: {
|
71
71
|
exclude: [] | undefined;
|
72
72
|
format: (args: ({
|
73
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
74
|
-
blockHash?: `0x${string}` | null | undefined;
|
75
|
-
gasPrice?: `0x${string}` | undefined;
|
76
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
77
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
78
73
|
yParity?: `0x${string}` | undefined;
|
74
|
+
blockHash?: `0x${string}` | null | undefined;
|
79
75
|
blockNumber?: `0x${string}` | null | undefined;
|
80
76
|
from?: `0x${string}` | undefined;
|
81
77
|
gas?: `0x${string}` | undefined;
|
@@ -88,6 +84,10 @@ export declare const pgnTestnet: {
|
|
88
84
|
transactionIndex?: `0x${string}` | null | undefined;
|
89
85
|
v?: `0x${string}` | undefined;
|
90
86
|
value?: `0x${string}` | undefined;
|
87
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
88
|
+
gasPrice?: `0x${string}` | undefined;
|
89
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
90
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
91
91
|
accessList?: undefined;
|
92
92
|
chainId?: `0x${string}` | undefined;
|
93
93
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
@@ -95,12 +95,8 @@ export declare const pgnTestnet: {
|
|
95
95
|
mint?: undefined;
|
96
96
|
sourceHash?: undefined;
|
97
97
|
}) | ({
|
98
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
99
|
-
blockHash?: `0x${string}` | null | undefined;
|
100
|
-
gasPrice?: `0x${string}` | undefined;
|
101
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
102
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
103
98
|
yParity?: `0x${string}` | undefined;
|
99
|
+
blockHash?: `0x${string}` | null | undefined;
|
104
100
|
blockNumber?: `0x${string}` | null | undefined;
|
105
101
|
from?: `0x${string}` | undefined;
|
106
102
|
gas?: `0x${string}` | undefined;
|
@@ -113,6 +109,10 @@ export declare const pgnTestnet: {
|
|
113
109
|
transactionIndex?: `0x${string}` | null | undefined;
|
114
110
|
v?: `0x${string}` | undefined;
|
115
111
|
value?: `0x${string}` | undefined;
|
112
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
113
|
+
gasPrice?: `0x${string}` | undefined;
|
114
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
115
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
116
116
|
accessList?: undefined;
|
117
117
|
chainId?: `0x${string}` | undefined;
|
118
118
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -121,12 +121,8 @@ export declare const pgnTestnet: {
|
|
121
121
|
sourceHash: `0x${string}`;
|
122
122
|
type: "0x7e";
|
123
123
|
}) | ({
|
124
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
125
|
-
blockHash?: `0x${string}` | null | undefined;
|
126
|
-
gasPrice?: `0x${string}` | undefined;
|
127
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
128
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
129
124
|
yParity?: `0x${string}` | undefined;
|
125
|
+
blockHash?: `0x${string}` | null | undefined;
|
130
126
|
blockNumber?: `0x${string}` | null | undefined;
|
131
127
|
from?: `0x${string}` | undefined;
|
132
128
|
gas?: `0x${string}` | undefined;
|
@@ -139,6 +135,10 @@ export declare const pgnTestnet: {
|
|
139
135
|
transactionIndex?: `0x${string}` | null | undefined;
|
140
136
|
v?: `0x${string}` | undefined;
|
141
137
|
value?: `0x${string}` | undefined;
|
138
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
139
|
+
gasPrice?: `0x${string}` | undefined;
|
140
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
141
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
142
142
|
accessList?: import("../../index.js").AccessList | undefined;
|
143
143
|
chainId?: `0x${string}` | undefined;
|
144
144
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
@@ -146,12 +146,8 @@ export declare const pgnTestnet: {
|
|
146
146
|
mint?: undefined;
|
147
147
|
sourceHash?: undefined;
|
148
148
|
}) | ({
|
149
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
150
|
-
blockHash?: `0x${string}` | null | undefined;
|
151
|
-
gasPrice?: `0x${string}` | undefined;
|
152
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
153
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
154
149
|
yParity?: `0x${string}` | undefined;
|
150
|
+
blockHash?: `0x${string}` | null | undefined;
|
155
151
|
blockNumber?: `0x${string}` | null | undefined;
|
156
152
|
from?: `0x${string}` | undefined;
|
157
153
|
gas?: `0x${string}` | undefined;
|
@@ -164,6 +160,10 @@ export declare const pgnTestnet: {
|
|
164
160
|
transactionIndex?: `0x${string}` | null | undefined;
|
165
161
|
v?: `0x${string}` | undefined;
|
166
162
|
value?: `0x${string}` | undefined;
|
163
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
164
|
+
gasPrice?: `0x${string}` | undefined;
|
165
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
166
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
167
167
|
accessList?: import("../../index.js").AccessList | undefined;
|
168
168
|
chainId?: `0x${string}` | undefined;
|
169
169
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
@@ -171,12 +171,8 @@ export declare const pgnTestnet: {
|
|
171
171
|
mint?: undefined;
|
172
172
|
sourceHash?: undefined;
|
173
173
|
}) | ({
|
174
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
175
|
-
blockHash?: `0x${string}` | null | undefined;
|
176
|
-
gasPrice?: `0x${string}` | undefined;
|
177
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
178
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
179
174
|
yParity?: `0x${string}` | undefined;
|
175
|
+
blockHash?: `0x${string}` | null | undefined;
|
180
176
|
blockNumber?: `0x${string}` | null | undefined;
|
181
177
|
from?: `0x${string}` | undefined;
|
182
178
|
gas?: `0x${string}` | undefined;
|
@@ -189,6 +185,10 @@ export declare const pgnTestnet: {
|
|
189
185
|
transactionIndex?: `0x${string}` | null | undefined;
|
190
186
|
v?: `0x${string}` | undefined;
|
191
187
|
value?: `0x${string}` | undefined;
|
188
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
189
|
+
gasPrice?: `0x${string}` | undefined;
|
190
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
191
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
192
192
|
accessList?: import("../../index.js").AccessList | undefined;
|
193
193
|
chainId?: `0x${string}` | undefined;
|
194
194
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
@@ -196,12 +196,8 @@ export declare const pgnTestnet: {
|
|
196
196
|
mint?: undefined;
|
197
197
|
sourceHash?: undefined;
|
198
198
|
}) | ({
|
199
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
200
|
-
blockHash?: `0x${string}` | null | undefined;
|
201
|
-
gasPrice?: `0x${string}` | undefined;
|
202
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
203
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
204
199
|
yParity?: `0x${string}` | undefined;
|
200
|
+
blockHash?: `0x${string}` | null | undefined;
|
205
201
|
blockNumber?: `0x${string}` | null | undefined;
|
206
202
|
from?: `0x${string}` | undefined;
|
207
203
|
gas?: `0x${string}` | undefined;
|
@@ -214,6 +210,10 @@ export declare const pgnTestnet: {
|
|
214
210
|
transactionIndex?: `0x${string}` | null | undefined;
|
215
211
|
v?: `0x${string}` | undefined;
|
216
212
|
value?: `0x${string}` | undefined;
|
213
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
214
|
+
gasPrice?: `0x${string}` | undefined;
|
215
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
216
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
217
217
|
accessList?: import("../../index.js").AccessList | undefined;
|
218
218
|
chainId?: `0x${string}` | undefined;
|
219
219
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -222,12 +222,8 @@ export declare const pgnTestnet: {
|
|
222
222
|
sourceHash: `0x${string}`;
|
223
223
|
type: "0x7e";
|
224
224
|
}) | ({
|
225
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
226
|
-
blockHash?: `0x${string}` | null | undefined;
|
227
|
-
gasPrice?: `0x${string}` | undefined;
|
228
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
229
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
230
225
|
yParity?: `0x${string}` | undefined;
|
226
|
+
blockHash?: `0x${string}` | null | undefined;
|
231
227
|
blockNumber?: `0x${string}` | null | undefined;
|
232
228
|
from?: `0x${string}` | undefined;
|
233
229
|
gas?: `0x${string}` | undefined;
|
@@ -240,6 +236,10 @@ export declare const pgnTestnet: {
|
|
240
236
|
transactionIndex?: `0x${string}` | null | undefined;
|
241
237
|
v?: `0x${string}` | undefined;
|
242
238
|
value?: `0x${string}` | undefined;
|
239
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
240
|
+
gasPrice?: `0x${string}` | undefined;
|
241
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
242
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
243
243
|
accessList?: import("../../index.js").AccessList | undefined;
|
244
244
|
chainId?: `0x${string}` | undefined;
|
245
245
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
@@ -247,12 +247,8 @@ export declare const pgnTestnet: {
|
|
247
247
|
mint?: undefined;
|
248
248
|
sourceHash?: undefined;
|
249
249
|
}) | ({
|
250
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
251
|
-
blockHash?: `0x${string}` | null | undefined;
|
252
|
-
gasPrice?: `0x${string}` | undefined;
|
253
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
254
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
255
250
|
yParity?: `0x${string}` | undefined;
|
251
|
+
blockHash?: `0x${string}` | null | undefined;
|
256
252
|
blockNumber?: `0x${string}` | null | undefined;
|
257
253
|
from?: `0x${string}` | undefined;
|
258
254
|
gas?: `0x${string}` | undefined;
|
@@ -265,6 +261,10 @@ export declare const pgnTestnet: {
|
|
265
261
|
transactionIndex?: `0x${string}` | null | undefined;
|
266
262
|
v?: `0x${string}` | undefined;
|
267
263
|
value?: `0x${string}` | undefined;
|
264
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
265
|
+
gasPrice?: `0x${string}` | undefined;
|
266
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
267
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
268
268
|
accessList?: import("../../index.js").AccessList | undefined;
|
269
269
|
chainId?: `0x${string}` | undefined;
|
270
270
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
@@ -272,12 +272,8 @@ export declare const pgnTestnet: {
|
|
272
272
|
mint?: undefined;
|
273
273
|
sourceHash?: undefined;
|
274
274
|
}) | ({
|
275
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
276
|
-
blockHash?: `0x${string}` | null | undefined;
|
277
|
-
gasPrice?: `0x${string}` | undefined;
|
278
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
279
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
280
275
|
yParity?: `0x${string}` | undefined;
|
276
|
+
blockHash?: `0x${string}` | null | undefined;
|
281
277
|
blockNumber?: `0x${string}` | null | undefined;
|
282
278
|
from?: `0x${string}` | undefined;
|
283
279
|
gas?: `0x${string}` | undefined;
|
@@ -290,6 +286,10 @@ export declare const pgnTestnet: {
|
|
290
286
|
transactionIndex?: `0x${string}` | null | undefined;
|
291
287
|
v?: `0x${string}` | undefined;
|
292
288
|
value?: `0x${string}` | undefined;
|
289
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
290
|
+
gasPrice?: `0x${string}` | undefined;
|
291
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
292
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
293
293
|
accessList?: import("../../index.js").AccessList | undefined;
|
294
294
|
chainId?: `0x${string}` | undefined;
|
295
295
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
@@ -297,12 +297,8 @@ export declare const pgnTestnet: {
|
|
297
297
|
mint?: undefined;
|
298
298
|
sourceHash?: undefined;
|
299
299
|
}) | ({
|
300
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
301
|
-
blockHash?: `0x${string}` | null | undefined;
|
302
|
-
gasPrice?: `0x${string}` | undefined;
|
303
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
304
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
305
300
|
yParity?: `0x${string}` | undefined;
|
301
|
+
blockHash?: `0x${string}` | null | undefined;
|
306
302
|
blockNumber?: `0x${string}` | null | undefined;
|
307
303
|
from?: `0x${string}` | undefined;
|
308
304
|
gas?: `0x${string}` | undefined;
|
@@ -315,6 +311,10 @@ export declare const pgnTestnet: {
|
|
315
311
|
transactionIndex?: `0x${string}` | null | undefined;
|
316
312
|
v?: `0x${string}` | undefined;
|
317
313
|
value?: `0x${string}` | undefined;
|
314
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
315
|
+
gasPrice?: `0x${string}` | undefined;
|
316
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
317
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
318
318
|
accessList?: import("../../index.js").AccessList | undefined;
|
319
319
|
chainId?: `0x${string}` | undefined;
|
320
320
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -131,7 +131,7 @@ export declare const zkSync: {
|
|
131
131
|
accessList?: undefined;
|
132
132
|
chainId?: number | undefined;
|
133
133
|
yParity: number;
|
134
|
-
type: "
|
134
|
+
type: "priority" | "eip712";
|
135
135
|
l1BatchNumber: bigint | null;
|
136
136
|
l1BatchTxIndex: bigint | null;
|
137
137
|
} | {
|
@@ -227,7 +227,7 @@ export declare const zkSync: {
|
|
227
227
|
maxPriorityFeePerGas: bigint;
|
228
228
|
accessList: import("../../index.js").AccessList;
|
229
229
|
chainId: number;
|
230
|
-
type: "
|
230
|
+
type: "priority" | "eip712";
|
231
231
|
l1BatchNumber: bigint | null;
|
232
232
|
l1BatchTxIndex: bigint | null;
|
233
233
|
} | {
|
@@ -323,7 +323,7 @@ export declare const zkSync: {
|
|
323
323
|
maxPriorityFeePerGas: bigint;
|
324
324
|
accessList: import("../../index.js").AccessList;
|
325
325
|
chainId: number;
|
326
|
-
type: "
|
326
|
+
type: "priority" | "eip712";
|
327
327
|
l1BatchNumber: bigint | null;
|
328
328
|
l1BatchTxIndex: bigint | null;
|
329
329
|
}) & {};
|
@@ -131,7 +131,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
131
131
|
accessList?: undefined;
|
132
132
|
chainId?: number | undefined;
|
133
133
|
yParity: number;
|
134
|
-
type: "
|
134
|
+
type: "priority" | "eip712";
|
135
135
|
l1BatchNumber: bigint | null;
|
136
136
|
l1BatchTxIndex: bigint | null;
|
137
137
|
} | {
|
@@ -227,7 +227,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
227
227
|
maxPriorityFeePerGas: bigint;
|
228
228
|
accessList: import("../../index.js").AccessList;
|
229
229
|
chainId: number;
|
230
|
-
type: "
|
230
|
+
type: "priority" | "eip712";
|
231
231
|
l1BatchNumber: bigint | null;
|
232
232
|
l1BatchTxIndex: bigint | null;
|
233
233
|
} | {
|
@@ -323,7 +323,7 @@ export declare const zkSyncSepoliaTestnet: {
|
|
323
323
|
maxPriorityFeePerGas: bigint;
|
324
324
|
accessList: import("../../index.js").AccessList;
|
325
325
|
chainId: number;
|
326
|
-
type: "
|
326
|
+
type: "priority" | "eip712";
|
327
327
|
l1BatchNumber: bigint | null;
|
328
328
|
l1BatchTxIndex: bigint | null;
|
329
329
|
}) & {};
|
@@ -132,7 +132,7 @@ export declare const zkSyncTestnet: {
|
|
132
132
|
accessList?: undefined;
|
133
133
|
chainId?: number | undefined;
|
134
134
|
yParity: number;
|
135
|
-
type: "
|
135
|
+
type: "priority" | "eip712";
|
136
136
|
l1BatchNumber: bigint | null;
|
137
137
|
l1BatchTxIndex: bigint | null;
|
138
138
|
} | {
|
@@ -228,7 +228,7 @@ export declare const zkSyncTestnet: {
|
|
228
228
|
maxPriorityFeePerGas: bigint;
|
229
229
|
accessList: import("../../index.js").AccessList;
|
230
230
|
chainId: number;
|
231
|
-
type: "
|
231
|
+
type: "priority" | "eip712";
|
232
232
|
l1BatchNumber: bigint | null;
|
233
233
|
l1BatchTxIndex: bigint | null;
|
234
234
|
} | {
|
@@ -324,7 +324,7 @@ export declare const zkSyncTestnet: {
|
|
324
324
|
maxPriorityFeePerGas: bigint;
|
325
325
|
accessList: import("../../index.js").AccessList;
|
326
326
|
chainId: number;
|
327
|
-
type: "
|
327
|
+
type: "priority" | "eip712";
|
328
328
|
l1BatchNumber: bigint | null;
|
329
329
|
l1BatchTxIndex: bigint | null;
|
330
330
|
}) & {};
|
@@ -90,12 +90,8 @@ export declare const zora: {
|
|
90
90
|
readonly transaction: {
|
91
91
|
exclude: [] | undefined;
|
92
92
|
format: (args: ({
|
93
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
94
|
-
blockHash?: `0x${string}` | null | undefined;
|
95
|
-
gasPrice?: `0x${string}` | undefined;
|
96
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
97
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
98
93
|
yParity?: `0x${string}` | undefined;
|
94
|
+
blockHash?: `0x${string}` | null | undefined;
|
99
95
|
blockNumber?: `0x${string}` | null | undefined;
|
100
96
|
from?: `0x${string}` | undefined;
|
101
97
|
gas?: `0x${string}` | undefined;
|
@@ -108,6 +104,10 @@ export declare const zora: {
|
|
108
104
|
transactionIndex?: `0x${string}` | null | undefined;
|
109
105
|
v?: `0x${string}` | undefined;
|
110
106
|
value?: `0x${string}` | undefined;
|
107
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
108
|
+
gasPrice?: `0x${string}` | undefined;
|
109
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
110
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
111
111
|
accessList?: undefined;
|
112
112
|
chainId?: `0x${string}` | undefined;
|
113
113
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
@@ -115,12 +115,8 @@ export declare const zora: {
|
|
115
115
|
mint?: undefined;
|
116
116
|
sourceHash?: undefined;
|
117
117
|
}) | ({
|
118
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
119
|
-
blockHash?: `0x${string}` | null | undefined;
|
120
|
-
gasPrice?: `0x${string}` | undefined;
|
121
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
122
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
123
118
|
yParity?: `0x${string}` | undefined;
|
119
|
+
blockHash?: `0x${string}` | null | undefined;
|
124
120
|
blockNumber?: `0x${string}` | null | undefined;
|
125
121
|
from?: `0x${string}` | undefined;
|
126
122
|
gas?: `0x${string}` | undefined;
|
@@ -133,6 +129,10 @@ export declare const zora: {
|
|
133
129
|
transactionIndex?: `0x${string}` | null | undefined;
|
134
130
|
v?: `0x${string}` | undefined;
|
135
131
|
value?: `0x${string}` | undefined;
|
132
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
133
|
+
gasPrice?: `0x${string}` | undefined;
|
134
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
135
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
136
136
|
accessList?: undefined;
|
137
137
|
chainId?: `0x${string}` | undefined;
|
138
138
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -141,12 +141,8 @@ export declare const zora: {
|
|
141
141
|
sourceHash: `0x${string}`;
|
142
142
|
type: "0x7e";
|
143
143
|
}) | ({
|
144
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
145
|
-
blockHash?: `0x${string}` | null | undefined;
|
146
|
-
gasPrice?: `0x${string}` | undefined;
|
147
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
148
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
149
144
|
yParity?: `0x${string}` | undefined;
|
145
|
+
blockHash?: `0x${string}` | null | undefined;
|
150
146
|
blockNumber?: `0x${string}` | null | undefined;
|
151
147
|
from?: `0x${string}` | undefined;
|
152
148
|
gas?: `0x${string}` | undefined;
|
@@ -159,6 +155,10 @@ export declare const zora: {
|
|
159
155
|
transactionIndex?: `0x${string}` | null | undefined;
|
160
156
|
v?: `0x${string}` | undefined;
|
161
157
|
value?: `0x${string}` | undefined;
|
158
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
159
|
+
gasPrice?: `0x${string}` | undefined;
|
160
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
161
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
162
162
|
accessList?: import("../../index.js").AccessList | undefined;
|
163
163
|
chainId?: `0x${string}` | undefined;
|
164
164
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
@@ -166,12 +166,8 @@ export declare const zora: {
|
|
166
166
|
mint?: undefined;
|
167
167
|
sourceHash?: undefined;
|
168
168
|
}) | ({
|
169
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
170
|
-
blockHash?: `0x${string}` | null | undefined;
|
171
|
-
gasPrice?: `0x${string}` | undefined;
|
172
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
173
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
174
169
|
yParity?: `0x${string}` | undefined;
|
170
|
+
blockHash?: `0x${string}` | null | undefined;
|
175
171
|
blockNumber?: `0x${string}` | null | undefined;
|
176
172
|
from?: `0x${string}` | undefined;
|
177
173
|
gas?: `0x${string}` | undefined;
|
@@ -184,6 +180,10 @@ export declare const zora: {
|
|
184
180
|
transactionIndex?: `0x${string}` | null | undefined;
|
185
181
|
v?: `0x${string}` | undefined;
|
186
182
|
value?: `0x${string}` | undefined;
|
183
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
184
|
+
gasPrice?: `0x${string}` | undefined;
|
185
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
186
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
187
187
|
accessList?: import("../../index.js").AccessList | undefined;
|
188
188
|
chainId?: `0x${string}` | undefined;
|
189
189
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
@@ -191,12 +191,8 @@ export declare const zora: {
|
|
191
191
|
mint?: undefined;
|
192
192
|
sourceHash?: undefined;
|
193
193
|
}) | ({
|
194
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
195
|
-
blockHash?: `0x${string}` | null | undefined;
|
196
|
-
gasPrice?: `0x${string}` | undefined;
|
197
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
198
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
199
194
|
yParity?: `0x${string}` | undefined;
|
195
|
+
blockHash?: `0x${string}` | null | undefined;
|
200
196
|
blockNumber?: `0x${string}` | null | undefined;
|
201
197
|
from?: `0x${string}` | undefined;
|
202
198
|
gas?: `0x${string}` | undefined;
|
@@ -209,6 +205,10 @@ export declare const zora: {
|
|
209
205
|
transactionIndex?: `0x${string}` | null | undefined;
|
210
206
|
v?: `0x${string}` | undefined;
|
211
207
|
value?: `0x${string}` | undefined;
|
208
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
209
|
+
gasPrice?: `0x${string}` | undefined;
|
210
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
211
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
212
212
|
accessList?: import("../../index.js").AccessList | undefined;
|
213
213
|
chainId?: `0x${string}` | undefined;
|
214
214
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
@@ -216,12 +216,8 @@ export declare const zora: {
|
|
216
216
|
mint?: undefined;
|
217
217
|
sourceHash?: undefined;
|
218
218
|
}) | ({
|
219
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
220
|
-
blockHash?: `0x${string}` | null | undefined;
|
221
|
-
gasPrice?: `0x${string}` | undefined;
|
222
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
223
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
224
219
|
yParity?: `0x${string}` | undefined;
|
220
|
+
blockHash?: `0x${string}` | null | undefined;
|
225
221
|
blockNumber?: `0x${string}` | null | undefined;
|
226
222
|
from?: `0x${string}` | undefined;
|
227
223
|
gas?: `0x${string}` | undefined;
|
@@ -234,6 +230,10 @@ export declare const zora: {
|
|
234
230
|
transactionIndex?: `0x${string}` | null | undefined;
|
235
231
|
v?: `0x${string}` | undefined;
|
236
232
|
value?: `0x${string}` | undefined;
|
233
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
234
|
+
gasPrice?: `0x${string}` | undefined;
|
235
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
236
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
237
237
|
accessList?: import("../../index.js").AccessList | undefined;
|
238
238
|
chainId?: `0x${string}` | undefined;
|
239
239
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|
@@ -242,12 +242,8 @@ export declare const zora: {
|
|
242
242
|
sourceHash: `0x${string}`;
|
243
243
|
type: "0x7e";
|
244
244
|
}) | ({
|
245
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
246
|
-
blockHash?: `0x${string}` | null | undefined;
|
247
|
-
gasPrice?: `0x${string}` | undefined;
|
248
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
249
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
250
245
|
yParity?: `0x${string}` | undefined;
|
246
|
+
blockHash?: `0x${string}` | null | undefined;
|
251
247
|
blockNumber?: `0x${string}` | null | undefined;
|
252
248
|
from?: `0x${string}` | undefined;
|
253
249
|
gas?: `0x${string}` | undefined;
|
@@ -260,6 +256,10 @@ export declare const zora: {
|
|
260
256
|
transactionIndex?: `0x${string}` | null | undefined;
|
261
257
|
v?: `0x${string}` | undefined;
|
262
258
|
value?: `0x${string}` | undefined;
|
259
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
260
|
+
gasPrice?: `0x${string}` | undefined;
|
261
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
262
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
263
263
|
accessList?: import("../../index.js").AccessList | undefined;
|
264
264
|
chainId?: `0x${string}` | undefined;
|
265
265
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
|
@@ -267,12 +267,8 @@ export declare const zora: {
|
|
267
267
|
mint?: undefined;
|
268
268
|
sourceHash?: undefined;
|
269
269
|
}) | ({
|
270
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
271
|
-
blockHash?: `0x${string}` | null | undefined;
|
272
|
-
gasPrice?: `0x${string}` | undefined;
|
273
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
274
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
275
270
|
yParity?: `0x${string}` | undefined;
|
271
|
+
blockHash?: `0x${string}` | null | undefined;
|
276
272
|
blockNumber?: `0x${string}` | null | undefined;
|
277
273
|
from?: `0x${string}` | undefined;
|
278
274
|
gas?: `0x${string}` | undefined;
|
@@ -285,6 +281,10 @@ export declare const zora: {
|
|
285
281
|
transactionIndex?: `0x${string}` | null | undefined;
|
286
282
|
v?: `0x${string}` | undefined;
|
287
283
|
value?: `0x${string}` | undefined;
|
284
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
285
|
+
gasPrice?: `0x${string}` | undefined;
|
286
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
287
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
288
288
|
accessList?: import("../../index.js").AccessList | undefined;
|
289
289
|
chainId?: `0x${string}` | undefined;
|
290
290
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
|
@@ -292,12 +292,8 @@ export declare const zora: {
|
|
292
292
|
mint?: undefined;
|
293
293
|
sourceHash?: undefined;
|
294
294
|
}) | ({
|
295
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
296
|
-
blockHash?: `0x${string}` | null | undefined;
|
297
|
-
gasPrice?: `0x${string}` | undefined;
|
298
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
299
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
300
295
|
yParity?: `0x${string}` | undefined;
|
296
|
+
blockHash?: `0x${string}` | null | undefined;
|
301
297
|
blockNumber?: `0x${string}` | null | undefined;
|
302
298
|
from?: `0x${string}` | undefined;
|
303
299
|
gas?: `0x${string}` | undefined;
|
@@ -310,6 +306,10 @@ export declare const zora: {
|
|
310
306
|
transactionIndex?: `0x${string}` | null | undefined;
|
311
307
|
v?: `0x${string}` | undefined;
|
312
308
|
value?: `0x${string}` | undefined;
|
309
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
310
|
+
gasPrice?: `0x${string}` | undefined;
|
311
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
312
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
313
313
|
accessList?: import("../../index.js").AccessList | undefined;
|
314
314
|
chainId?: `0x${string}` | undefined;
|
315
315
|
} & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
|
@@ -317,12 +317,8 @@ export declare const zora: {
|
|
317
317
|
mint?: undefined;
|
318
318
|
sourceHash?: undefined;
|
319
319
|
}) | ({
|
320
|
-
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
321
|
-
blockHash?: `0x${string}` | null | undefined;
|
322
|
-
gasPrice?: `0x${string}` | undefined;
|
323
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
324
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
325
320
|
yParity?: `0x${string}` | undefined;
|
321
|
+
blockHash?: `0x${string}` | null | undefined;
|
326
322
|
blockNumber?: `0x${string}` | null | undefined;
|
327
323
|
from?: `0x${string}` | undefined;
|
328
324
|
gas?: `0x${string}` | undefined;
|
@@ -335,6 +331,10 @@ export declare const zora: {
|
|
335
331
|
transactionIndex?: `0x${string}` | null | undefined;
|
336
332
|
v?: `0x${string}` | undefined;
|
337
333
|
value?: `0x${string}` | undefined;
|
334
|
+
type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
|
335
|
+
gasPrice?: `0x${string}` | undefined;
|
336
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
337
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
338
338
|
accessList?: import("../../index.js").AccessList | undefined;
|
339
339
|
chainId?: `0x${string}` | undefined;
|
340
340
|
} & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
|