viem 2.0.0-rc.1 → 2.0.0-rc.3

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 (132) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/_cjs/accounts/generateMnemonic.js +2 -2
  3. package/_cjs/accounts/generateMnemonic.js.map +1 -1
  4. package/_cjs/chains/definitions/arbitrumSepolia.js +2 -4
  5. package/_cjs/chains/definitions/arbitrumSepolia.js.map +1 -1
  6. package/_cjs/chains/definitions/bitTorrent.js +19 -0
  7. package/_cjs/chains/definitions/bitTorrent.js.map +1 -0
  8. package/_cjs/chains/definitions/bitTorrentTestnet.js +20 -0
  9. package/_cjs/chains/definitions/bitTorrentTestnet.js.map +1 -0
  10. package/_cjs/chains/definitions/jbc.js +32 -0
  11. package/_cjs/chains/definitions/jbc.js.map +1 -0
  12. package/_cjs/chains/definitions/wemix.js +19 -0
  13. package/_cjs/chains/definitions/wemix.js.map +1 -0
  14. package/_cjs/chains/definitions/wemixTestnet.js +20 -0
  15. package/_cjs/chains/definitions/wemixTestnet.js.map +1 -0
  16. package/_cjs/chains/index.js +14 -4
  17. package/_cjs/chains/index.js.map +1 -1
  18. package/_cjs/chains/opStack/abis.js.map +1 -1
  19. package/_cjs/chains/opStack/contracts.js.map +1 -1
  20. package/_cjs/chains/opStack/decorators/publicL1.js.map +1 -1
  21. package/_cjs/chains/opStack/decorators/publicL2.js.map +1 -1
  22. package/_cjs/chains/opStack/decorators/walletL1.js.map +1 -1
  23. package/_cjs/chains/opStack/decorators/walletL2.js.map +1 -1
  24. package/_cjs/errors/version.js +1 -1
  25. package/_esm/accounts/generateMnemonic.js +3 -2
  26. package/_esm/accounts/generateMnemonic.js.map +1 -1
  27. package/_esm/chains/definitions/arbitrumSepolia.js +2 -4
  28. package/_esm/chains/definitions/arbitrumSepolia.js.map +1 -1
  29. package/_esm/chains/definitions/bitTorrent.js +16 -0
  30. package/_esm/chains/definitions/bitTorrent.js.map +1 -0
  31. package/_esm/chains/definitions/bitTorrentTestnet.js +17 -0
  32. package/_esm/chains/definitions/bitTorrentTestnet.js.map +1 -0
  33. package/_esm/chains/definitions/jbc.js +29 -0
  34. package/_esm/chains/definitions/jbc.js.map +1 -0
  35. package/_esm/chains/definitions/wemix.js +16 -0
  36. package/_esm/chains/definitions/wemix.js.map +1 -0
  37. package/_esm/chains/definitions/wemixTestnet.js +17 -0
  38. package/_esm/chains/definitions/wemixTestnet.js.map +1 -0
  39. package/_esm/chains/index.js +5 -0
  40. package/_esm/chains/index.js.map +1 -1
  41. package/_esm/chains/opStack/abis.js +4 -0
  42. package/_esm/chains/opStack/abis.js.map +1 -1
  43. package/_esm/chains/opStack/contracts.js +4 -0
  44. package/_esm/chains/opStack/contracts.js.map +1 -1
  45. package/_esm/chains/opStack/decorators/publicL1.js +15 -0
  46. package/_esm/chains/opStack/decorators/publicL1.js.map +1 -1
  47. package/_esm/chains/opStack/decorators/publicL2.js +15 -0
  48. package/_esm/chains/opStack/decorators/publicL2.js.map +1 -1
  49. package/_esm/chains/opStack/decorators/walletL1.js +17 -0
  50. package/_esm/chains/opStack/decorators/walletL1.js.map +1 -1
  51. package/_esm/chains/opStack/decorators/walletL2.js +17 -0
  52. package/_esm/chains/opStack/decorators/walletL2.js.map +1 -1
  53. package/_esm/errors/version.js +1 -1
  54. package/_types/accounts/generateMnemonic.d.ts +2 -1
  55. package/_types/accounts/generateMnemonic.d.ts.map +1 -1
  56. package/_types/actions/public/simulateContract.d.ts +2 -2
  57. package/_types/actions/public/simulateContract.d.ts.map +1 -1
  58. package/_types/chains/celo/chainConfig.d.ts +65 -65
  59. package/_types/chains/celo/formatters.d.ts +65 -65
  60. package/_types/chains/definitions/arbitrumSepolia.d.ts +6 -2
  61. package/_types/chains/definitions/arbitrumSepolia.d.ts.map +1 -1
  62. package/_types/chains/definitions/base.d.ts +50 -50
  63. package/_types/chains/definitions/baseGoerli.d.ts +50 -50
  64. package/_types/chains/definitions/baseSepolia.d.ts +50 -50
  65. package/_types/chains/definitions/bitTorrent.d.ts +42 -0
  66. package/_types/chains/definitions/bitTorrent.d.ts.map +1 -0
  67. package/_types/chains/definitions/bitTorrentTestnet.d.ts +42 -0
  68. package/_types/chains/definitions/bitTorrentTestnet.d.ts.map +1 -0
  69. package/_types/chains/definitions/celo.d.ts +65 -65
  70. package/_types/chains/definitions/celoAlfajores.d.ts +65 -65
  71. package/_types/chains/definitions/celoCannoli.d.ts +65 -65
  72. package/_types/chains/definitions/jbc.d.ts +36 -0
  73. package/_types/chains/definitions/jbc.d.ts.map +1 -0
  74. package/_types/chains/definitions/optimism.d.ts +50 -50
  75. package/_types/chains/definitions/optimismGoerli.d.ts +50 -50
  76. package/_types/chains/definitions/optimismSepolia.d.ts +50 -50
  77. package/_types/chains/definitions/pgn.d.ts +50 -50
  78. package/_types/chains/definitions/pgnTestnet.d.ts +50 -50
  79. package/_types/chains/definitions/wemix.d.ts +42 -0
  80. package/_types/chains/definitions/wemix.d.ts.map +1 -0
  81. package/_types/chains/definitions/wemixTestnet.d.ts +42 -0
  82. package/_types/chains/definitions/wemixTestnet.d.ts.map +1 -0
  83. package/_types/chains/definitions/zkSync.d.ts +3 -3
  84. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +3 -3
  85. package/_types/chains/definitions/zkSyncTestnet.d.ts +3 -3
  86. package/_types/chains/definitions/zora.d.ts +50 -50
  87. package/_types/chains/definitions/zoraSepolia.d.ts +50 -50
  88. package/_types/chains/definitions/zoraTestnet.d.ts +50 -50
  89. package/_types/chains/index.d.ts +6 -1
  90. package/_types/chains/index.d.ts.map +1 -1
  91. package/_types/chains/opStack/abis.d.ts +4 -0
  92. package/_types/chains/opStack/abis.d.ts.map +1 -1
  93. package/_types/chains/opStack/chainConfig.d.ts +50 -50
  94. package/_types/chains/opStack/contracts.d.ts +4 -0
  95. package/_types/chains/opStack/contracts.d.ts.map +1 -1
  96. package/_types/chains/opStack/decorators/publicL1.d.ts +15 -0
  97. package/_types/chains/opStack/decorators/publicL1.d.ts.map +1 -1
  98. package/_types/chains/opStack/decorators/publicL2.d.ts +15 -0
  99. package/_types/chains/opStack/decorators/publicL2.d.ts.map +1 -1
  100. package/_types/chains/opStack/decorators/walletL1.d.ts +17 -0
  101. package/_types/chains/opStack/decorators/walletL1.d.ts.map +1 -1
  102. package/_types/chains/opStack/decorators/walletL2.d.ts +17 -0
  103. package/_types/chains/opStack/decorators/walletL2.d.ts.map +1 -1
  104. package/_types/chains/opStack/formatters.d.ts +50 -50
  105. package/_types/chains/opStack/types/contract.d.ts +8 -7
  106. package/_types/chains/opStack/types/contract.d.ts.map +1 -1
  107. package/_types/chains/zksync/chainConfig.d.ts +3 -3
  108. package/_types/chains/zksync/formatters.d.ts +3 -3
  109. package/_types/clients/decorators/wallet.d.ts +2 -2
  110. package/_types/clients/decorators/wallet.d.ts.map +1 -1
  111. package/_types/errors/version.d.ts +1 -1
  112. package/_types/utils/formatters/transaction.d.ts +1 -1
  113. package/_types/utils/formatters/transactionRequest.d.ts +1 -1
  114. package/accounts/generateMnemonic.ts +6 -2
  115. package/actions/public/simulateContract.ts +2 -2
  116. package/chains/definitions/arbitrumSepolia.ts +2 -4
  117. package/chains/definitions/bitTorrent.ts +16 -0
  118. package/chains/definitions/bitTorrentTestnet.ts +17 -0
  119. package/chains/definitions/jbc.ts +29 -0
  120. package/chains/definitions/wemix.ts +16 -0
  121. package/chains/definitions/wemixTestnet.ts +17 -0
  122. package/chains/index.ts +13 -1
  123. package/chains/opStack/abis.ts +4 -0
  124. package/chains/opStack/contracts.ts +4 -0
  125. package/chains/opStack/decorators/publicL1.ts +15 -0
  126. package/chains/opStack/decorators/publicL2.ts +15 -0
  127. package/chains/opStack/decorators/walletL1.ts +17 -0
  128. package/chains/opStack/decorators/walletL2.ts +17 -0
  129. package/chains/opStack/types/contract.ts +15 -6
  130. package/clients/decorators/wallet.ts +2 -2
  131. package/errors/version.ts +1 -1
  132. package/package.json +34 -12
@@ -90,12 +90,8 @@ export declare const zora: {
90
90
  readonly transaction: {
91
91
  exclude: [] | undefined;
92
92
  format: (args: ({
93
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
94
- blockHash?: `0x${string}` | null | undefined;
95
- gasPrice?: `0x${string}` | undefined;
96
- maxFeePerGas?: `0x${string}` | undefined;
97
- maxPriorityFeePerGas?: `0x${string}` | undefined;
98
93
  yParity?: `0x${string}` | undefined;
94
+ blockHash?: `0x${string}` | null | undefined;
99
95
  blockNumber?: `0x${string}` | null | undefined;
100
96
  from?: `0x${string}` | undefined;
101
97
  gas?: `0x${string}` | undefined;
@@ -108,6 +104,10 @@ export declare const zora: {
108
104
  transactionIndex?: `0x${string}` | null | undefined;
109
105
  v?: `0x${string}` | undefined;
110
106
  value?: `0x${string}` | undefined;
107
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
108
+ gasPrice?: `0x${string}` | undefined;
109
+ maxFeePerGas?: `0x${string}` | undefined;
110
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
111
111
  accessList?: undefined;
112
112
  chainId?: `0x${string}` | undefined;
113
113
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -115,12 +115,8 @@ export declare const zora: {
115
115
  mint?: undefined;
116
116
  sourceHash?: undefined;
117
117
  }) | ({
118
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
119
- blockHash?: `0x${string}` | null | undefined;
120
- gasPrice?: `0x${string}` | undefined;
121
- maxFeePerGas?: `0x${string}` | undefined;
122
- maxPriorityFeePerGas?: `0x${string}` | undefined;
123
118
  yParity?: `0x${string}` | undefined;
119
+ blockHash?: `0x${string}` | null | undefined;
124
120
  blockNumber?: `0x${string}` | null | undefined;
125
121
  from?: `0x${string}` | undefined;
126
122
  gas?: `0x${string}` | undefined;
@@ -133,6 +129,10 @@ export declare const zora: {
133
129
  transactionIndex?: `0x${string}` | null | undefined;
134
130
  v?: `0x${string}` | undefined;
135
131
  value?: `0x${string}` | undefined;
132
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
133
+ gasPrice?: `0x${string}` | undefined;
134
+ maxFeePerGas?: `0x${string}` | undefined;
135
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
136
136
  accessList?: undefined;
137
137
  chainId?: `0x${string}` | undefined;
138
138
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -141,12 +141,8 @@ export declare const zora: {
141
141
  sourceHash: `0x${string}`;
142
142
  type: "0x7e";
143
143
  }) | ({
144
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
145
- blockHash?: `0x${string}` | null | undefined;
146
- gasPrice?: `0x${string}` | undefined;
147
- maxFeePerGas?: `0x${string}` | undefined;
148
- maxPriorityFeePerGas?: `0x${string}` | undefined;
149
144
  yParity?: `0x${string}` | undefined;
145
+ blockHash?: `0x${string}` | null | undefined;
150
146
  blockNumber?: `0x${string}` | null | undefined;
151
147
  from?: `0x${string}` | undefined;
152
148
  gas?: `0x${string}` | undefined;
@@ -159,6 +155,10 @@ export declare const zora: {
159
155
  transactionIndex?: `0x${string}` | null | undefined;
160
156
  v?: `0x${string}` | undefined;
161
157
  value?: `0x${string}` | undefined;
158
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
159
+ gasPrice?: `0x${string}` | undefined;
160
+ maxFeePerGas?: `0x${string}` | undefined;
161
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
162
162
  accessList?: import("../../index.js").AccessList | undefined;
163
163
  chainId?: `0x${string}` | undefined;
164
164
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -166,12 +166,8 @@ export declare const zora: {
166
166
  mint?: undefined;
167
167
  sourceHash?: undefined;
168
168
  }) | ({
169
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
170
- blockHash?: `0x${string}` | null | undefined;
171
- gasPrice?: `0x${string}` | undefined;
172
- maxFeePerGas?: `0x${string}` | undefined;
173
- maxPriorityFeePerGas?: `0x${string}` | undefined;
174
169
  yParity?: `0x${string}` | undefined;
170
+ blockHash?: `0x${string}` | null | undefined;
175
171
  blockNumber?: `0x${string}` | null | undefined;
176
172
  from?: `0x${string}` | undefined;
177
173
  gas?: `0x${string}` | undefined;
@@ -184,6 +180,10 @@ export declare const zora: {
184
180
  transactionIndex?: `0x${string}` | null | undefined;
185
181
  v?: `0x${string}` | undefined;
186
182
  value?: `0x${string}` | undefined;
183
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
184
+ gasPrice?: `0x${string}` | undefined;
185
+ maxFeePerGas?: `0x${string}` | undefined;
186
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
187
187
  accessList?: import("../../index.js").AccessList | undefined;
188
188
  chainId?: `0x${string}` | undefined;
189
189
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
@@ -191,12 +191,8 @@ export declare const zora: {
191
191
  mint?: undefined;
192
192
  sourceHash?: undefined;
193
193
  }) | ({
194
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
195
- blockHash?: `0x${string}` | null | undefined;
196
- gasPrice?: `0x${string}` | undefined;
197
- maxFeePerGas?: `0x${string}` | undefined;
198
- maxPriorityFeePerGas?: `0x${string}` | undefined;
199
194
  yParity?: `0x${string}` | undefined;
195
+ blockHash?: `0x${string}` | null | undefined;
200
196
  blockNumber?: `0x${string}` | null | undefined;
201
197
  from?: `0x${string}` | undefined;
202
198
  gas?: `0x${string}` | undefined;
@@ -209,6 +205,10 @@ export declare const zora: {
209
205
  transactionIndex?: `0x${string}` | null | undefined;
210
206
  v?: `0x${string}` | undefined;
211
207
  value?: `0x${string}` | undefined;
208
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
209
+ gasPrice?: `0x${string}` | undefined;
210
+ maxFeePerGas?: `0x${string}` | undefined;
211
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
212
212
  accessList?: import("../../index.js").AccessList | undefined;
213
213
  chainId?: `0x${string}` | undefined;
214
214
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
@@ -216,12 +216,8 @@ export declare const zora: {
216
216
  mint?: undefined;
217
217
  sourceHash?: undefined;
218
218
  }) | ({
219
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
220
- blockHash?: `0x${string}` | null | undefined;
221
- gasPrice?: `0x${string}` | undefined;
222
- maxFeePerGas?: `0x${string}` | undefined;
223
- maxPriorityFeePerGas?: `0x${string}` | undefined;
224
219
  yParity?: `0x${string}` | undefined;
220
+ blockHash?: `0x${string}` | null | undefined;
225
221
  blockNumber?: `0x${string}` | null | undefined;
226
222
  from?: `0x${string}` | undefined;
227
223
  gas?: `0x${string}` | undefined;
@@ -234,6 +230,10 @@ export declare const zora: {
234
230
  transactionIndex?: `0x${string}` | null | undefined;
235
231
  v?: `0x${string}` | undefined;
236
232
  value?: `0x${string}` | undefined;
233
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
234
+ gasPrice?: `0x${string}` | undefined;
235
+ maxFeePerGas?: `0x${string}` | undefined;
236
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
237
237
  accessList?: import("../../index.js").AccessList | undefined;
238
238
  chainId?: `0x${string}` | undefined;
239
239
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -242,12 +242,8 @@ export declare const zora: {
242
242
  sourceHash: `0x${string}`;
243
243
  type: "0x7e";
244
244
  }) | ({
245
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
246
- blockHash?: `0x${string}` | null | undefined;
247
- gasPrice?: `0x${string}` | undefined;
248
- maxFeePerGas?: `0x${string}` | undefined;
249
- maxPriorityFeePerGas?: `0x${string}` | undefined;
250
245
  yParity?: `0x${string}` | undefined;
246
+ blockHash?: `0x${string}` | null | undefined;
251
247
  blockNumber?: `0x${string}` | null | undefined;
252
248
  from?: `0x${string}` | undefined;
253
249
  gas?: `0x${string}` | undefined;
@@ -260,6 +256,10 @@ export declare const zora: {
260
256
  transactionIndex?: `0x${string}` | null | undefined;
261
257
  v?: `0x${string}` | undefined;
262
258
  value?: `0x${string}` | undefined;
259
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
260
+ gasPrice?: `0x${string}` | undefined;
261
+ maxFeePerGas?: `0x${string}` | undefined;
262
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
263
263
  accessList?: import("../../index.js").AccessList | undefined;
264
264
  chainId?: `0x${string}` | undefined;
265
265
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -267,12 +267,8 @@ export declare const zora: {
267
267
  mint?: undefined;
268
268
  sourceHash?: undefined;
269
269
  }) | ({
270
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
271
- blockHash?: `0x${string}` | null | undefined;
272
- gasPrice?: `0x${string}` | undefined;
273
- maxFeePerGas?: `0x${string}` | undefined;
274
- maxPriorityFeePerGas?: `0x${string}` | undefined;
275
270
  yParity?: `0x${string}` | undefined;
271
+ blockHash?: `0x${string}` | null | undefined;
276
272
  blockNumber?: `0x${string}` | null | undefined;
277
273
  from?: `0x${string}` | undefined;
278
274
  gas?: `0x${string}` | undefined;
@@ -285,6 +281,10 @@ export declare const zora: {
285
281
  transactionIndex?: `0x${string}` | null | undefined;
286
282
  v?: `0x${string}` | undefined;
287
283
  value?: `0x${string}` | undefined;
284
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
285
+ gasPrice?: `0x${string}` | undefined;
286
+ maxFeePerGas?: `0x${string}` | undefined;
287
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
288
288
  accessList?: import("../../index.js").AccessList | undefined;
289
289
  chainId?: `0x${string}` | undefined;
290
290
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
@@ -292,12 +292,8 @@ export declare const zora: {
292
292
  mint?: undefined;
293
293
  sourceHash?: undefined;
294
294
  }) | ({
295
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
296
- blockHash?: `0x${string}` | null | undefined;
297
- gasPrice?: `0x${string}` | undefined;
298
- maxFeePerGas?: `0x${string}` | undefined;
299
- maxPriorityFeePerGas?: `0x${string}` | undefined;
300
295
  yParity?: `0x${string}` | undefined;
296
+ blockHash?: `0x${string}` | null | undefined;
301
297
  blockNumber?: `0x${string}` | null | undefined;
302
298
  from?: `0x${string}` | undefined;
303
299
  gas?: `0x${string}` | undefined;
@@ -310,6 +306,10 @@ export declare const zora: {
310
306
  transactionIndex?: `0x${string}` | null | undefined;
311
307
  v?: `0x${string}` | undefined;
312
308
  value?: `0x${string}` | undefined;
309
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
310
+ gasPrice?: `0x${string}` | undefined;
311
+ maxFeePerGas?: `0x${string}` | undefined;
312
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
313
313
  accessList?: import("../../index.js").AccessList | undefined;
314
314
  chainId?: `0x${string}` | undefined;
315
315
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
@@ -317,12 +317,8 @@ export declare const zora: {
317
317
  mint?: undefined;
318
318
  sourceHash?: undefined;
319
319
  }) | ({
320
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
321
- blockHash?: `0x${string}` | null | undefined;
322
- gasPrice?: `0x${string}` | undefined;
323
- maxFeePerGas?: `0x${string}` | undefined;
324
- maxPriorityFeePerGas?: `0x${string}` | undefined;
325
320
  yParity?: `0x${string}` | undefined;
321
+ blockHash?: `0x${string}` | null | undefined;
326
322
  blockNumber?: `0x${string}` | null | undefined;
327
323
  from?: `0x${string}` | undefined;
328
324
  gas?: `0x${string}` | undefined;
@@ -335,6 +331,10 @@ export declare const zora: {
335
331
  transactionIndex?: `0x${string}` | null | undefined;
336
332
  v?: `0x${string}` | undefined;
337
333
  value?: `0x${string}` | undefined;
334
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
335
+ gasPrice?: `0x${string}` | undefined;
336
+ maxFeePerGas?: `0x${string}` | undefined;
337
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
338
338
  accessList?: import("../../index.js").AccessList | undefined;
339
339
  chainId?: `0x${string}` | undefined;
340
340
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -90,12 +90,8 @@ export declare const zoraSepolia: {
90
90
  readonly transaction: {
91
91
  exclude: [] | undefined;
92
92
  format: (args: ({
93
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
94
- blockHash?: `0x${string}` | null | undefined;
95
- gasPrice?: `0x${string}` | undefined;
96
- maxFeePerGas?: `0x${string}` | undefined;
97
- maxPriorityFeePerGas?: `0x${string}` | undefined;
98
93
  yParity?: `0x${string}` | undefined;
94
+ blockHash?: `0x${string}` | null | undefined;
99
95
  blockNumber?: `0x${string}` | null | undefined;
100
96
  from?: `0x${string}` | undefined;
101
97
  gas?: `0x${string}` | undefined;
@@ -108,6 +104,10 @@ export declare const zoraSepolia: {
108
104
  transactionIndex?: `0x${string}` | null | undefined;
109
105
  v?: `0x${string}` | undefined;
110
106
  value?: `0x${string}` | undefined;
107
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
108
+ gasPrice?: `0x${string}` | undefined;
109
+ maxFeePerGas?: `0x${string}` | undefined;
110
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
111
111
  accessList?: undefined;
112
112
  chainId?: `0x${string}` | undefined;
113
113
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -115,12 +115,8 @@ export declare const zoraSepolia: {
115
115
  mint?: undefined;
116
116
  sourceHash?: undefined;
117
117
  }) | ({
118
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
119
- blockHash?: `0x${string}` | null | undefined;
120
- gasPrice?: `0x${string}` | undefined;
121
- maxFeePerGas?: `0x${string}` | undefined;
122
- maxPriorityFeePerGas?: `0x${string}` | undefined;
123
118
  yParity?: `0x${string}` | undefined;
119
+ blockHash?: `0x${string}` | null | undefined;
124
120
  blockNumber?: `0x${string}` | null | undefined;
125
121
  from?: `0x${string}` | undefined;
126
122
  gas?: `0x${string}` | undefined;
@@ -133,6 +129,10 @@ export declare const zoraSepolia: {
133
129
  transactionIndex?: `0x${string}` | null | undefined;
134
130
  v?: `0x${string}` | undefined;
135
131
  value?: `0x${string}` | undefined;
132
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
133
+ gasPrice?: `0x${string}` | undefined;
134
+ maxFeePerGas?: `0x${string}` | undefined;
135
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
136
136
  accessList?: undefined;
137
137
  chainId?: `0x${string}` | undefined;
138
138
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -141,12 +141,8 @@ export declare const zoraSepolia: {
141
141
  sourceHash: `0x${string}`;
142
142
  type: "0x7e";
143
143
  }) | ({
144
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
145
- blockHash?: `0x${string}` | null | undefined;
146
- gasPrice?: `0x${string}` | undefined;
147
- maxFeePerGas?: `0x${string}` | undefined;
148
- maxPriorityFeePerGas?: `0x${string}` | undefined;
149
144
  yParity?: `0x${string}` | undefined;
145
+ blockHash?: `0x${string}` | null | undefined;
150
146
  blockNumber?: `0x${string}` | null | undefined;
151
147
  from?: `0x${string}` | undefined;
152
148
  gas?: `0x${string}` | undefined;
@@ -159,6 +155,10 @@ export declare const zoraSepolia: {
159
155
  transactionIndex?: `0x${string}` | null | undefined;
160
156
  v?: `0x${string}` | undefined;
161
157
  value?: `0x${string}` | undefined;
158
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
159
+ gasPrice?: `0x${string}` | undefined;
160
+ maxFeePerGas?: `0x${string}` | undefined;
161
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
162
162
  accessList?: import("../../index.js").AccessList | undefined;
163
163
  chainId?: `0x${string}` | undefined;
164
164
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -166,12 +166,8 @@ export declare const zoraSepolia: {
166
166
  mint?: undefined;
167
167
  sourceHash?: undefined;
168
168
  }) | ({
169
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
170
- blockHash?: `0x${string}` | null | undefined;
171
- gasPrice?: `0x${string}` | undefined;
172
- maxFeePerGas?: `0x${string}` | undefined;
173
- maxPriorityFeePerGas?: `0x${string}` | undefined;
174
169
  yParity?: `0x${string}` | undefined;
170
+ blockHash?: `0x${string}` | null | undefined;
175
171
  blockNumber?: `0x${string}` | null | undefined;
176
172
  from?: `0x${string}` | undefined;
177
173
  gas?: `0x${string}` | undefined;
@@ -184,6 +180,10 @@ export declare const zoraSepolia: {
184
180
  transactionIndex?: `0x${string}` | null | undefined;
185
181
  v?: `0x${string}` | undefined;
186
182
  value?: `0x${string}` | undefined;
183
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
184
+ gasPrice?: `0x${string}` | undefined;
185
+ maxFeePerGas?: `0x${string}` | undefined;
186
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
187
187
  accessList?: import("../../index.js").AccessList | undefined;
188
188
  chainId?: `0x${string}` | undefined;
189
189
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
@@ -191,12 +191,8 @@ export declare const zoraSepolia: {
191
191
  mint?: undefined;
192
192
  sourceHash?: undefined;
193
193
  }) | ({
194
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
195
- blockHash?: `0x${string}` | null | undefined;
196
- gasPrice?: `0x${string}` | undefined;
197
- maxFeePerGas?: `0x${string}` | undefined;
198
- maxPriorityFeePerGas?: `0x${string}` | undefined;
199
194
  yParity?: `0x${string}` | undefined;
195
+ blockHash?: `0x${string}` | null | undefined;
200
196
  blockNumber?: `0x${string}` | null | undefined;
201
197
  from?: `0x${string}` | undefined;
202
198
  gas?: `0x${string}` | undefined;
@@ -209,6 +205,10 @@ export declare const zoraSepolia: {
209
205
  transactionIndex?: `0x${string}` | null | undefined;
210
206
  v?: `0x${string}` | undefined;
211
207
  value?: `0x${string}` | undefined;
208
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
209
+ gasPrice?: `0x${string}` | undefined;
210
+ maxFeePerGas?: `0x${string}` | undefined;
211
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
212
212
  accessList?: import("../../index.js").AccessList | undefined;
213
213
  chainId?: `0x${string}` | undefined;
214
214
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
@@ -216,12 +216,8 @@ export declare const zoraSepolia: {
216
216
  mint?: undefined;
217
217
  sourceHash?: undefined;
218
218
  }) | ({
219
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
220
- blockHash?: `0x${string}` | null | undefined;
221
- gasPrice?: `0x${string}` | undefined;
222
- maxFeePerGas?: `0x${string}` | undefined;
223
- maxPriorityFeePerGas?: `0x${string}` | undefined;
224
219
  yParity?: `0x${string}` | undefined;
220
+ blockHash?: `0x${string}` | null | undefined;
225
221
  blockNumber?: `0x${string}` | null | undefined;
226
222
  from?: `0x${string}` | undefined;
227
223
  gas?: `0x${string}` | undefined;
@@ -234,6 +230,10 @@ export declare const zoraSepolia: {
234
230
  transactionIndex?: `0x${string}` | null | undefined;
235
231
  v?: `0x${string}` | undefined;
236
232
  value?: `0x${string}` | undefined;
233
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
234
+ gasPrice?: `0x${string}` | undefined;
235
+ maxFeePerGas?: `0x${string}` | undefined;
236
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
237
237
  accessList?: import("../../index.js").AccessList | undefined;
238
238
  chainId?: `0x${string}` | undefined;
239
239
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
@@ -242,12 +242,8 @@ export declare const zoraSepolia: {
242
242
  sourceHash: `0x${string}`;
243
243
  type: "0x7e";
244
244
  }) | ({
245
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
246
- blockHash?: `0x${string}` | null | undefined;
247
- gasPrice?: `0x${string}` | undefined;
248
- maxFeePerGas?: `0x${string}` | undefined;
249
- maxPriorityFeePerGas?: `0x${string}` | undefined;
250
245
  yParity?: `0x${string}` | undefined;
246
+ blockHash?: `0x${string}` | null | undefined;
251
247
  blockNumber?: `0x${string}` | null | undefined;
252
248
  from?: `0x${string}` | undefined;
253
249
  gas?: `0x${string}` | undefined;
@@ -260,6 +256,10 @@ export declare const zoraSepolia: {
260
256
  transactionIndex?: `0x${string}` | null | undefined;
261
257
  v?: `0x${string}` | undefined;
262
258
  value?: `0x${string}` | undefined;
259
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
260
+ gasPrice?: `0x${string}` | undefined;
261
+ maxFeePerGas?: `0x${string}` | undefined;
262
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
263
263
  accessList?: import("../../index.js").AccessList | undefined;
264
264
  chainId?: `0x${string}` | undefined;
265
265
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionLegacy<`0x${string}`, `0x${string}`, boolean, "0x0">, "yParity">, "typeHex"> & {
@@ -267,12 +267,8 @@ export declare const zoraSepolia: {
267
267
  mint?: undefined;
268
268
  sourceHash?: undefined;
269
269
  }) | ({
270
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
271
- blockHash?: `0x${string}` | null | undefined;
272
- gasPrice?: `0x${string}` | undefined;
273
- maxFeePerGas?: `0x${string}` | undefined;
274
- maxPriorityFeePerGas?: `0x${string}` | undefined;
275
270
  yParity?: `0x${string}` | undefined;
271
+ blockHash?: `0x${string}` | null | undefined;
276
272
  blockNumber?: `0x${string}` | null | undefined;
277
273
  from?: `0x${string}` | undefined;
278
274
  gas?: `0x${string}` | undefined;
@@ -285,6 +281,10 @@ export declare const zoraSepolia: {
285
281
  transactionIndex?: `0x${string}` | null | undefined;
286
282
  v?: `0x${string}` | undefined;
287
283
  value?: `0x${string}` | undefined;
284
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
285
+ gasPrice?: `0x${string}` | undefined;
286
+ maxFeePerGas?: `0x${string}` | undefined;
287
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
288
288
  accessList?: import("../../index.js").AccessList | undefined;
289
289
  chainId?: `0x${string}` | undefined;
290
290
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP2930<`0x${string}`, `0x${string}`, boolean, "0x1">, "yParity">, "typeHex"> & {
@@ -292,12 +292,8 @@ export declare const zoraSepolia: {
292
292
  mint?: undefined;
293
293
  sourceHash?: undefined;
294
294
  }) | ({
295
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
296
- blockHash?: `0x${string}` | null | undefined;
297
- gasPrice?: `0x${string}` | undefined;
298
- maxFeePerGas?: `0x${string}` | undefined;
299
- maxPriorityFeePerGas?: `0x${string}` | undefined;
300
295
  yParity?: `0x${string}` | undefined;
296
+ blockHash?: `0x${string}` | null | undefined;
301
297
  blockNumber?: `0x${string}` | null | undefined;
302
298
  from?: `0x${string}` | undefined;
303
299
  gas?: `0x${string}` | undefined;
@@ -310,6 +306,10 @@ export declare const zoraSepolia: {
310
306
  transactionIndex?: `0x${string}` | null | undefined;
311
307
  v?: `0x${string}` | undefined;
312
308
  value?: `0x${string}` | undefined;
309
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
310
+ gasPrice?: `0x${string}` | undefined;
311
+ maxFeePerGas?: `0x${string}` | undefined;
312
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
313
313
  accessList?: import("../../index.js").AccessList | undefined;
314
314
  chainId?: `0x${string}` | undefined;
315
315
  } & import("../index.js").Omit<import("../index.js").PartialBy<import("../../index.js").TransactionEIP1559<`0x${string}`, `0x${string}`, boolean, "0x2">, "yParity">, "typeHex"> & {
@@ -317,12 +317,8 @@ export declare const zoraSepolia: {
317
317
  mint?: undefined;
318
318
  sourceHash?: undefined;
319
319
  }) | ({
320
- type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
321
- blockHash?: `0x${string}` | null | undefined;
322
- gasPrice?: `0x${string}` | undefined;
323
- maxFeePerGas?: `0x${string}` | undefined;
324
- maxPriorityFeePerGas?: `0x${string}` | undefined;
325
320
  yParity?: `0x${string}` | undefined;
321
+ blockHash?: `0x${string}` | null | undefined;
326
322
  blockNumber?: `0x${string}` | null | undefined;
327
323
  from?: `0x${string}` | undefined;
328
324
  gas?: `0x${string}` | undefined;
@@ -335,6 +331,10 @@ export declare const zoraSepolia: {
335
331
  transactionIndex?: `0x${string}` | null | undefined;
336
332
  v?: `0x${string}` | undefined;
337
333
  value?: `0x${string}` | undefined;
334
+ type?: "0x0" | "0x1" | "0x2" | "0x7e" | undefined;
335
+ gasPrice?: `0x${string}` | undefined;
336
+ maxFeePerGas?: `0x${string}` | undefined;
337
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
338
338
  accessList?: import("../../index.js").AccessList | undefined;
339
339
  chainId?: `0x${string}` | undefined;
340
340
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {