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