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
@@ -55,24 +55,24 @@ export declare const chainConfig: {
55
55
  readonly transaction: {
56
56
  exclude: [] | undefined;
57
57
  format: (args: ({
58
- gas?: `0x${string}` | undefined;
59
- nonce?: `0x${string}` | undefined;
60
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
61
- maxFeePerGas?: `0x${string}` | undefined;
62
- maxPriorityFeePerGas?: `0x${string}` | undefined;
63
- gasPrice?: `0x${string}` | undefined;
64
- from?: `0x${string}` | undefined;
65
- to?: `0x${string}` | null | undefined;
66
- value?: `0x${string}` | undefined;
67
- r?: `0x${string}` | undefined;
68
- s?: `0x${string}` | undefined;
69
- v?: `0x${string}` | undefined;
70
58
  yParity?: `0x${string}` | undefined;
71
59
  blockHash?: `0x${string}` | null | undefined;
72
60
  blockNumber?: `0x${string}` | null | undefined;
61
+ from?: `0x${string}` | undefined;
62
+ gas?: `0x${string}` | undefined;
73
63
  hash?: `0x${string}` | undefined;
74
64
  input?: `0x${string}` | undefined;
65
+ nonce?: `0x${string}` | undefined;
66
+ r?: `0x${string}` | undefined;
67
+ s?: `0x${string}` | undefined;
68
+ to?: `0x${string}` | null | undefined;
75
69
  transactionIndex?: `0x${string}` | null | undefined;
70
+ v?: `0x${string}` | undefined;
71
+ value?: `0x${string}` | undefined;
72
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
73
+ gasPrice?: `0x${string}` | undefined;
74
+ maxFeePerGas?: `0x${string}` | undefined;
75
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
76
76
  accessList?: undefined;
77
77
  chainId?: `0x${string}` | undefined;
78
78
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -80,24 +80,24 @@ export declare const chainConfig: {
80
80
  mint?: undefined;
81
81
  sourceHash?: undefined;
82
82
  }) | ({
83
- gas?: `0x${string}` | undefined;
84
- nonce?: `0x${string}` | undefined;
85
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
86
- maxFeePerGas?: `0x${string}` | undefined;
87
- maxPriorityFeePerGas?: `0x${string}` | undefined;
88
- gasPrice?: `0x${string}` | undefined;
89
- from?: `0x${string}` | undefined;
90
- to?: `0x${string}` | null | undefined;
91
- value?: `0x${string}` | undefined;
92
- r?: `0x${string}` | undefined;
93
- s?: `0x${string}` | undefined;
94
- v?: `0x${string}` | undefined;
95
83
  yParity?: `0x${string}` | undefined;
96
84
  blockHash?: `0x${string}` | null | undefined;
97
85
  blockNumber?: `0x${string}` | null | undefined;
86
+ from?: `0x${string}` | undefined;
87
+ gas?: `0x${string}` | undefined;
98
88
  hash?: `0x${string}` | undefined;
99
89
  input?: `0x${string}` | undefined;
90
+ nonce?: `0x${string}` | undefined;
91
+ r?: `0x${string}` | undefined;
92
+ s?: `0x${string}` | undefined;
93
+ to?: `0x${string}` | null | undefined;
100
94
  transactionIndex?: `0x${string}` | null | undefined;
95
+ v?: `0x${string}` | undefined;
96
+ value?: `0x${string}` | undefined;
97
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
98
+ gasPrice?: `0x${string}` | undefined;
99
+ maxFeePerGas?: `0x${string}` | undefined;
100
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
101
101
  accessList?: undefined;
102
102
  chainId?: `0x${string}` | undefined;
103
103
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -106,24 +106,24 @@ export declare const chainConfig: {
106
106
  sourceHash: `0x${string}`;
107
107
  type: "0x7e";
108
108
  }) | ({
109
- gas?: `0x${string}` | undefined;
110
- nonce?: `0x${string}` | undefined;
111
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
112
- maxFeePerGas?: `0x${string}` | undefined;
113
- maxPriorityFeePerGas?: `0x${string}` | undefined;
114
- gasPrice?: `0x${string}` | undefined;
115
- from?: `0x${string}` | undefined;
116
- to?: `0x${string}` | null | undefined;
117
- value?: `0x${string}` | undefined;
118
- r?: `0x${string}` | undefined;
119
- s?: `0x${string}` | undefined;
120
- v?: `0x${string}` | undefined;
121
109
  yParity?: `0x${string}` | undefined;
122
110
  blockHash?: `0x${string}` | null | undefined;
123
111
  blockNumber?: `0x${string}` | null | undefined;
112
+ from?: `0x${string}` | undefined;
113
+ gas?: `0x${string}` | undefined;
124
114
  hash?: `0x${string}` | undefined;
125
115
  input?: `0x${string}` | undefined;
116
+ nonce?: `0x${string}` | undefined;
117
+ r?: `0x${string}` | undefined;
118
+ s?: `0x${string}` | undefined;
119
+ to?: `0x${string}` | null | undefined;
126
120
  transactionIndex?: `0x${string}` | null | undefined;
121
+ v?: `0x${string}` | undefined;
122
+ value?: `0x${string}` | undefined;
123
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
124
+ gasPrice?: `0x${string}` | undefined;
125
+ maxFeePerGas?: `0x${string}` | undefined;
126
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
127
127
  accessList?: import("../../index.js").AccessList | undefined;
128
128
  chainId?: `0x${string}` | undefined;
129
129
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -131,24 +131,24 @@ export declare const chainConfig: {
131
131
  mint?: undefined;
132
132
  sourceHash?: undefined;
133
133
  }) | ({
134
- gas?: `0x${string}` | undefined;
135
- nonce?: `0x${string}` | undefined;
136
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
137
- maxFeePerGas?: `0x${string}` | undefined;
138
- maxPriorityFeePerGas?: `0x${string}` | undefined;
139
- gasPrice?: `0x${string}` | undefined;
140
- from?: `0x${string}` | undefined;
141
- to?: `0x${string}` | null | undefined;
142
- value?: `0x${string}` | undefined;
143
- r?: `0x${string}` | undefined;
144
- s?: `0x${string}` | undefined;
145
- v?: `0x${string}` | undefined;
146
134
  yParity?: `0x${string}` | undefined;
147
135
  blockHash?: `0x${string}` | null | undefined;
148
136
  blockNumber?: `0x${string}` | null | undefined;
137
+ from?: `0x${string}` | undefined;
138
+ gas?: `0x${string}` | undefined;
149
139
  hash?: `0x${string}` | undefined;
150
140
  input?: `0x${string}` | undefined;
141
+ nonce?: `0x${string}` | undefined;
142
+ r?: `0x${string}` | undefined;
143
+ s?: `0x${string}` | undefined;
144
+ to?: `0x${string}` | null | undefined;
151
145
  transactionIndex?: `0x${string}` | null | undefined;
146
+ v?: `0x${string}` | undefined;
147
+ value?: `0x${string}` | undefined;
148
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
149
+ gasPrice?: `0x${string}` | undefined;
150
+ maxFeePerGas?: `0x${string}` | undefined;
151
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
152
152
  accessList?: import("../../index.js").AccessList | undefined;
153
153
  chainId?: `0x${string}` | undefined;
154
154
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
@@ -156,24 +156,24 @@ export declare const chainConfig: {
156
156
  mint?: undefined;
157
157
  sourceHash?: undefined;
158
158
  }) | ({
159
- gas?: `0x${string}` | undefined;
160
- nonce?: `0x${string}` | undefined;
161
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
162
- maxFeePerGas?: `0x${string}` | undefined;
163
- maxPriorityFeePerGas?: `0x${string}` | undefined;
164
- gasPrice?: `0x${string}` | undefined;
165
- from?: `0x${string}` | undefined;
166
- to?: `0x${string}` | null | undefined;
167
- value?: `0x${string}` | undefined;
168
- r?: `0x${string}` | undefined;
169
- s?: `0x${string}` | undefined;
170
- v?: `0x${string}` | undefined;
171
159
  yParity?: `0x${string}` | undefined;
172
160
  blockHash?: `0x${string}` | null | undefined;
173
161
  blockNumber?: `0x${string}` | null | undefined;
162
+ from?: `0x${string}` | undefined;
163
+ gas?: `0x${string}` | undefined;
174
164
  hash?: `0x${string}` | undefined;
175
165
  input?: `0x${string}` | undefined;
166
+ nonce?: `0x${string}` | undefined;
167
+ r?: `0x${string}` | undefined;
168
+ s?: `0x${string}` | undefined;
169
+ to?: `0x${string}` | null | undefined;
176
170
  transactionIndex?: `0x${string}` | null | undefined;
171
+ v?: `0x${string}` | undefined;
172
+ value?: `0x${string}` | undefined;
173
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
174
+ gasPrice?: `0x${string}` | undefined;
175
+ maxFeePerGas?: `0x${string}` | undefined;
176
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
177
177
  accessList?: import("../../index.js").AccessList | undefined;
178
178
  chainId?: `0x${string}` | undefined;
179
179
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
@@ -181,24 +181,24 @@ export declare const chainConfig: {
181
181
  mint?: undefined;
182
182
  sourceHash?: undefined;
183
183
  }) | ({
184
- gas?: `0x${string}` | undefined;
185
- nonce?: `0x${string}` | undefined;
186
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
187
- maxFeePerGas?: `0x${string}` | undefined;
188
- maxPriorityFeePerGas?: `0x${string}` | undefined;
189
- gasPrice?: `0x${string}` | undefined;
190
- from?: `0x${string}` | undefined;
191
- to?: `0x${string}` | null | undefined;
192
- value?: `0x${string}` | undefined;
193
- r?: `0x${string}` | undefined;
194
- s?: `0x${string}` | undefined;
195
- v?: `0x${string}` | undefined;
196
184
  yParity?: `0x${string}` | undefined;
197
185
  blockHash?: `0x${string}` | null | undefined;
198
186
  blockNumber?: `0x${string}` | null | undefined;
187
+ from?: `0x${string}` | undefined;
188
+ gas?: `0x${string}` | undefined;
199
189
  hash?: `0x${string}` | undefined;
200
190
  input?: `0x${string}` | undefined;
191
+ nonce?: `0x${string}` | undefined;
192
+ r?: `0x${string}` | undefined;
193
+ s?: `0x${string}` | undefined;
194
+ to?: `0x${string}` | null | undefined;
201
195
  transactionIndex?: `0x${string}` | null | undefined;
196
+ v?: `0x${string}` | undefined;
197
+ value?: `0x${string}` | undefined;
198
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
199
+ gasPrice?: `0x${string}` | undefined;
200
+ maxFeePerGas?: `0x${string}` | undefined;
201
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
202
202
  accessList?: import("../../index.js").AccessList | undefined;
203
203
  chainId?: `0x${string}` | undefined;
204
204
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -207,24 +207,24 @@ export declare const chainConfig: {
207
207
  sourceHash: `0x${string}`;
208
208
  type: "0x7e";
209
209
  }) | ({
210
- gas?: `0x${string}` | undefined;
211
- nonce?: `0x${string}` | undefined;
212
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
213
- maxFeePerGas?: `0x${string}` | undefined;
214
- maxPriorityFeePerGas?: `0x${string}` | undefined;
215
- gasPrice?: `0x${string}` | undefined;
216
- from?: `0x${string}` | undefined;
217
- to?: `0x${string}` | null | undefined;
218
- value?: `0x${string}` | undefined;
219
- r?: `0x${string}` | undefined;
220
- s?: `0x${string}` | undefined;
221
- v?: `0x${string}` | undefined;
222
210
  yParity?: `0x${string}` | undefined;
223
211
  blockHash?: `0x${string}` | null | undefined;
224
212
  blockNumber?: `0x${string}` | null | undefined;
213
+ from?: `0x${string}` | undefined;
214
+ gas?: `0x${string}` | undefined;
225
215
  hash?: `0x${string}` | undefined;
226
216
  input?: `0x${string}` | undefined;
217
+ nonce?: `0x${string}` | undefined;
218
+ r?: `0x${string}` | undefined;
219
+ s?: `0x${string}` | undefined;
220
+ to?: `0x${string}` | null | undefined;
227
221
  transactionIndex?: `0x${string}` | null | undefined;
222
+ v?: `0x${string}` | undefined;
223
+ value?: `0x${string}` | undefined;
224
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
225
+ gasPrice?: `0x${string}` | undefined;
226
+ maxFeePerGas?: `0x${string}` | undefined;
227
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
228
228
  accessList?: import("../../index.js").AccessList | undefined;
229
229
  chainId?: `0x${string}` | undefined;
230
230
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -232,24 +232,24 @@ export declare const chainConfig: {
232
232
  mint?: undefined;
233
233
  sourceHash?: undefined;
234
234
  }) | ({
235
- gas?: `0x${string}` | undefined;
236
- nonce?: `0x${string}` | undefined;
237
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
238
- maxFeePerGas?: `0x${string}` | undefined;
239
- maxPriorityFeePerGas?: `0x${string}` | undefined;
240
- gasPrice?: `0x${string}` | undefined;
241
- from?: `0x${string}` | undefined;
242
- to?: `0x${string}` | null | undefined;
243
- value?: `0x${string}` | undefined;
244
- r?: `0x${string}` | undefined;
245
- s?: `0x${string}` | undefined;
246
- v?: `0x${string}` | undefined;
247
235
  yParity?: `0x${string}` | undefined;
248
236
  blockHash?: `0x${string}` | null | undefined;
249
237
  blockNumber?: `0x${string}` | null | undefined;
238
+ from?: `0x${string}` | undefined;
239
+ gas?: `0x${string}` | undefined;
250
240
  hash?: `0x${string}` | undefined;
251
241
  input?: `0x${string}` | undefined;
242
+ nonce?: `0x${string}` | undefined;
243
+ r?: `0x${string}` | undefined;
244
+ s?: `0x${string}` | undefined;
245
+ to?: `0x${string}` | null | undefined;
252
246
  transactionIndex?: `0x${string}` | null | undefined;
247
+ v?: `0x${string}` | undefined;
248
+ value?: `0x${string}` | undefined;
249
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
250
+ gasPrice?: `0x${string}` | undefined;
251
+ maxFeePerGas?: `0x${string}` | undefined;
252
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
253
253
  accessList?: import("../../index.js").AccessList | undefined;
254
254
  chainId?: `0x${string}` | undefined;
255
255
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
@@ -257,24 +257,24 @@ export declare const chainConfig: {
257
257
  mint?: undefined;
258
258
  sourceHash?: undefined;
259
259
  }) | ({
260
- gas?: `0x${string}` | undefined;
261
- nonce?: `0x${string}` | undefined;
262
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
263
- maxFeePerGas?: `0x${string}` | undefined;
264
- maxPriorityFeePerGas?: `0x${string}` | undefined;
265
- gasPrice?: `0x${string}` | undefined;
266
- from?: `0x${string}` | undefined;
267
- to?: `0x${string}` | null | undefined;
268
- value?: `0x${string}` | undefined;
269
- r?: `0x${string}` | undefined;
270
- s?: `0x${string}` | undefined;
271
- v?: `0x${string}` | undefined;
272
260
  yParity?: `0x${string}` | undefined;
273
261
  blockHash?: `0x${string}` | null | undefined;
274
262
  blockNumber?: `0x${string}` | null | undefined;
263
+ from?: `0x${string}` | undefined;
264
+ gas?: `0x${string}` | undefined;
275
265
  hash?: `0x${string}` | undefined;
276
266
  input?: `0x${string}` | undefined;
267
+ nonce?: `0x${string}` | undefined;
268
+ r?: `0x${string}` | undefined;
269
+ s?: `0x${string}` | undefined;
270
+ to?: `0x${string}` | null | undefined;
277
271
  transactionIndex?: `0x${string}` | null | undefined;
272
+ v?: `0x${string}` | undefined;
273
+ value?: `0x${string}` | undefined;
274
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
275
+ gasPrice?: `0x${string}` | undefined;
276
+ maxFeePerGas?: `0x${string}` | undefined;
277
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
278
278
  accessList?: import("../../index.js").AccessList | undefined;
279
279
  chainId?: `0x${string}` | undefined;
280
280
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
@@ -282,24 +282,24 @@ export declare const chainConfig: {
282
282
  mint?: undefined;
283
283
  sourceHash?: undefined;
284
284
  }) | ({
285
- gas?: `0x${string}` | undefined;
286
- nonce?: `0x${string}` | undefined;
287
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
288
- maxFeePerGas?: `0x${string}` | undefined;
289
- maxPriorityFeePerGas?: `0x${string}` | undefined;
290
- gasPrice?: `0x${string}` | undefined;
291
- from?: `0x${string}` | undefined;
292
- to?: `0x${string}` | null | undefined;
293
- value?: `0x${string}` | undefined;
294
- r?: `0x${string}` | undefined;
295
- s?: `0x${string}` | undefined;
296
- v?: `0x${string}` | undefined;
297
285
  yParity?: `0x${string}` | undefined;
298
286
  blockHash?: `0x${string}` | null | undefined;
299
287
  blockNumber?: `0x${string}` | null | undefined;
288
+ from?: `0x${string}` | undefined;
289
+ gas?: `0x${string}` | undefined;
300
290
  hash?: `0x${string}` | undefined;
301
291
  input?: `0x${string}` | undefined;
292
+ nonce?: `0x${string}` | undefined;
293
+ r?: `0x${string}` | undefined;
294
+ s?: `0x${string}` | undefined;
295
+ to?: `0x${string}` | null | undefined;
302
296
  transactionIndex?: `0x${string}` | null | undefined;
297
+ v?: `0x${string}` | undefined;
298
+ value?: `0x${string}` | undefined;
299
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
300
+ gasPrice?: `0x${string}` | undefined;
301
+ maxFeePerGas?: `0x${string}` | undefined;
302
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
303
303
  accessList?: import("../../index.js").AccessList | undefined;
304
304
  chainId?: `0x${string}` | undefined;
305
305
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -308,20 +308,20 @@ export declare const chainConfig: {
308
308
  sourceHash: `0x${string}`;
309
309
  type: "0x7e";
310
310
  })) => ({
311
- gas: bigint;
312
- nonce: number;
313
- from: `0x${string}`;
314
- to: `0x${string}` | null;
315
- value: bigint;
316
- r: `0x${string}`;
317
- s: `0x${string}`;
318
- v: bigint;
319
311
  blockHash: `0x${string}` | null;
320
312
  blockNumber: bigint | null;
313
+ from: `0x${string}`;
314
+ gas: bigint;
321
315
  hash: `0x${string}`;
322
316
  input: `0x${string}`;
317
+ nonce: number;
318
+ r: `0x${string}`;
319
+ s: `0x${string}`;
320
+ to: `0x${string}` | null;
323
321
  transactionIndex: number | null;
324
322
  typeHex: `0x${string}` | null;
323
+ v: bigint;
324
+ value: bigint;
325
325
  gasPrice: bigint;
326
326
  maxFeePerGas?: undefined;
327
327
  maxPriorityFeePerGas?: undefined;
@@ -333,20 +333,20 @@ export declare const chainConfig: {
333
333
  mint?: undefined;
334
334
  sourceHash?: undefined;
335
335
  } | {
336
- gas: bigint;
337
- nonce: number;
338
- from: `0x${string}`;
339
- to: `0x${string}` | null;
340
- value: bigint;
341
- r: `0x${string}`;
342
- s: `0x${string}`;
343
- v: bigint;
344
336
  blockHash: `0x${string}` | null;
345
337
  blockNumber: bigint | null;
338
+ from: `0x${string}`;
339
+ gas: bigint;
346
340
  hash: `0x${string}`;
347
341
  input: `0x${string}`;
342
+ nonce: number;
343
+ r: `0x${string}`;
344
+ s: `0x${string}`;
345
+ to: `0x${string}` | null;
348
346
  transactionIndex: number | null;
349
347
  typeHex: `0x${string}` | null;
348
+ v: bigint;
349
+ value: bigint;
350
350
  gasPrice: undefined;
351
351
  maxFeePerGas: bigint;
352
352
  maxPriorityFeePerGas: bigint;