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.
Files changed (33) hide show
  1. package/_cjs/errors/version.js +1 -1
  2. package/_esm/errors/version.js +1 -1
  3. package/_types/chains/celo/chainConfig.d.ts +65 -65
  4. package/_types/chains/celo/formatters.d.ts +65 -65
  5. package/_types/chains/definitions/base.d.ts +50 -50
  6. package/_types/chains/definitions/baseGoerli.d.ts +50 -50
  7. package/_types/chains/definitions/baseSepolia.d.ts +50 -50
  8. package/_types/chains/definitions/celo.d.ts +65 -65
  9. package/_types/chains/definitions/celoAlfajores.d.ts +65 -65
  10. package/_types/chains/definitions/celoCannoli.d.ts +65 -65
  11. package/_types/chains/definitions/optimism.d.ts +50 -50
  12. package/_types/chains/definitions/optimismGoerli.d.ts +50 -50
  13. package/_types/chains/definitions/optimismSepolia.d.ts +50 -50
  14. package/_types/chains/definitions/pgn.d.ts +50 -50
  15. package/_types/chains/definitions/pgnTestnet.d.ts +50 -50
  16. package/_types/chains/definitions/zkSync.d.ts +3 -3
  17. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +3 -3
  18. package/_types/chains/definitions/zkSyncTestnet.d.ts +3 -3
  19. package/_types/chains/definitions/zora.d.ts +50 -50
  20. package/_types/chains/definitions/zoraSepolia.d.ts +50 -50
  21. package/_types/chains/definitions/zoraTestnet.d.ts +50 -50
  22. package/_types/chains/index.d.ts +1 -1
  23. package/_types/chains/index.d.ts.map +1 -1
  24. package/_types/chains/opStack/chainConfig.d.ts +50 -50
  25. package/_types/chains/opStack/formatters.d.ts +50 -50
  26. package/_types/chains/zksync/chainConfig.d.ts +3 -3
  27. package/_types/chains/zksync/formatters.d.ts +3 -3
  28. package/_types/errors/version.d.ts +1 -1
  29. package/_types/utils/formatters/transaction.d.ts +1 -1
  30. package/_types/utils/formatters/transactionRequest.d.ts +1 -1
  31. package/chains/index.ts +8 -1
  32. package/errors/version.ts +1 -1
  33. package/package.json +34 -12
