viem 2.0.0-beta.10 → 2.0.0-beta.11

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 (34) hide show
  1. package/_cjs/errors/version.js +1 -1
  2. package/_cjs/errors/version.js.map +1 -1
  3. package/_esm/errors/version.js +1 -1
  4. package/_esm/errors/version.js.map +1 -1
  5. package/_types/chains/celo/chainConfig.d.ts +180 -180
  6. package/_types/chains/celo/formatters.d.ts +180 -180
  7. package/_types/chains/definitions/base.d.ts +137 -137
  8. package/_types/chains/definitions/baseGoerli.d.ts +137 -137
  9. package/_types/chains/definitions/baseSepolia.d.ts +137 -137
  10. package/_types/chains/definitions/celo.d.ts +180 -180
  11. package/_types/chains/definitions/celoAlfajores.d.ts +180 -180
  12. package/_types/chains/definitions/celoCannoli.d.ts +180 -180
  13. package/_types/chains/definitions/optimism.d.ts +137 -137
  14. package/_types/chains/definitions/optimismGoerli.d.ts +137 -137
  15. package/_types/chains/definitions/optimismSepolia.d.ts +137 -137
  16. package/_types/chains/definitions/pgn.d.ts +136 -136
  17. package/_types/chains/definitions/pgnTestnet.d.ts +136 -136
  18. package/_types/chains/definitions/zkSync.d.ts +24 -24
  19. package/_types/chains/definitions/zkSyncTestnet.d.ts +24 -24
  20. package/_types/chains/definitions/zora.d.ts +137 -137
  21. package/_types/chains/definitions/zoraSepolia.d.ts +137 -137
  22. package/_types/chains/definitions/zoraTestnet.d.ts +137 -137
  23. package/_types/chains/index.d.ts +1 -1
  24. package/_types/chains/index.d.ts.map +1 -1
  25. package/_types/chains/opStack/chainConfig.d.ts +136 -136
  26. package/_types/chains/opStack/formatters.d.ts +136 -136
  27. package/_types/chains/zksync/chainConfig.d.ts +24 -24
  28. package/_types/chains/zksync/formatters.d.ts +24 -24
  29. package/_types/errors/version.d.ts +1 -1
  30. package/_types/utils/formatters/transaction.d.ts +1 -1
  31. package/_types/utils/formatters/transactionRequest.d.ts +1 -1
  32. package/chains/index.ts +5 -0
  33. package/errors/version.ts +1 -1
  34. package/package.json +1 -1
@@ -89,24 +89,24 @@ export declare const zoraSepolia: {
89
89
  readonly transaction: {
90
90
  exclude: [] | undefined;
91
91
  format: (args: ({
92
- gas?: `0x${string}` | undefined;
93
- nonce?: `0x${string}` | undefined;
94
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
95
- maxFeePerGas?: `0x${string}` | undefined;
96
- maxPriorityFeePerGas?: `0x${string}` | undefined;
97
- gasPrice?: `0x${string}` | undefined;
98
- from?: `0x${string}` | undefined;
99
- to?: `0x${string}` | null | undefined;
100
- value?: `0x${string}` | undefined;
101
- r?: `0x${string}` | undefined;
102
- s?: `0x${string}` | undefined;
103
- v?: `0x${string}` | undefined;
104
92
  yParity?: `0x${string}` | undefined;
105
93
  blockHash?: `0x${string}` | null | undefined;
106
94
  blockNumber?: `0x${string}` | null | undefined;
95
+ from?: `0x${string}` | undefined;
96
+ gas?: `0x${string}` | undefined;
107
97
  hash?: `0x${string}` | undefined;
108
98
  input?: `0x${string}` | undefined;
99
+ nonce?: `0x${string}` | undefined;
100
+ r?: `0x${string}` | undefined;
101
+ s?: `0x${string}` | undefined;
102
+ to?: `0x${string}` | null | undefined;
109
103
  transactionIndex?: `0x${string}` | null | undefined;
104
+ v?: `0x${string}` | undefined;
105
+ value?: `0x${string}` | undefined;
106
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
107
+ gasPrice?: `0x${string}` | undefined;
108
+ maxFeePerGas?: `0x${string}` | undefined;
109
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
110
110
  accessList?: undefined;
111
111
  chainId?: `0x${string}` | undefined;
112
112
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -114,24 +114,24 @@ export declare const zoraSepolia: {
114
114
  mint?: undefined;
115
115
  sourceHash?: undefined;
116
116
  }) | ({
117
- gas?: `0x${string}` | undefined;
118
- nonce?: `0x${string}` | undefined;
119
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
120
- maxFeePerGas?: `0x${string}` | undefined;
121
- maxPriorityFeePerGas?: `0x${string}` | undefined;
122
- gasPrice?: `0x${string}` | undefined;
123
- from?: `0x${string}` | undefined;
124
- to?: `0x${string}` | null | undefined;
125
- value?: `0x${string}` | undefined;
126
- r?: `0x${string}` | undefined;
127
- s?: `0x${string}` | undefined;
128
- v?: `0x${string}` | undefined;
129
117
  yParity?: `0x${string}` | undefined;
130
118
  blockHash?: `0x${string}` | null | undefined;
131
119
  blockNumber?: `0x${string}` | null | undefined;
120
+ from?: `0x${string}` | undefined;
121
+ gas?: `0x${string}` | undefined;
132
122
  hash?: `0x${string}` | undefined;
133
123
  input?: `0x${string}` | undefined;
124
+ nonce?: `0x${string}` | undefined;
125
+ r?: `0x${string}` | undefined;
126
+ s?: `0x${string}` | undefined;
127
+ to?: `0x${string}` | null | undefined;
134
128
  transactionIndex?: `0x${string}` | null | undefined;
129
+ v?: `0x${string}` | undefined;
130
+ value?: `0x${string}` | undefined;
131
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
132
+ gasPrice?: `0x${string}` | undefined;
133
+ maxFeePerGas?: `0x${string}` | undefined;
134
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
135
135
  accessList?: undefined;
136
136
  chainId?: `0x${string}` | undefined;
137
137
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -140,24 +140,24 @@ export declare const zoraSepolia: {
140
140
  sourceHash: `0x${string}`;
141
141
  type: "0x7e";
142
142
  }) | ({
143
- gas?: `0x${string}` | undefined;
144
- nonce?: `0x${string}` | undefined;
145
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
146
- maxFeePerGas?: `0x${string}` | undefined;
147
- maxPriorityFeePerGas?: `0x${string}` | undefined;
148
- gasPrice?: `0x${string}` | undefined;
149
- from?: `0x${string}` | undefined;
150
- to?: `0x${string}` | null | undefined;
151
- value?: `0x${string}` | undefined;
152
- r?: `0x${string}` | undefined;
153
- s?: `0x${string}` | undefined;
154
- v?: `0x${string}` | undefined;
155
143
  yParity?: `0x${string}` | undefined;
156
144
  blockHash?: `0x${string}` | null | undefined;
157
145
  blockNumber?: `0x${string}` | null | undefined;
146
+ from?: `0x${string}` | undefined;
147
+ gas?: `0x${string}` | undefined;
158
148
  hash?: `0x${string}` | undefined;
159
149
  input?: `0x${string}` | undefined;
150
+ nonce?: `0x${string}` | undefined;
151
+ r?: `0x${string}` | undefined;
152
+ s?: `0x${string}` | undefined;
153
+ to?: `0x${string}` | null | undefined;
160
154
  transactionIndex?: `0x${string}` | null | undefined;
155
+ v?: `0x${string}` | undefined;
156
+ value?: `0x${string}` | undefined;
157
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
158
+ gasPrice?: `0x${string}` | undefined;
159
+ maxFeePerGas?: `0x${string}` | undefined;
160
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
161
161
  accessList?: import("../../index.js").AccessList | undefined;
162
162
  chainId?: `0x${string}` | undefined;
163
163
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -165,24 +165,24 @@ export declare const zoraSepolia: {
165
165
  mint?: undefined;
166
166
  sourceHash?: undefined;
167
167
  }) | ({
168
- gas?: `0x${string}` | undefined;
169
- nonce?: `0x${string}` | undefined;
170
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
171
- maxFeePerGas?: `0x${string}` | undefined;
172
- maxPriorityFeePerGas?: `0x${string}` | undefined;
173
- gasPrice?: `0x${string}` | undefined;
174
- from?: `0x${string}` | undefined;
175
- to?: `0x${string}` | null | undefined;
176
- value?: `0x${string}` | undefined;
177
- r?: `0x${string}` | undefined;
178
- s?: `0x${string}` | undefined;
179
- v?: `0x${string}` | undefined;
180
168
  yParity?: `0x${string}` | undefined;
181
169
  blockHash?: `0x${string}` | null | undefined;
182
170
  blockNumber?: `0x${string}` | null | undefined;
171
+ from?: `0x${string}` | undefined;
172
+ gas?: `0x${string}` | undefined;
183
173
  hash?: `0x${string}` | undefined;
184
174
  input?: `0x${string}` | undefined;
175
+ nonce?: `0x${string}` | undefined;
176
+ r?: `0x${string}` | undefined;
177
+ s?: `0x${string}` | undefined;
178
+ to?: `0x${string}` | null | undefined;
185
179
  transactionIndex?: `0x${string}` | null | undefined;
180
+ v?: `0x${string}` | undefined;
181
+ value?: `0x${string}` | undefined;
182
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
183
+ gasPrice?: `0x${string}` | undefined;
184
+ maxFeePerGas?: `0x${string}` | undefined;
185
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
186
186
  accessList?: import("../../index.js").AccessList | undefined;
187
187
  chainId?: `0x${string}` | undefined;
188
188
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
@@ -190,24 +190,24 @@ export declare const zoraSepolia: {
190
190
  mint?: undefined;
191
191
  sourceHash?: undefined;
192
192
  }) | ({
193
- gas?: `0x${string}` | undefined;
194
- nonce?: `0x${string}` | undefined;
195
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
196
- maxFeePerGas?: `0x${string}` | undefined;
197
- maxPriorityFeePerGas?: `0x${string}` | undefined;
198
- gasPrice?: `0x${string}` | undefined;
199
- from?: `0x${string}` | undefined;
200
- to?: `0x${string}` | null | undefined;
201
- value?: `0x${string}` | undefined;
202
- r?: `0x${string}` | undefined;
203
- s?: `0x${string}` | undefined;
204
- v?: `0x${string}` | undefined;
205
193
  yParity?: `0x${string}` | undefined;
206
194
  blockHash?: `0x${string}` | null | undefined;
207
195
  blockNumber?: `0x${string}` | null | undefined;
196
+ from?: `0x${string}` | undefined;
197
+ gas?: `0x${string}` | undefined;
208
198
  hash?: `0x${string}` | undefined;
209
199
  input?: `0x${string}` | undefined;
200
+ nonce?: `0x${string}` | undefined;
201
+ r?: `0x${string}` | undefined;
202
+ s?: `0x${string}` | undefined;
203
+ to?: `0x${string}` | null | undefined;
210
204
  transactionIndex?: `0x${string}` | null | undefined;
205
+ v?: `0x${string}` | undefined;
206
+ value?: `0x${string}` | undefined;
207
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
208
+ gasPrice?: `0x${string}` | undefined;
209
+ maxFeePerGas?: `0x${string}` | undefined;
210
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
211
211
  accessList?: import("../../index.js").AccessList | undefined;
212
212
  chainId?: `0x${string}` | undefined;
213
213
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
@@ -215,24 +215,24 @@ export declare const zoraSepolia: {
215
215
  mint?: undefined;
216
216
  sourceHash?: undefined;
217
217
  }) | ({
218
- gas?: `0x${string}` | undefined;
219
- nonce?: `0x${string}` | undefined;
220
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
221
- maxFeePerGas?: `0x${string}` | undefined;
222
- maxPriorityFeePerGas?: `0x${string}` | undefined;
223
- gasPrice?: `0x${string}` | undefined;
224
- from?: `0x${string}` | undefined;
225
- to?: `0x${string}` | null | undefined;
226
- value?: `0x${string}` | undefined;
227
- r?: `0x${string}` | undefined;
228
- s?: `0x${string}` | undefined;
229
- v?: `0x${string}` | undefined;
230
218
  yParity?: `0x${string}` | undefined;
231
219
  blockHash?: `0x${string}` | null | undefined;
232
220
  blockNumber?: `0x${string}` | null | undefined;
221
+ from?: `0x${string}` | undefined;
222
+ gas?: `0x${string}` | undefined;
233
223
  hash?: `0x${string}` | undefined;
234
224
  input?: `0x${string}` | undefined;
225
+ nonce?: `0x${string}` | undefined;
226
+ r?: `0x${string}` | undefined;
227
+ s?: `0x${string}` | undefined;
228
+ to?: `0x${string}` | null | undefined;
235
229
  transactionIndex?: `0x${string}` | null | undefined;
230
+ v?: `0x${string}` | undefined;
231
+ value?: `0x${string}` | undefined;
232
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
233
+ gasPrice?: `0x${string}` | undefined;
234
+ maxFeePerGas?: `0x${string}` | undefined;
235
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
236
236
  accessList?: import("../../index.js").AccessList | undefined;
237
237
  chainId?: `0x${string}` | undefined;
238
238
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -241,24 +241,24 @@ export declare const zoraSepolia: {
241
241
  sourceHash: `0x${string}`;
242
242
  type: "0x7e";
243
243
  }) | ({
244
- gas?: `0x${string}` | undefined;
245
- nonce?: `0x${string}` | undefined;
246
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
247
- maxFeePerGas?: `0x${string}` | undefined;
248
- maxPriorityFeePerGas?: `0x${string}` | undefined;
249
- gasPrice?: `0x${string}` | undefined;
250
- from?: `0x${string}` | undefined;
251
- to?: `0x${string}` | null | undefined;
252
- value?: `0x${string}` | undefined;
253
- r?: `0x${string}` | undefined;
254
- s?: `0x${string}` | undefined;
255
- v?: `0x${string}` | undefined;
256
244
  yParity?: `0x${string}` | undefined;
257
245
  blockHash?: `0x${string}` | null | undefined;
258
246
  blockNumber?: `0x${string}` | null | undefined;
247
+ from?: `0x${string}` | undefined;
248
+ gas?: `0x${string}` | undefined;
259
249
  hash?: `0x${string}` | undefined;
260
250
  input?: `0x${string}` | undefined;
251
+ nonce?: `0x${string}` | undefined;
252
+ r?: `0x${string}` | undefined;
253
+ s?: `0x${string}` | undefined;
254
+ to?: `0x${string}` | null | undefined;
261
255
  transactionIndex?: `0x${string}` | null | undefined;
256
+ v?: `0x${string}` | undefined;
257
+ value?: `0x${string}` | undefined;
258
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
259
+ gasPrice?: `0x${string}` | undefined;
260
+ maxFeePerGas?: `0x${string}` | undefined;
261
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
262
262
  accessList?: import("../../index.js").AccessList | undefined;
263
263
  chainId?: `0x${string}` | undefined;
264
264
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -266,24 +266,24 @@ export declare const zoraSepolia: {
266
266
  mint?: undefined;
267
267
  sourceHash?: undefined;
268
268
  }) | ({
269
- gas?: `0x${string}` | undefined;
270
- nonce?: `0x${string}` | undefined;
271
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
272
- maxFeePerGas?: `0x${string}` | undefined;
273
- maxPriorityFeePerGas?: `0x${string}` | undefined;
274
- gasPrice?: `0x${string}` | undefined;
275
- from?: `0x${string}` | undefined;
276
- to?: `0x${string}` | null | undefined;
277
- value?: `0x${string}` | undefined;
278
- r?: `0x${string}` | undefined;
279
- s?: `0x${string}` | undefined;
280
- v?: `0x${string}` | undefined;
281
269
  yParity?: `0x${string}` | undefined;
282
270
  blockHash?: `0x${string}` | null | undefined;
283
271
  blockNumber?: `0x${string}` | null | undefined;
272
+ from?: `0x${string}` | undefined;
273
+ gas?: `0x${string}` | undefined;
284
274
  hash?: `0x${string}` | undefined;
285
275
  input?: `0x${string}` | undefined;
276
+ nonce?: `0x${string}` | undefined;
277
+ r?: `0x${string}` | undefined;
278
+ s?: `0x${string}` | undefined;
279
+ to?: `0x${string}` | null | undefined;
286
280
  transactionIndex?: `0x${string}` | null | undefined;
281
+ v?: `0x${string}` | undefined;
282
+ value?: `0x${string}` | undefined;
283
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
284
+ gasPrice?: `0x${string}` | undefined;
285
+ maxFeePerGas?: `0x${string}` | undefined;
286
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
287
287
  accessList?: import("../../index.js").AccessList | undefined;
288
288
  chainId?: `0x${string}` | undefined;
289
289
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
@@ -291,24 +291,24 @@ export declare const zoraSepolia: {
291
291
  mint?: undefined;
292
292
  sourceHash?: undefined;
293
293
  }) | ({
294
- gas?: `0x${string}` | undefined;
295
- nonce?: `0x${string}` | undefined;
296
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
297
- maxFeePerGas?: `0x${string}` | undefined;
298
- maxPriorityFeePerGas?: `0x${string}` | undefined;
299
- gasPrice?: `0x${string}` | undefined;
300
- from?: `0x${string}` | undefined;
301
- to?: `0x${string}` | null | undefined;
302
- value?: `0x${string}` | undefined;
303
- r?: `0x${string}` | undefined;
304
- s?: `0x${string}` | undefined;
305
- v?: `0x${string}` | undefined;
306
294
  yParity?: `0x${string}` | undefined;
307
295
  blockHash?: `0x${string}` | null | undefined;
308
296
  blockNumber?: `0x${string}` | null | undefined;
297
+ from?: `0x${string}` | undefined;
298
+ gas?: `0x${string}` | undefined;
309
299
  hash?: `0x${string}` | undefined;
310
300
  input?: `0x${string}` | undefined;
301
+ nonce?: `0x${string}` | undefined;
302
+ r?: `0x${string}` | undefined;
303
+ s?: `0x${string}` | undefined;
304
+ to?: `0x${string}` | null | undefined;
311
305
  transactionIndex?: `0x${string}` | null | undefined;
306
+ v?: `0x${string}` | undefined;
307
+ value?: `0x${string}` | undefined;
308
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
309
+ gasPrice?: `0x${string}` | undefined;
310
+ maxFeePerGas?: `0x${string}` | undefined;
311
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
312
312
  accessList?: import("../../index.js").AccessList | undefined;
313
313
  chainId?: `0x${string}` | undefined;
314
314
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
@@ -316,24 +316,24 @@ export declare const zoraSepolia: {
316
316
  mint?: undefined;
317
317
  sourceHash?: undefined;
318
318
  }) | ({
319
- gas?: `0x${string}` | undefined;
320
- nonce?: `0x${string}` | undefined;
321
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
322
- maxFeePerGas?: `0x${string}` | undefined;
323
- maxPriorityFeePerGas?: `0x${string}` | undefined;
324
- gasPrice?: `0x${string}` | undefined;
325
- from?: `0x${string}` | undefined;
326
- to?: `0x${string}` | null | undefined;
327
- value?: `0x${string}` | undefined;
328
- r?: `0x${string}` | undefined;
329
- s?: `0x${string}` | undefined;
330
- v?: `0x${string}` | undefined;
331
319
  yParity?: `0x${string}` | undefined;
332
320
  blockHash?: `0x${string}` | null | undefined;
333
321
  blockNumber?: `0x${string}` | null | undefined;
322
+ from?: `0x${string}` | undefined;
323
+ gas?: `0x${string}` | undefined;
334
324
  hash?: `0x${string}` | undefined;
335
325
  input?: `0x${string}` | undefined;
326
+ nonce?: `0x${string}` | undefined;
327
+ r?: `0x${string}` | undefined;
328
+ s?: `0x${string}` | undefined;
329
+ to?: `0x${string}` | null | undefined;
336
330
  transactionIndex?: `0x${string}` | null | undefined;
331
+ v?: `0x${string}` | undefined;
332
+ value?: `0x${string}` | undefined;
333
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
334
+ gasPrice?: `0x${string}` | undefined;
335
+ maxFeePerGas?: `0x${string}` | undefined;
336
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
337
337
  accessList?: import("../../index.js").AccessList | undefined;
338
338
  chainId?: `0x${string}` | undefined;
339
339
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -342,20 +342,20 @@ export declare const zoraSepolia: {
342
342
  sourceHash: `0x${string}`;
343
343
  type: "0x7e";
344
344
  })) => ({
345
- gas: bigint;
346
- nonce: number;
347
- from: `0x${string}`;
348
- to: `0x${string}` | null;
349
- value: bigint;
350
- r: `0x${string}`;
351
- s: `0x${string}`;
352
- v: bigint;
353
345
  blockHash: `0x${string}` | null;
354
346
  blockNumber: bigint | null;
347
+ from: `0x${string}`;
348
+ gas: bigint;
355
349
  hash: `0x${string}`;
356
350
  input: `0x${string}`;
351
+ nonce: number;
352
+ r: `0x${string}`;
353
+ s: `0x${string}`;
354
+ to: `0x${string}` | null;
357
355
  transactionIndex: number | null;
358
356
  typeHex: `0x${string}` | null;
357
+ v: bigint;
358
+ value: bigint;
359
359
  gasPrice: bigint;
360
360
  maxFeePerGas?: undefined;
361
361
  maxPriorityFeePerGas?: undefined;
@@ -367,20 +367,20 @@ export declare const zoraSepolia: {
367
367
  mint?: undefined;
368
368
  sourceHash?: undefined;
369
369
  } | {
370
- gas: bigint;
371
- nonce: number;
372
- from: `0x${string}`;
373
- to: `0x${string}` | null;
374
- value: bigint;
375
- r: `0x${string}`;
376
- s: `0x${string}`;
377
- v: bigint;
378
370
  blockHash: `0x${string}` | null;
379
371
  blockNumber: bigint | null;
372
+ from: `0x${string}`;
373
+ gas: bigint;
380
374
  hash: `0x${string}`;
381
375
  input: `0x${string}`;
376
+ nonce: number;
377
+ r: `0x${string}`;
378
+ s: `0x${string}`;
379
+ to: `0x${string}` | null;
382
380
  transactionIndex: number | null;
383
381
  typeHex: `0x${string}` | null;
382
+ v: bigint;
383
+ value: bigint;
384
384
  gasPrice: undefined;
385
385
  maxFeePerGas: bigint;
386
386
  maxPriorityFeePerGas: bigint;
@@ -570,7 +570,7 @@ export declare const zoraSepolia: {
570
570
  };
571
571
  };
572
572
  serializers: {
573
- readonly transaction: import("../../index.js").SerializeTransactionFn<import("../opStack/types/transaction.js").OpStackTransactionSerializable>;
573
+ readonly transaction: import("../../index.js").SerializeTransactionFn<import("../index.js").OpStackTransactionSerializable>;
574
574
  };
575
575
  fees?: import("../../index.js").ChainFees<undefined> | undefined;
576
576
  readonly network: "zora-sepolia";