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
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- exports.version = '2.0.0-beta.9';
4
+ exports.version = '2.0.0-beta.11';
5
5
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../errors/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,cAAc,CAAA"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../errors/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,eAAe,CAAA"}
@@ -1,2 +1,2 @@
1
- export const version = '2.0.0-beta.9';
1
+ export const version = '2.0.0-beta.11';
2
2
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../errors/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,cAAc,CAAA"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../errors/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,eAAe,CAAA"}
@@ -45,24 +45,24 @@ export declare const chainConfig: {
45
45
  readonly transaction: {
46
46
  exclude: [] | undefined;
47
47
  format: (args: ({
48
- gas?: `0x${string}` | undefined;
49
- nonce?: `0x${string}` | undefined;
50
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
51
- maxFeePerGas?: `0x${string}` | undefined;
52
- maxPriorityFeePerGas?: `0x${string}` | undefined;
53
- gasPrice?: `0x${string}` | undefined;
54
- from?: `0x${string}` | undefined;
55
- to?: `0x${string}` | null | undefined;
56
- value?: `0x${string}` | undefined;
57
- r?: `0x${string}` | undefined;
58
- s?: `0x${string}` | undefined;
59
- v?: `0x${string}` | undefined;
60
48
  yParity?: `0x${string}` | undefined;
61
49
  blockHash?: `0x${string}` | null | undefined;
62
50
  blockNumber?: `0x${string}` | null | undefined;
51
+ from?: `0x${string}` | undefined;
52
+ gas?: `0x${string}` | undefined;
63
53
  hash?: `0x${string}` | undefined;
64
54
  input?: `0x${string}` | undefined;
55
+ nonce?: `0x${string}` | undefined;
56
+ r?: `0x${string}` | undefined;
57
+ s?: `0x${string}` | undefined;
58
+ to?: `0x${string}` | null | undefined;
65
59
  transactionIndex?: `0x${string}` | null | undefined;
60
+ v?: `0x${string}` | undefined;
61
+ value?: `0x${string}` | undefined;
62
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
63
+ gasPrice?: `0x${string}` | undefined;
64
+ maxFeePerGas?: `0x${string}` | undefined;
65
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
66
66
  accessList?: undefined;
67
67
  chainId?: `0x${string}` | undefined;
68
68
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -70,24 +70,24 @@ export declare const chainConfig: {
70
70
  gatewayFee: `0x${string}` | null;
71
71
  gatewayFeeRecipient: `0x${string}` | null;
72
72
  }) | ({
73
- gas?: `0x${string}` | undefined;
74
- nonce?: `0x${string}` | undefined;
75
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
76
- maxFeePerGas?: `0x${string}` | undefined;
77
- maxPriorityFeePerGas?: `0x${string}` | undefined;
78
- gasPrice?: `0x${string}` | undefined;
79
- from?: `0x${string}` | undefined;
80
- to?: `0x${string}` | null | undefined;
81
- value?: `0x${string}` | undefined;
82
- r?: `0x${string}` | undefined;
83
- s?: `0x${string}` | undefined;
84
- v?: `0x${string}` | undefined;
85
73
  yParity?: `0x${string}` | undefined;
86
74
  blockHash?: `0x${string}` | null | undefined;
87
75
  blockNumber?: `0x${string}` | null | undefined;
76
+ from?: `0x${string}` | undefined;
77
+ gas?: `0x${string}` | undefined;
88
78
  hash?: `0x${string}` | undefined;
89
79
  input?: `0x${string}` | undefined;
80
+ nonce?: `0x${string}` | undefined;
81
+ r?: `0x${string}` | undefined;
82
+ s?: `0x${string}` | undefined;
83
+ to?: `0x${string}` | null | undefined;
90
84
  transactionIndex?: `0x${string}` | null | undefined;
85
+ v?: `0x${string}` | undefined;
86
+ value?: `0x${string}` | undefined;
87
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
88
+ gasPrice?: `0x${string}` | undefined;
89
+ maxFeePerGas?: `0x${string}` | undefined;
90
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
91
91
  accessList?: undefined;
92
92
  chainId?: `0x${string}` | undefined;
93
93
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -96,24 +96,24 @@ export declare const chainConfig: {
96
96
  gatewayFeeRecipient: `0x${string}` | null;
97
97
  type: "0x7c";
98
98
  }) | ({
99
- gas?: `0x${string}` | undefined;
100
- nonce?: `0x${string}` | undefined;
101
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
102
- maxFeePerGas?: `0x${string}` | undefined;
103
- maxPriorityFeePerGas?: `0x${string}` | undefined;
104
- gasPrice?: `0x${string}` | undefined;
105
- from?: `0x${string}` | undefined;
106
- to?: `0x${string}` | null | undefined;
107
- value?: `0x${string}` | undefined;
108
- r?: `0x${string}` | undefined;
109
- s?: `0x${string}` | undefined;
110
- v?: `0x${string}` | undefined;
111
99
  yParity?: `0x${string}` | undefined;
112
100
  blockHash?: `0x${string}` | null | undefined;
113
101
  blockNumber?: `0x${string}` | null | undefined;
102
+ from?: `0x${string}` | undefined;
103
+ gas?: `0x${string}` | undefined;
114
104
  hash?: `0x${string}` | undefined;
115
105
  input?: `0x${string}` | undefined;
106
+ nonce?: `0x${string}` | undefined;
107
+ r?: `0x${string}` | undefined;
108
+ s?: `0x${string}` | undefined;
109
+ to?: `0x${string}` | null | undefined;
116
110
  transactionIndex?: `0x${string}` | null | undefined;
111
+ v?: `0x${string}` | undefined;
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,24 +122,24 @@ export declare const chainConfig: {
122
122
  gatewayFeeRecipient?: undefined;
123
123
  type: "0x7b";
124
124
  }) | ({
125
- gas?: `0x${string}` | undefined;
126
- nonce?: `0x${string}` | undefined;
127
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
128
- maxFeePerGas?: `0x${string}` | undefined;
129
- maxPriorityFeePerGas?: `0x${string}` | undefined;
130
- gasPrice?: `0x${string}` | undefined;
131
- from?: `0x${string}` | undefined;
132
- to?: `0x${string}` | null | undefined;
133
- value?: `0x${string}` | undefined;
134
- r?: `0x${string}` | undefined;
135
- s?: `0x${string}` | undefined;
136
- v?: `0x${string}` | undefined;
137
125
  yParity?: `0x${string}` | undefined;
138
126
  blockHash?: `0x${string}` | null | undefined;
139
127
  blockNumber?: `0x${string}` | null | undefined;
128
+ from?: `0x${string}` | undefined;
129
+ gas?: `0x${string}` | undefined;
140
130
  hash?: `0x${string}` | undefined;
141
131
  input?: `0x${string}` | undefined;
132
+ nonce?: `0x${string}` | undefined;
133
+ r?: `0x${string}` | undefined;
134
+ s?: `0x${string}` | undefined;
135
+ to?: `0x${string}` | null | undefined;
142
136
  transactionIndex?: `0x${string}` | null | undefined;
137
+ v?: `0x${string}` | undefined;
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?: import("../../index.js").AccessList | undefined;
144
144
  chainId?: `0x${string}` | undefined;
145
145
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -147,24 +147,24 @@ export declare const chainConfig: {
147
147
  gatewayFee: `0x${string}` | null;
148
148
  gatewayFeeRecipient: `0x${string}` | null;
149
149
  }) | ({
150
- gas?: `0x${string}` | undefined;
151
- nonce?: `0x${string}` | undefined;
152
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
153
- maxFeePerGas?: `0x${string}` | undefined;
154
- maxPriorityFeePerGas?: `0x${string}` | undefined;
155
- gasPrice?: `0x${string}` | undefined;
156
- from?: `0x${string}` | undefined;
157
- to?: `0x${string}` | null | undefined;
158
- value?: `0x${string}` | undefined;
159
- r?: `0x${string}` | undefined;
160
- s?: `0x${string}` | undefined;
161
- v?: `0x${string}` | undefined;
162
150
  yParity?: `0x${string}` | undefined;
163
151
  blockHash?: `0x${string}` | null | undefined;
164
152
  blockNumber?: `0x${string}` | null | undefined;
153
+ from?: `0x${string}` | undefined;
154
+ gas?: `0x${string}` | undefined;
165
155
  hash?: `0x${string}` | undefined;
166
156
  input?: `0x${string}` | undefined;
157
+ nonce?: `0x${string}` | undefined;
158
+ r?: `0x${string}` | undefined;
159
+ s?: `0x${string}` | undefined;
160
+ to?: `0x${string}` | null | undefined;
167
161
  transactionIndex?: `0x${string}` | null | undefined;
162
+ v?: `0x${string}` | undefined;
163
+ value?: `0x${string}` | undefined;
164
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
165
+ gasPrice?: `0x${string}` | undefined;
166
+ maxFeePerGas?: `0x${string}` | undefined;
167
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
168
168
  accessList?: import("../../index.js").AccessList | undefined;
169
169
  chainId?: `0x${string}` | undefined;
170
170
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
@@ -172,24 +172,24 @@ export declare const chainConfig: {
172
172
  gatewayFee: `0x${string}` | null;
173
173
  gatewayFeeRecipient: `0x${string}` | null;
174
174
  }) | ({
175
- gas?: `0x${string}` | undefined;
176
- nonce?: `0x${string}` | undefined;
177
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
178
- maxFeePerGas?: `0x${string}` | undefined;
179
- maxPriorityFeePerGas?: `0x${string}` | undefined;
180
- gasPrice?: `0x${string}` | undefined;
181
- from?: `0x${string}` | undefined;
182
- to?: `0x${string}` | null | undefined;
183
- value?: `0x${string}` | undefined;
184
- r?: `0x${string}` | undefined;
185
- s?: `0x${string}` | undefined;
186
- v?: `0x${string}` | undefined;
187
175
  yParity?: `0x${string}` | undefined;
188
176
  blockHash?: `0x${string}` | null | undefined;
189
177
  blockNumber?: `0x${string}` | null | undefined;
178
+ from?: `0x${string}` | undefined;
179
+ gas?: `0x${string}` | undefined;
190
180
  hash?: `0x${string}` | undefined;
191
181
  input?: `0x${string}` | undefined;
182
+ nonce?: `0x${string}` | undefined;
183
+ r?: `0x${string}` | undefined;
184
+ s?: `0x${string}` | undefined;
185
+ to?: `0x${string}` | null | undefined;
192
186
  transactionIndex?: `0x${string}` | null | undefined;
187
+ v?: `0x${string}` | undefined;
188
+ value?: `0x${string}` | undefined;
189
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
190
+ gasPrice?: `0x${string}` | undefined;
191
+ maxFeePerGas?: `0x${string}` | undefined;
192
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
193
193
  accessList?: import("../../index.js").AccessList | undefined;
194
194
  chainId?: `0x${string}` | undefined;
195
195
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
@@ -197,24 +197,24 @@ export declare const chainConfig: {
197
197
  gatewayFee: `0x${string}` | null;
198
198
  gatewayFeeRecipient: `0x${string}` | null;
199
199
  }) | ({
200
- gas?: `0x${string}` | undefined;
201
- nonce?: `0x${string}` | undefined;
202
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
203
- maxFeePerGas?: `0x${string}` | undefined;
204
- maxPriorityFeePerGas?: `0x${string}` | undefined;
205
- gasPrice?: `0x${string}` | undefined;
206
- from?: `0x${string}` | undefined;
207
- to?: `0x${string}` | null | undefined;
208
- value?: `0x${string}` | undefined;
209
- r?: `0x${string}` | undefined;
210
- s?: `0x${string}` | undefined;
211
- v?: `0x${string}` | undefined;
212
200
  yParity?: `0x${string}` | undefined;
213
201
  blockHash?: `0x${string}` | null | undefined;
214
202
  blockNumber?: `0x${string}` | null | undefined;
203
+ from?: `0x${string}` | undefined;
204
+ gas?: `0x${string}` | undefined;
215
205
  hash?: `0x${string}` | undefined;
216
206
  input?: `0x${string}` | undefined;
207
+ nonce?: `0x${string}` | undefined;
208
+ r?: `0x${string}` | undefined;
209
+ s?: `0x${string}` | undefined;
210
+ to?: `0x${string}` | null | undefined;
217
211
  transactionIndex?: `0x${string}` | null | undefined;
212
+ v?: `0x${string}` | undefined;
213
+ value?: `0x${string}` | undefined;
214
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
215
+ gasPrice?: `0x${string}` | undefined;
216
+ maxFeePerGas?: `0x${string}` | undefined;
217
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
218
218
  accessList?: import("../../index.js").AccessList | undefined;
219
219
  chainId?: `0x${string}` | undefined;
220
220
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -223,24 +223,24 @@ export declare const chainConfig: {
223
223
  gatewayFeeRecipient: `0x${string}` | null;
224
224
  type: "0x7c";
225
225
  }) | ({
226
- gas?: `0x${string}` | undefined;
227
- nonce?: `0x${string}` | undefined;
228
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
229
- maxFeePerGas?: `0x${string}` | undefined;
230
- maxPriorityFeePerGas?: `0x${string}` | undefined;
231
- gasPrice?: `0x${string}` | undefined;
232
- from?: `0x${string}` | undefined;
233
- to?: `0x${string}` | null | undefined;
234
- value?: `0x${string}` | undefined;
235
- r?: `0x${string}` | undefined;
236
- s?: `0x${string}` | undefined;
237
- v?: `0x${string}` | undefined;
238
226
  yParity?: `0x${string}` | undefined;
239
227
  blockHash?: `0x${string}` | null | undefined;
240
228
  blockNumber?: `0x${string}` | null | undefined;
229
+ from?: `0x${string}` | undefined;
230
+ gas?: `0x${string}` | undefined;
241
231
  hash?: `0x${string}` | undefined;
242
232
  input?: `0x${string}` | undefined;
233
+ nonce?: `0x${string}` | undefined;
234
+ r?: `0x${string}` | undefined;
235
+ s?: `0x${string}` | undefined;
236
+ to?: `0x${string}` | null | undefined;
243
237
  transactionIndex?: `0x${string}` | null | undefined;
238
+ v?: `0x${string}` | undefined;
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,24 +249,24 @@ export declare const chainConfig: {
249
249
  gatewayFeeRecipient?: undefined;
250
250
  type: "0x7b";
251
251
  }) | ({
252
- gas?: `0x${string}` | undefined;
253
- nonce?: `0x${string}` | undefined;
254
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
255
- maxFeePerGas?: `0x${string}` | undefined;
256
- maxPriorityFeePerGas?: `0x${string}` | undefined;
257
- gasPrice?: `0x${string}` | undefined;
258
- from?: `0x${string}` | undefined;
259
- to?: `0x${string}` | null | undefined;
260
- value?: `0x${string}` | undefined;
261
- r?: `0x${string}` | undefined;
262
- s?: `0x${string}` | undefined;
263
- v?: `0x${string}` | undefined;
264
252
  yParity?: `0x${string}` | undefined;
265
253
  blockHash?: `0x${string}` | null | undefined;
266
254
  blockNumber?: `0x${string}` | null | undefined;
255
+ from?: `0x${string}` | undefined;
256
+ gas?: `0x${string}` | undefined;
267
257
  hash?: `0x${string}` | undefined;
268
258
  input?: `0x${string}` | undefined;
259
+ nonce?: `0x${string}` | undefined;
260
+ r?: `0x${string}` | undefined;
261
+ s?: `0x${string}` | undefined;
262
+ to?: `0x${string}` | null | undefined;
269
263
  transactionIndex?: `0x${string}` | null | undefined;
264
+ v?: `0x${string}` | undefined;
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
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -274,24 +274,24 @@ export declare const chainConfig: {
274
274
  gatewayFee: `0x${string}` | null;
275
275
  gatewayFeeRecipient: `0x${string}` | null;
276
276
  }) | ({
277
- gas?: `0x${string}` | undefined;
278
- nonce?: `0x${string}` | undefined;
279
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
280
- maxFeePerGas?: `0x${string}` | undefined;
281
- maxPriorityFeePerGas?: `0x${string}` | undefined;
282
- gasPrice?: `0x${string}` | undefined;
283
- from?: `0x${string}` | undefined;
284
- to?: `0x${string}` | null | undefined;
285
- value?: `0x${string}` | undefined;
286
- r?: `0x${string}` | undefined;
287
- s?: `0x${string}` | undefined;
288
- v?: `0x${string}` | undefined;
289
277
  yParity?: `0x${string}` | undefined;
290
278
  blockHash?: `0x${string}` | null | undefined;
291
279
  blockNumber?: `0x${string}` | null | undefined;
280
+ from?: `0x${string}` | undefined;
281
+ gas?: `0x${string}` | undefined;
292
282
  hash?: `0x${string}` | undefined;
293
283
  input?: `0x${string}` | undefined;
284
+ nonce?: `0x${string}` | undefined;
285
+ r?: `0x${string}` | undefined;
286
+ s?: `0x${string}` | undefined;
287
+ to?: `0x${string}` | null | undefined;
294
288
  transactionIndex?: `0x${string}` | null | undefined;
289
+ v?: `0x${string}` | undefined;
290
+ value?: `0x${string}` | undefined;
291
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
292
+ gasPrice?: `0x${string}` | undefined;
293
+ maxFeePerGas?: `0x${string}` | undefined;
294
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
295
295
  accessList?: import("../../index.js").AccessList | undefined;
296
296
  chainId?: `0x${string}` | undefined;
297
297
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
@@ -299,24 +299,24 @@ export declare const chainConfig: {
299
299
  gatewayFee: `0x${string}` | null;
300
300
  gatewayFeeRecipient: `0x${string}` | null;
301
301
  }) | ({
302
- gas?: `0x${string}` | undefined;
303
- nonce?: `0x${string}` | undefined;
304
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
305
- maxFeePerGas?: `0x${string}` | undefined;
306
- maxPriorityFeePerGas?: `0x${string}` | undefined;
307
- gasPrice?: `0x${string}` | undefined;
308
- from?: `0x${string}` | undefined;
309
- to?: `0x${string}` | null | undefined;
310
- value?: `0x${string}` | undefined;
311
- r?: `0x${string}` | undefined;
312
- s?: `0x${string}` | undefined;
313
- v?: `0x${string}` | undefined;
314
302
  yParity?: `0x${string}` | undefined;
315
303
  blockHash?: `0x${string}` | null | undefined;
316
304
  blockNumber?: `0x${string}` | null | undefined;
305
+ from?: `0x${string}` | undefined;
306
+ gas?: `0x${string}` | undefined;
317
307
  hash?: `0x${string}` | undefined;
318
308
  input?: `0x${string}` | undefined;
309
+ nonce?: `0x${string}` | undefined;
310
+ r?: `0x${string}` | undefined;
311
+ s?: `0x${string}` | undefined;
312
+ to?: `0x${string}` | null | undefined;
319
313
  transactionIndex?: `0x${string}` | null | undefined;
314
+ v?: `0x${string}` | undefined;
315
+ value?: `0x${string}` | undefined;
316
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
317
+ gasPrice?: `0x${string}` | undefined;
318
+ maxFeePerGas?: `0x${string}` | undefined;
319
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
320
320
  accessList?: import("../../index.js").AccessList | undefined;
321
321
  chainId?: `0x${string}` | undefined;
322
322
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
@@ -324,24 +324,24 @@ export declare const chainConfig: {
324
324
  gatewayFee: `0x${string}` | null;
325
325
  gatewayFeeRecipient: `0x${string}` | null;
326
326
  }) | ({
327
- gas?: `0x${string}` | undefined;
328
- nonce?: `0x${string}` | undefined;
329
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
330
- maxFeePerGas?: `0x${string}` | undefined;
331
- maxPriorityFeePerGas?: `0x${string}` | undefined;
332
- gasPrice?: `0x${string}` | undefined;
333
- from?: `0x${string}` | undefined;
334
- to?: `0x${string}` | null | undefined;
335
- value?: `0x${string}` | undefined;
336
- r?: `0x${string}` | undefined;
337
- s?: `0x${string}` | undefined;
338
- v?: `0x${string}` | undefined;
339
327
  yParity?: `0x${string}` | undefined;
340
328
  blockHash?: `0x${string}` | null | undefined;
341
329
  blockNumber?: `0x${string}` | null | undefined;
330
+ from?: `0x${string}` | undefined;
331
+ gas?: `0x${string}` | undefined;
342
332
  hash?: `0x${string}` | undefined;
343
333
  input?: `0x${string}` | undefined;
334
+ nonce?: `0x${string}` | undefined;
335
+ r?: `0x${string}` | undefined;
336
+ s?: `0x${string}` | undefined;
337
+ to?: `0x${string}` | null | undefined;
344
338
  transactionIndex?: `0x${string}` | null | undefined;
339
+ v?: `0x${string}` | undefined;
340
+ value?: `0x${string}` | undefined;
341
+ type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
342
+ gasPrice?: `0x${string}` | undefined;
343
+ maxFeePerGas?: `0x${string}` | undefined;
344
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
345
345
  accessList?: import("../../index.js").AccessList | undefined;
346
346
  chainId?: `0x${string}` | undefined;
347
347
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -350,24 +350,24 @@ export declare const chainConfig: {
350
350
  gatewayFeeRecipient: `0x${string}` | null;
351
351
  type: "0x7c";
352
352
  }) | ({
353
- gas?: `0x${string}` | undefined;
354
- nonce?: `0x${string}` | undefined;
355
- type?: "0x0" | "0x1" | "0x2" | "0x7c" | "0x7b" | undefined;
356
- maxFeePerGas?: `0x${string}` | undefined;
357
- maxPriorityFeePerGas?: `0x${string}` | undefined;
358
- gasPrice?: `0x${string}` | undefined;
359
- from?: `0x${string}` | undefined;
360
- to?: `0x${string}` | null | undefined;
361
- value?: `0x${string}` | undefined;
362
- r?: `0x${string}` | undefined;
363
- s?: `0x${string}` | undefined;
364
- v?: `0x${string}` | undefined;
365
353
  yParity?: `0x${string}` | undefined;
366
354
  blockHash?: `0x${string}` | null | undefined;
367
355
  blockNumber?: `0x${string}` | null | undefined;
356
+ from?: `0x${string}` | undefined;
357
+ gas?: `0x${string}` | undefined;
368
358
  hash?: `0x${string}` | undefined;
369
359
  input?: `0x${string}` | undefined;
360
+ nonce?: `0x${string}` | undefined;
361
+ r?: `0x${string}` | undefined;
362
+ s?: `0x${string}` | undefined;
363
+ to?: `0x${string}` | null | undefined;
370
364
  transactionIndex?: `0x${string}` | null | undefined;
365
+ v?: `0x${string}` | undefined;
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,20 +376,20 @@ export declare const chainConfig: {
376
376
  gatewayFeeRecipient?: undefined;
377
377
  type: "0x7b";
378
378
  })) => ({
379
- gas: bigint;
380
- nonce: number;
381
- from: `0x${string}`;
382
- to: `0x${string}` | null;
383
- value: bigint;
384
- r: `0x${string}`;
385
- s: `0x${string}`;
386
- v: bigint;
387
379
  blockHash: `0x${string}` | null;
388
380
  blockNumber: bigint | null;
381
+ from: `0x${string}`;
382
+ gas: bigint;
389
383
  hash: `0x${string}`;
390
384
  input: `0x${string}`;
385
+ nonce: number;
386
+ r: `0x${string}`;
387
+ s: `0x${string}`;
388
+ to: `0x${string}` | null;
391
389
  transactionIndex: number | null;
392
390
  typeHex: `0x${string}` | null;
391
+ v: bigint;
392
+ value: bigint;
393
393
  gasPrice: bigint;
394
394
  maxFeePerGas?: undefined;
395
395
  maxPriorityFeePerGas?: undefined;
@@ -401,20 +401,20 @@ export declare const chainConfig: {
401
401
  gatewayFee: bigint | null;
402
402
  gatewayFeeRecipient: `0x${string}` | null;
403
403
  } | {
404
- gas: bigint;
405
- nonce: number;
406
- from: `0x${string}`;
407
- to: `0x${string}` | null;
408
- value: bigint;
409
- r: `0x${string}`;
410
- s: `0x${string}`;
411
- v: bigint;
412
404
  blockHash: `0x${string}` | null;
413
405
  blockNumber: bigint | null;
406
+ from: `0x${string}`;
407
+ gas: bigint;
414
408
  hash: `0x${string}`;
415
409
  input: `0x${string}`;
410
+ nonce: number;
411
+ r: `0x${string}`;
412
+ s: `0x${string}`;
413
+ to: `0x${string}` | null;
416
414
  transactionIndex: number | null;
417
415
  typeHex: `0x${string}` | null;
416
+ v: bigint;
417
+ value: bigint;
418
418
  gasPrice: undefined;
419
419
  maxFeePerGas: bigint;
420
420
  maxPriorityFeePerGas: bigint;
@@ -426,20 +426,20 @@ export declare const chainConfig: {
426
426
  gatewayFee: bigint | null;
427
427
  gatewayFeeRecipient: `0x${string}` | null;
428
428
  } | {
429
- gas: bigint;
430
- nonce: number;
431
- from: `0x${string}`;
432
- to: `0x${string}` | null;
433
- value: bigint;
434
- r: `0x${string}`;
435
- s: `0x${string}`;
436
- v: bigint;
437
429
  blockHash: `0x${string}` | null;
438
430
  blockNumber: bigint | null;
431
+ from: `0x${string}`;
432
+ gas: bigint;
439
433
  hash: `0x${string}`;
440
434
  input: `0x${string}`;
435
+ nonce: number;
436
+ r: `0x${string}`;
437
+ s: `0x${string}`;
438
+ to: `0x${string}` | null;
441
439
  transactionIndex: number | null;
442
440
  typeHex: `0x${string}` | null;
441
+ v: bigint;
442
+ value: bigint;
443
443
  gasPrice: undefined;
444
444
  maxFeePerGas: bigint;
445
445
  maxPriorityFeePerGas: bigint;