@@ -71,12 +71,8 @@ export declare const celoAlfajores: {
71
71
  readonly transaction: {
72
72
  exclude: [] | undefined;
73
73
  format: (args: ({
74
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
75
- blockHash?: `0x${string}` | null | undefined;
76
- gasPrice?: `0x${string}` | undefined;
77
- maxFeePerGas?: `0x${string}` | undefined;
78
- maxPriorityFeePerGas?: `0x${string}` | undefined;
79
74
  yParity?: `0x${string}` | undefined;
75
+ blockHash?: `0x${string}` | null | undefined;
80
76
  blockNumber?: `0x${string}` | null | undefined;
81
77
  from?: `0x${string}` | undefined;
82
78
  gas?: `0x${string}` | undefined;
@@ -89,6 +85,10 @@ export declare const celoAlfajores: {
89
85
  transactionIndex?: `0x${string}` | null | undefined;
90
86
  v?: `0x${string}` | undefined;
91
87
  value?: `0x${string}` | undefined;
88
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
89
+ gasPrice?: `0x${string}` | undefined;
90
+ maxFeePerGas?: `0x${string}` | undefined;
91
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
92
92
  accessList?: undefined;
93
93
  chainId?: `0x${string}` | undefined;
94
94
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -96,12 +96,8 @@ export declare const celoAlfajores: {
96
96
  gatewayFee: `0x${string}` | null;
97
97
  gatewayFeeRecipient: `0x${string}` | null;
98
98
  }) | ({
99
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
100
- blockHash?: `0x${string}` | null | undefined;
101
- gasPrice?: `0x${string}` | undefined;
102
- maxFeePerGas?: `0x${string}` | undefined;
103
- maxPriorityFeePerGas?: `0x${string}` | undefined;
104
99
  yParity?: `0x${string}` | undefined;
100
+ blockHash?: `0x${string}` | null | undefined;
105
101
  blockNumber?: `0x${string}` | null | undefined;
106
102
  from?: `0x${string}` | undefined;
107
103
  gas?: `0x${string}` | undefined;
@@ -114,6 +110,10 @@ export declare const celoAlfajores: {
114
110
  transactionIndex?: `0x${string}` | null | undefined;
115
111
  v?: `0x${string}` | undefined;
116
112
  value?: `0x${string}` | undefined;
113
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
114
+ gasPrice?: `0x${string}` | undefined;
115
+ maxFeePerGas?: `0x${string}` | undefined;
116
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
117
117
  accessList?: undefined;
118
118
  chainId?: `0x${string}` | undefined;
119
119
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -122,12 +122,8 @@ export declare const celoAlfajores: {
122
122
  gatewayFeeRecipient: `0x${string}` | null;
123
123
  type: "0x7c";
124
124
  }) | ({
125
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
126
- blockHash?: `0x${string}` | null | undefined;
127
- gasPrice?: `0x${string}` | undefined;
128
- maxFeePerGas?: `0x${string}` | undefined;
129
- maxPriorityFeePerGas?: `0x${string}` | undefined;
130
125
  yParity?: `0x${string}` | undefined;
126
+ blockHash?: `0x${string}` | null | undefined;
131
127
  blockNumber?: `0x${string}` | null | undefined;
132
128
  from?: `0x${string}` | undefined;
133
129
  gas?: `0x${string}` | undefined;
@@ -140,6 +136,10 @@ export declare const celoAlfajores: {
140
136
  transactionIndex?: `0x${string}` | null | undefined;
141
137
  v?: `0x${string}` | undefined;
142
138
  value?: `0x${string}` | undefined;
139
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
140
+ gasPrice?: `0x${string}` | undefined;
141
+ maxFeePerGas?: `0x${string}` | undefined;
142
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
143
143
  accessList?: undefined;
144
144
  chainId?: `0x${string}` | undefined;
145
145
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -148,12 +148,8 @@ export declare const celoAlfajores: {
148
148
  gatewayFeeRecipient?: undefined;
149
149
  type: "0x7b";
150
150
  }) | ({
151
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
152
- blockHash?: `0x${string}` | null | undefined;
153
- gasPrice?: `0x${string}` | undefined;
154
- maxFeePerGas?: `0x${string}` | undefined;
155
- maxPriorityFeePerGas?: `0x${string}` | undefined;
156
151
  yParity?: `0x${string}` | undefined;
152
+ blockHash?: `0x${string}` | null | undefined;
157
153
  blockNumber?: `0x${string}` | null | undefined;
158
154
  from?: `0x${string}` | undefined;
159
155
  gas?: `0x${string}` | undefined;
@@ -166,6 +162,10 @@ export declare const celoAlfajores: {
166
162
  transactionIndex?: `0x${string}` | null | undefined;
167
163
  v?: `0x${string}` | undefined;
168
164
  value?: `0x${string}` | undefined;
165
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
166
+ gasPrice?: `0x${string}` | undefined;
167
+ maxFeePerGas?: `0x${string}` | undefined;
168
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
169
169
  accessList?: import("../../index.js").AccessList | undefined;
170
170
  chainId?: `0x${string}` | undefined;
171
171
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -173,12 +173,8 @@ export declare const celoAlfajores: {
173
173
  gatewayFee: `0x${string}` | null;
174
174
  gatewayFeeRecipient: `0x${string}` | null;
175
175
  }) | ({
176
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
177
- blockHash?: `0x${string}` | null | undefined;
178
- gasPrice?: `0x${string}` | undefined;
179
- maxFeePerGas?: `0x${string}` | undefined;
180
- maxPriorityFeePerGas?: `0x${string}` | undefined;
181
176
  yParity?: `0x${string}` | undefined;
177
+ blockHash?: `0x${string}` | null | undefined;
182
178
  blockNumber?: `0x${string}` | null | undefined;
183
179
  from?: `0x${string}` | undefined;
184
180
  gas?: `0x${string}` | undefined;
@@ -191,6 +187,10 @@ export declare const celoAlfajores: {
191
187
  transactionIndex?: `0x${string}` | null | undefined;
192
188
  v?: `0x${string}` | undefined;
193
189
  value?: `0x${string}` | undefined;
190
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
191
+ gasPrice?: `0x${string}` | undefined;
192
+ maxFeePerGas?: `0x${string}` | undefined;
193
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
194
194
  accessList?: import("../../index.js").AccessList | undefined;
195
195
  chainId?: `0x${string}` | undefined;
196
196
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
@@ -198,12 +198,8 @@ export declare const celoAlfajores: {
198
198
  gatewayFee: `0x${string}` | null;
199
199
  gatewayFeeRecipient: `0x${string}` | null;
200
200
  }) | ({
201
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
202
- blockHash?: `0x${string}` | null | undefined;
203
- gasPrice?: `0x${string}` | undefined;
204
- maxFeePerGas?: `0x${string}` | undefined;
205
- maxPriorityFeePerGas?: `0x${string}` | undefined;
206
201
  yParity?: `0x${string}` | undefined;
202
+ blockHash?: `0x${string}` | null | undefined;
207
203
  blockNumber?: `0x${string}` | null | undefined;
208
204
  from?: `0x${string}` | undefined;
209
205
  gas?: `0x${string}` | undefined;
@@ -216,6 +212,10 @@ export declare const celoAlfajores: {
216
212
  transactionIndex?: `0x${string}` | null | undefined;
217
213
  v?: `0x${string}` | undefined;
218
214
  value?: `0x${string}` | undefined;
215
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
216
+ gasPrice?: `0x${string}` | undefined;
217
+ maxFeePerGas?: `0x${string}` | undefined;
218
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
219
219
  accessList?: import("../../index.js").AccessList | undefined;
220
220
  chainId?: `0x${string}` | undefined;
221
221
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
@@ -223,12 +223,8 @@ export declare const celoAlfajores: {
223
223
  gatewayFee: `0x${string}` | null;
224
224
  gatewayFeeRecipient: `0x${string}` | null;
225
225
  }) | ({
226
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
227
- blockHash?: `0x${string}` | null | undefined;
228
- gasPrice?: `0x${string}` | undefined;
229
- maxFeePerGas?: `0x${string}` | undefined;
230
- maxPriorityFeePerGas?: `0x${string}` | undefined;
231
226
  yParity?: `0x${string}` | undefined;
227
+ blockHash?: `0x${string}` | null | undefined;
232
228
  blockNumber?: `0x${string}` | null | undefined;
233
229
  from?: `0x${string}` | undefined;
234
230
  gas?: `0x${string}` | undefined;
@@ -241,6 +237,10 @@ export declare const celoAlfajores: {
241
237
  transactionIndex?: `0x${string}` | null | undefined;
242
238
  v?: `0x${string}` | undefined;
243
239
  value?: `0x${string}` | undefined;
240
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
241
+ gasPrice?: `0x${string}` | undefined;
242
+ maxFeePerGas?: `0x${string}` | undefined;
243
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
244
244
  accessList?: import("../../index.js").AccessList | undefined;
245
245
  chainId?: `0x${string}` | undefined;
246
246
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -249,12 +249,8 @@ export declare const celoAlfajores: {
249
249
  gatewayFeeRecipient: `0x${string}` | null;
250
250
  type: "0x7c";
251
251
  }) | ({
252
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
253
- blockHash?: `0x${string}` | null | undefined;
254
- gasPrice?: `0x${string}` | undefined;
255
- maxFeePerGas?: `0x${string}` | undefined;
256
- maxPriorityFeePerGas?: `0x${string}` | undefined;
257
252
  yParity?: `0x${string}` | undefined;
253
+ blockHash?: `0x${string}` | null | undefined;
258
254
  blockNumber?: `0x${string}` | null | undefined;
259
255
  from?: `0x${string}` | undefined;
260
256
  gas?: `0x${string}` | undefined;
@@ -267,6 +263,10 @@ export declare const celoAlfajores: {
267
263
  transactionIndex?: `0x${string}` | null | undefined;
268
264
  v?: `0x${string}` | undefined;
269
265
  value?: `0x${string}` | undefined;
266
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
267
+ gasPrice?: `0x${string}` | undefined;
268
+ maxFeePerGas?: `0x${string}` | undefined;
269
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
270
270
  accessList?: import("../../index.js").AccessList | undefined;
271
271
  chainId?: `0x${string}` | undefined;
272
272
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -275,12 +275,8 @@ export declare const celoAlfajores: {
275
275
  gatewayFeeRecipient?: undefined;
276
276
  type: "0x7b";
277
277
  }) | ({
278
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
279
- blockHash?: `0x${string}` | null | undefined;
280
- gasPrice?: `0x${string}` | undefined;
281
- maxFeePerGas?: `0x${string}` | undefined;
282
- maxPriorityFeePerGas?: `0x${string}` | undefined;
283
278
  yParity?: `0x${string}` | undefined;
279
+ blockHash?: `0x${string}` | null | undefined;
284
280
  blockNumber?: `0x${string}` | null | undefined;
285
281
  from?: `0x${string}` | undefined;
286
282
  gas?: `0x${string}` | undefined;
@@ -293,6 +289,10 @@ export declare const celoAlfajores: {
293
289
  transactionIndex?: `0x${string}` | null | undefined;
294
290
  v?: `0x${string}` | undefined;
295
291
  value?: `0x${string}` | undefined;
292
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
293
+ gasPrice?: `0x${string}` | undefined;
294
+ maxFeePerGas?: `0x${string}` | undefined;
295
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
296
296
  accessList?: import("../../index.js").AccessList | undefined;
297
297
  chainId?: `0x${string}` | undefined;
298
298
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -300,12 +300,8 @@ export declare const celoAlfajores: {
300
300
  gatewayFee: `0x${string}` | null;
301
301
  gatewayFeeRecipient: `0x${string}` | null;
302
302
  }) | ({
303
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
304
- blockHash?: `0x${string}` | null | undefined;
305
- gasPrice?: `0x${string}` | undefined;
306
- maxFeePerGas?: `0x${string}` | undefined;
307
- maxPriorityFeePerGas?: `0x${string}` | undefined;
308
303
  yParity?: `0x${string}` | undefined;
304
+ blockHash?: `0x${string}` | null | undefined;
309
305
  blockNumber?: `0x${string}` | null | undefined;
310
306
  from?: `0x${string}` | undefined;
311
307
  gas?: `0x${string}` | undefined;
@@ -318,6 +314,10 @@ export declare const celoAlfajores: {
318
314
  transactionIndex?: `0x${string}` | null | undefined;
319
315
  v?: `0x${string}` | undefined;
320
316
  value?: `0x${string}` | undefined;
317
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
318
+ gasPrice?: `0x${string}` | undefined;
319
+ maxFeePerGas?: `0x${string}` | undefined;
320
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
321
321
  accessList?: import("../../index.js").AccessList | undefined;
322
322
  chainId?: `0x${string}` | undefined;
323
323
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
@@ -325,12 +325,8 @@ export declare const celoAlfajores: {
325
325
  gatewayFee: `0x${string}` | null;
326
326
  gatewayFeeRecipient: `0x${string}` | null;
327
327
  }) | ({
328
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
329
- blockHash?: `0x${string}` | null | undefined;
330
- gasPrice?: `0x${string}` | undefined;
331
- maxFeePerGas?: `0x${string}` | undefined;
332
- maxPriorityFeePerGas?: `0x${string}` | undefined;
333
328
  yParity?: `0x${string}` | undefined;
329
+ blockHash?: `0x${string}` | null | undefined;
334
330
  blockNumber?: `0x${string}` | null | undefined;
335
331
  from?: `0x${string}` | undefined;
336
332
  gas?: `0x${string}` | undefined;
@@ -343,6 +339,10 @@ export declare const celoAlfajores: {
343
339
  transactionIndex?: `0x${string}` | null | undefined;
344
340
  v?: `0x${string}` | undefined;
345
341
  value?: `0x${string}` | undefined;
342
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
343
+ gasPrice?: `0x${string}` | undefined;
344
+ maxFeePerGas?: `0x${string}` | undefined;
345
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
346
346
  accessList?: import("../../index.js").AccessList | undefined;
347
347
  chainId?: `0x${string}` | undefined;
348
348
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
@@ -350,12 +350,8 @@ export declare const celoAlfajores: {
350
350
  gatewayFee: `0x${string}` | null;
351
351
  gatewayFeeRecipient: `0x${string}` | null;
352
352
  }) | ({
353
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
354
- blockHash?: `0x${string}` | null | undefined;
355
- gasPrice?: `0x${string}` | undefined;
356
- maxFeePerGas?: `0x${string}` | undefined;
357
- maxPriorityFeePerGas?: `0x${string}` | undefined;
358
353
  yParity?: `0x${string}` | undefined;
354
+ blockHash?: `0x${string}` | null | undefined;
359
355
  blockNumber?: `0x${string}` | null | undefined;
360
356
  from?: `0x${string}` | undefined;
361
357
  gas?: `0x${string}` | undefined;
@@ -368,6 +364,10 @@ export declare const celoAlfajores: {
368
364
  transactionIndex?: `0x${string}` | null | undefined;
369
365
  v?: `0x${string}` | undefined;
370
366
  value?: `0x${string}` | undefined;
367
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
368
+ gasPrice?: `0x${string}` | undefined;
369
+ maxFeePerGas?: `0x${string}` | undefined;
370
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
371
371
  accessList?: import("../../index.js").AccessList | undefined;
372
372
  chainId?: `0x${string}` | undefined;
373
373
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -376,12 +376,8 @@ export declare const celoAlfajores: {
376
376
  gatewayFeeRecipient: `0x${string}` | null;
377
377
  type: "0x7c";
378
378
  }) | ({
379
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
380
- blockHash?: `0x${string}` | null | undefined;
381
- gasPrice?: `0x${string}` | undefined;
382
- maxFeePerGas?: `0x${string}` | undefined;
383
- maxPriorityFeePerGas?: `0x${string}` | undefined;
384
379
  yParity?: `0x${string}` | undefined;
380
+ blockHash?: `0x${string}` | null | undefined;
385
381
  blockNumber?: `0x${string}` | null | undefined;
386
382
  from?: `0x${string}` | undefined;
387
383
  gas?: `0x${string}` | undefined;
@@ -394,6 +390,10 @@ export declare const celoAlfajores: {
394
390
  transactionIndex?: `0x${string}` | null | undefined;
395
391
  v?: `0x${string}` | undefined;
396
392
  value?: `0x${string}` | undefined;
393
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
394
+ gasPrice?: `0x${string}` | undefined;
395
+ maxFeePerGas?: `0x${string}` | undefined;
396
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
397
397
  accessList?: import("../../index.js").AccessList | undefined;
398
398
  chainId?: `0x${string}` | undefined;
399
399
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -71,12 +71,8 @@ export declare const celoCannoli: {
71
71
  readonly transaction: {
72
72
  exclude: [] | undefined;
73
73
  format: (args: ({
74
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
75
- blockHash?: `0x${string}` | null | undefined;
76
- gasPrice?: `0x${string}` | undefined;
77
- maxFeePerGas?: `0x${string}` | undefined;
78
- maxPriorityFeePerGas?: `0x${string}` | undefined;
79
74
  yParity?: `0x${string}` | undefined;
75
+ blockHash?: `0x${string}` | null | undefined;
80
76
  blockNumber?: `0x${string}` | null | undefined;
81
77
  from?: `0x${string}` | undefined;
82
78
  gas?: `0x${string}` | undefined;
@@ -89,6 +85,10 @@ export declare const celoCannoli: {
89
85
  transactionIndex?: `0x${string}` | null | undefined;
90
86
  v?: `0x${string}` | undefined;
91
87
  value?: `0x${string}` | undefined;
88
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
89
+ gasPrice?: `0x${string}` | undefined;
90
+ maxFeePerGas?: `0x${string}` | undefined;
91
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
92
92
  accessList?: undefined;
93
93
  chainId?: `0x${string}` | undefined;
94
94
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -96,12 +96,8 @@ export declare const celoCannoli: {
96
96
  gatewayFee: `0x${string}` | null;
97
97
  gatewayFeeRecipient: `0x${string}` | null;
98
98
  }) | ({
99
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
100
- blockHash?: `0x${string}` | null | undefined;
101
- gasPrice?: `0x${string}` | undefined;
102
- maxFeePerGas?: `0x${string}` | undefined;
103
- maxPriorityFeePerGas?: `0x${string}` | undefined;
104
99
  yParity?: `0x${string}` | undefined;
100
+ blockHash?: `0x${string}` | null | undefined;
105
101
  blockNumber?: `0x${string}` | null | undefined;
106
102
  from?: `0x${string}` | undefined;
107
103
  gas?: `0x${string}` | undefined;
@@ -114,6 +110,10 @@ export declare const celoCannoli: {
114
110
  transactionIndex?: `0x${string}` | null | undefined;
115
111
  v?: `0x${string}` | undefined;
116
112
  value?: `0x${string}` | undefined;
113
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
114
+ gasPrice?: `0x${string}` | undefined;
115
+ maxFeePerGas?: `0x${string}` | undefined;
116
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
117
117
  accessList?: undefined;
118
118
  chainId?: `0x${string}` | undefined;
119
119
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -122,12 +122,8 @@ export declare const celoCannoli: {
122
122
  gatewayFeeRecipient: `0x${string}` | null;
123
123
  type: "0x7c";
124
124
  }) | ({
125
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
126
- blockHash?: `0x${string}` | null | undefined;
127
- gasPrice?: `0x${string}` | undefined;
128
- maxFeePerGas?: `0x${string}` | undefined;
129
- maxPriorityFeePerGas?: `0x${string}` | undefined;
130
125
  yParity?: `0x${string}` | undefined;
126
+ blockHash?: `0x${string}` | null | undefined;
131
127
  blockNumber?: `0x${string}` | null | undefined;
132
128
  from?: `0x${string}` | undefined;
133
129
  gas?: `0x${string}` | undefined;
@@ -140,6 +136,10 @@ export declare const celoCannoli: {
140
136
  transactionIndex?: `0x${string}` | null | undefined;
141
137
  v?: `0x${string}` | undefined;
142
138
  value?: `0x${string}` | undefined;
139
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
140
+ gasPrice?: `0x${string}` | undefined;
141
+ maxFeePerGas?: `0x${string}` | undefined;
142
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
143
143
  accessList?: undefined;
144
144
  chainId?: `0x${string}` | undefined;
145
145
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -148,12 +148,8 @@ export declare const celoCannoli: {
148
148
  gatewayFeeRecipient?: undefined;
149
149
  type: "0x7b";
150
150
  }) | ({
151
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
152
- blockHash?: `0x${string}` | null | undefined;
153
- gasPrice?: `0x${string}` | undefined;
154
- maxFeePerGas?: `0x${string}` | undefined;
155
- maxPriorityFeePerGas?: `0x${string}` | undefined;
156
151
  yParity?: `0x${string}` | undefined;
152
+ blockHash?: `0x${string}` | null | undefined;
157
153
  blockNumber?: `0x${string}` | null | undefined;
158
154
  from?: `0x${string}` | undefined;
159
155
  gas?: `0x${string}` | undefined;
@@ -166,6 +162,10 @@ export declare const celoCannoli: {
166
162
  transactionIndex?: `0x${string}` | null | undefined;
167
163
  v?: `0x${string}` | undefined;
168
164
  value?: `0x${string}` | undefined;
165
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
166
+ gasPrice?: `0x${string}` | undefined;
167
+ maxFeePerGas?: `0x${string}` | undefined;
168
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
169
169
  accessList?: import("../../index.js").AccessList | undefined;
170
170
  chainId?: `0x${string}` | undefined;
171
171
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -173,12 +173,8 @@ export declare const celoCannoli: {
173
173
  gatewayFee: `0x${string}` | null;
174
174
  gatewayFeeRecipient: `0x${string}` | null;
175
175
  }) | ({
176
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
177
- blockHash?: `0x${string}` | null | undefined;
178
- gasPrice?: `0x${string}` | undefined;
179
- maxFeePerGas?: `0x${string}` | undefined;
180
- maxPriorityFeePerGas?: `0x${string}` | undefined;
181
176
  yParity?: `0x${string}` | undefined;
177
+ blockHash?: `0x${string}` | null | undefined;
182
178
  blockNumber?: `0x${string}` | null | undefined;
183
179
  from?: `0x${string}` | undefined;
184
180
  gas?: `0x${string}` | undefined;
@@ -191,6 +187,10 @@ export declare const celoCannoli: {
191
187
  transactionIndex?: `0x${string}` | null | undefined;
192
188
  v?: `0x${string}` | undefined;
193
189
  value?: `0x${string}` | undefined;
190
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
191
+ gasPrice?: `0x${string}` | undefined;
192
+ maxFeePerGas?: `0x${string}` | undefined;
193
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
194
194
  accessList?: import("../../index.js").AccessList | undefined;
195
195
  chainId?: `0x${string}` | undefined;
196
196
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
@@ -198,12 +198,8 @@ export declare const celoCannoli: {
198
198
  gatewayFee: `0x${string}` | null;
199
199
  gatewayFeeRecipient: `0x${string}` | null;
200
200
  }) | ({
201
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
202
- blockHash?: `0x${string}` | null | undefined;
203
- gasPrice?: `0x${string}` | undefined;
204
- maxFeePerGas?: `0x${string}` | undefined;
205
- maxPriorityFeePerGas?: `0x${string}` | undefined;
206
201
  yParity?: `0x${string}` | undefined;
202
+ blockHash?: `0x${string}` | null | undefined;
207
203
  blockNumber?: `0x${string}` | null | undefined;
208
204
  from?: `0x${string}` | undefined;
209
205
  gas?: `0x${string}` | undefined;
@@ -216,6 +212,10 @@ export declare const celoCannoli: {
216
212
  transactionIndex?: `0x${string}` | null | undefined;
217
213
  v?: `0x${string}` | undefined;
218
214
  value?: `0x${string}` | undefined;
215
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
216
+ gasPrice?: `0x${string}` | undefined;
217
+ maxFeePerGas?: `0x${string}` | undefined;
218
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
219
219
  accessList?: import("../../index.js").AccessList | undefined;
220
220
  chainId?: `0x${string}` | undefined;
221
221
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
@@ -223,12 +223,8 @@ export declare const celoCannoli: {
223
223
  gatewayFee: `0x${string}` | null;
224
224
  gatewayFeeRecipient: `0x${string}` | null;
225
225
  }) | ({
226
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
227
- blockHash?: `0x${string}` | null | undefined;
228
- gasPrice?: `0x${string}` | undefined;
229
- maxFeePerGas?: `0x${string}` | undefined;
230
- maxPriorityFeePerGas?: `0x${string}` | undefined;
231
226
  yParity?: `0x${string}` | undefined;
227
+ blockHash?: `0x${string}` | null | undefined;
232
228
  blockNumber?: `0x${string}` | null | undefined;
233
229
  from?: `0x${string}` | undefined;
234
230
  gas?: `0x${string}` | undefined;
@@ -241,6 +237,10 @@ export declare const celoCannoli: {
241
237
  transactionIndex?: `0x${string}` | null | undefined;
242
238
  v?: `0x${string}` | undefined;
243
239
  value?: `0x${string}` | undefined;
240
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
241
+ gasPrice?: `0x${string}` | undefined;
242
+ maxFeePerGas?: `0x${string}` | undefined;
243
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
244
244
  accessList?: import("../../index.js").AccessList | undefined;
245
245
  chainId?: `0x${string}` | undefined;
246
246
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -249,12 +249,8 @@ export declare const celoCannoli: {
249
249
  gatewayFeeRecipient: `0x${string}` | null;
250
250
  type: "0x7c";
251
251
  }) | ({
252
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
253
- blockHash?: `0x${string}` | null | undefined;
254
- gasPrice?: `0x${string}` | undefined;
255
- maxFeePerGas?: `0x${string}` | undefined;
256
- maxPriorityFeePerGas?: `0x${string}` | undefined;
257
252
  yParity?: `0x${string}` | undefined;
253
+ blockHash?: `0x${string}` | null | undefined;
258
254
  blockNumber?: `0x${string}` | null | undefined;
259
255
  from?: `0x${string}` | undefined;
260
256
  gas?: `0x${string}` | undefined;
@@ -267,6 +263,10 @@ export declare const celoCannoli: {
267
263
  transactionIndex?: `0x${string}` | null | undefined;
268
264
  v?: `0x${string}` | undefined;
269
265
  value?: `0x${string}` | undefined;
266
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
267
+ gasPrice?: `0x${string}` | undefined;
268
+ maxFeePerGas?: `0x${string}` | undefined;
269
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
270
270
  accessList?: import("../../index.js").AccessList | undefined;
271
271
  chainId?: `0x${string}` | undefined;
272
272
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -275,12 +275,8 @@ export declare const celoCannoli: {
275
275
  gatewayFeeRecipient?: undefined;
276
276
  type: "0x7b";
277
277
  }) | ({
278
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
279
- blockHash?: `0x${string}` | null | undefined;
280
- gasPrice?: `0x${string}` | undefined;
281
- maxFeePerGas?: `0x${string}` | undefined;
282
- maxPriorityFeePerGas?: `0x${string}` | undefined;
283
278
  yParity?: `0x${string}` | undefined;
279
+ blockHash?: `0x${string}` | null | undefined;
284
280
  blockNumber?: `0x${string}` | null | undefined;
285
281
  from?: `0x${string}` | undefined;
286
282
  gas?: `0x${string}` | undefined;
@@ -293,6 +289,10 @@ export declare const celoCannoli: {
293
289
  transactionIndex?: `0x${string}` | null | undefined;
294
290
  v?: `0x${string}` | undefined;
295
291
  value?: `0x${string}` | undefined;
292
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
293
+ gasPrice?: `0x${string}` | undefined;
294
+ maxFeePerGas?: `0x${string}` | undefined;
295
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
296
296
  accessList?: import("../../index.js").AccessList | undefined;
297
297
  chainId?: `0x${string}` | undefined;
298
298
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -300,12 +300,8 @@ export declare const celoCannoli: {
300
300
  gatewayFee: `0x${string}` | null;
301
301
  gatewayFeeRecipient: `0x${string}` | null;
302
302
  }) | ({
303
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
304
- blockHash?: `0x${string}` | null | undefined;
305
- gasPrice?: `0x${string}` | undefined;
306
- maxFeePerGas?: `0x${string}` | undefined;
307
- maxPriorityFeePerGas?: `0x${string}` | undefined;
308
303
  yParity?: `0x${string}` | undefined;
304
+ blockHash?: `0x${string}` | null | undefined;
309
305
  blockNumber?: `0x${string}` | null | undefined;
310
306
  from?: `0x${string}` | undefined;
311
307
  gas?: `0x${string}` | undefined;
@@ -318,6 +314,10 @@ export declare const celoCannoli: {
318
314
  transactionIndex?: `0x${string}` | null | undefined;
319
315
  v?: `0x${string}` | undefined;
320
316
  value?: `0x${string}` | undefined;
317
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
318
+ gasPrice?: `0x${string}` | undefined;
319
+ maxFeePerGas?: `0x${string}` | undefined;
320
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
321
321
  accessList?: import("../../index.js").AccessList | undefined;
322
322
  chainId?: `0x${string}` | undefined;
323
323
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
@@ -325,12 +325,8 @@ export declare const celoCannoli: {
325
325
  gatewayFee: `0x${string}` | null;
326
326
  gatewayFeeRecipient: `0x${string}` | null;
327
327
  }) | ({
328
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
329
- blockHash?: `0x${string}` | null | undefined;
330
- gasPrice?: `0x${string}` | undefined;
331
- maxFeePerGas?: `0x${string}` | undefined;
332
- maxPriorityFeePerGas?: `0x${string}` | undefined;
333
328
  yParity?: `0x${string}` | undefined;
329
+ blockHash?: `0x${string}` | null | undefined;
334
330
  blockNumber?: `0x${string}` | null | undefined;
335
331
  from?: `0x${string}` | undefined;
336
332
  gas?: `0x${string}` | undefined;
@@ -343,6 +339,10 @@ export declare const celoCannoli: {
343
339
  transactionIndex?: `0x${string}` | null | undefined;
344
340
  v?: `0x${string}` | undefined;
345
341
  value?: `0x${string}` | undefined;
342
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
343
+ gasPrice?: `0x${string}` | undefined;
344
+ maxFeePerGas?: `0x${string}` | undefined;
345
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
346
346
  accessList?: import("../../index.js").AccessList | undefined;
347
347
  chainId?: `0x${string}` | undefined;
348
348
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
@@ -350,12 +350,8 @@ export declare const celoCannoli: {
350
350
  gatewayFee: `0x${string}` | null;
351
351
  gatewayFeeRecipient: `0x${string}` | null;
352
352
  }) | ({
353
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
354
- blockHash?: `0x${string}` | null | undefined;
355
- gasPrice?: `0x${string}` | undefined;
356
- maxFeePerGas?: `0x${string}` | undefined;
357
- maxPriorityFeePerGas?: `0x${string}` | undefined;
358
353
  yParity?: `0x${string}` | undefined;
354
+ blockHash?: `0x${string}` | null | undefined;
359
355
  blockNumber?: `0x${string}` | null | undefined;
360
356
  from?: `0x${string}` | undefined;
361
357
  gas?: `0x${string}` | undefined;
@@ -368,6 +364,10 @@ export declare const celoCannoli: {
368
364
  transactionIndex?: `0x${string}` | null | undefined;
369
365
  v?: `0x${string}` | undefined;
370
366
  value?: `0x${string}` | undefined;
367
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
368
+ gasPrice?: `0x${string}` | undefined;
369
+ maxFeePerGas?: `0x${string}` | undefined;
370
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
371
371
  accessList?: import("../../index.js").AccessList | undefined;
372
372
  chainId?: `0x${string}` | undefined;
373
373
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -376,12 +376,8 @@ export declare const celoCannoli: {
376
376
  gatewayFeeRecipient: `0x${string}` | null;
377
377
  type: "0x7c";
378
378
  }) | ({
379
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
380
- blockHash?: `0x${string}` | null | undefined;
381
- gasPrice?: `0x${string}` | undefined;
382
- maxFeePerGas?: `0x${string}` | undefined;
383
- maxPriorityFeePerGas?: `0x${string}` | undefined;
384
379
  yParity?: `0x${string}` | undefined;
380
+ blockHash?: `0x${string}` | null | undefined;
385
381
  blockNumber?: `0x${string}` | null | undefined;
386
382
  from?: `0x${string}` | undefined;
387
383
  gas?: `0x${string}` | undefined;
@@ -394,6 +390,10 @@ export declare const celoCannoli: {
394
390
  transactionIndex?: `0x${string}` | null | undefined;
395
391
  v?: `0x${string}` | undefined;
396
392
  value?: `0x${string}` | undefined;
393
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
394
+ gasPrice?: `0x${string}` | undefined;
395
+ maxFeePerGas?: `0x${string}` | undefined;
396
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
397
397
  accessList?: import("../../index.js").AccessList | undefined;
398
398
  chainId?: `0x${string}` | undefined;
399
399
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {