viem 2.9.21 → 2.9.23

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 (181) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/_cjs/accounts/privateKeyToAccount.js +4 -0
  3. package/_cjs/accounts/privateKeyToAccount.js.map +1 -1
  4. package/_cjs/accounts/toAccount.js +1 -0
  5. package/_cjs/accounts/toAccount.js.map +1 -1
  6. package/_cjs/chains/definitions/dreyerxMainnet.js +25 -0
  7. package/_cjs/chains/definitions/dreyerxMainnet.js.map +1 -0
  8. package/_cjs/chains/index.js +7 -5
  9. package/_cjs/chains/index.js.map +1 -1
  10. package/_cjs/errors/version.js +1 -1
  11. package/_cjs/experimental/eip3074/actions/signAuthMessage.js +18 -0
  12. package/_cjs/experimental/eip3074/actions/signAuthMessage.js.map +1 -0
  13. package/_cjs/experimental/eip3074/decorators/eip3074.js +13 -0
  14. package/_cjs/experimental/eip3074/decorators/eip3074.js.map +1 -0
  15. package/_cjs/experimental/eip3074/utils/recoverAuthMessageAddress.js +12 -0
  16. package/_cjs/experimental/eip3074/utils/recoverAuthMessageAddress.js.map +1 -0
  17. package/_cjs/experimental/eip3074/utils/signAuthMessage.js +17 -0
  18. package/_cjs/experimental/eip3074/utils/signAuthMessage.js.map +1 -0
  19. package/_cjs/experimental/eip3074/utils/toAuthMessage.js +17 -0
  20. package/_cjs/experimental/eip3074/utils/toAuthMessage.js.map +1 -0
  21. package/_cjs/experimental/eip3074/utils/verifyAuthMessage.js +11 -0
  22. package/_cjs/experimental/eip3074/utils/verifyAuthMessage.js.map +1 -0
  23. package/_cjs/experimental/{actions → eip5792/actions}/getCallsStatus.js +2 -2
  24. package/_cjs/experimental/eip5792/actions/getCallsStatus.js.map +1 -0
  25. package/_cjs/experimental/{actions → eip5792/actions}/getCapabilities.js +2 -2
  26. package/_cjs/experimental/eip5792/actions/getCapabilities.js.map +1 -0
  27. package/_cjs/experimental/{actions → eip5792/actions}/sendCalls.js +6 -6
  28. package/_cjs/experimental/eip5792/actions/sendCalls.js.map +1 -0
  29. package/_cjs/experimental/eip5792/actions/showCallsStatus.js.map +1 -0
  30. package/_cjs/experimental/{actions → eip5792/actions}/writeContracts.js +1 -1
  31. package/_cjs/experimental/eip5792/actions/writeContracts.js.map +1 -0
  32. package/_cjs/experimental/eip5792/decorators/eip5792.js.map +1 -0
  33. package/_cjs/experimental/index.js +15 -7
  34. package/_cjs/experimental/index.js.map +1 -1
  35. package/_cjs/utils/signature/hexToSignature.js.map +1 -1
  36. package/_esm/accounts/privateKeyToAccount.js +4 -0
  37. package/_esm/accounts/privateKeyToAccount.js.map +1 -1
  38. package/_esm/accounts/toAccount.js +1 -0
  39. package/_esm/accounts/toAccount.js.map +1 -1
  40. package/_esm/actions/public/verifyHash.js +1 -1
  41. package/_esm/chains/definitions/dreyerxMainnet.js +22 -0
  42. package/_esm/chains/definitions/dreyerxMainnet.js.map +1 -0
  43. package/_esm/chains/index.js +1 -0
  44. package/_esm/chains/index.js.map +1 -1
  45. package/_esm/errors/version.js +1 -1
  46. package/_esm/experimental/eip3074/actions/signAuthMessage.js +69 -0
  47. package/_esm/experimental/eip3074/actions/signAuthMessage.js.map +1 -0
  48. package/_esm/experimental/eip3074/decorators/eip3074.js +26 -0
  49. package/_esm/experimental/eip3074/decorators/eip3074.js.map +1 -0
  50. package/_esm/experimental/eip3074/utils/recoverAuthMessageAddress.js +8 -0
  51. package/_esm/experimental/eip3074/utils/recoverAuthMessageAddress.js.map +1 -0
  52. package/_esm/experimental/eip3074/utils/signAuthMessage.js +16 -0
  53. package/_esm/experimental/eip3074/utils/signAuthMessage.js.map +1 -0
  54. package/_esm/experimental/eip3074/utils/toAuthMessage.js +17 -0
  55. package/_esm/experimental/eip3074/utils/toAuthMessage.js.map +1 -0
  56. package/_esm/experimental/eip3074/utils/verifyAuthMessage.js +13 -0
  57. package/_esm/experimental/eip3074/utils/verifyAuthMessage.js.map +1 -0
  58. package/_esm/experimental/{actions → eip5792/actions}/getCallsStatus.js +3 -3
  59. package/_esm/experimental/eip5792/actions/getCallsStatus.js.map +1 -0
  60. package/_esm/experimental/{actions → eip5792/actions}/getCapabilities.js +3 -3
  61. package/_esm/experimental/eip5792/actions/getCapabilities.js.map +1 -0
  62. package/_esm/experimental/{actions → eip5792/actions}/sendCalls.js +7 -7
  63. package/_esm/experimental/eip5792/actions/sendCalls.js.map +1 -0
  64. package/_esm/experimental/{actions → eip5792/actions}/showCallsStatus.js +1 -1
  65. package/_esm/experimental/eip5792/actions/showCallsStatus.js.map +1 -0
  66. package/_esm/experimental/{actions → eip5792/actions}/writeContracts.js +2 -2
  67. package/_esm/experimental/eip5792/actions/writeContracts.js.map +1 -0
  68. package/_esm/experimental/eip5792/decorators/eip5792.js.map +1 -0
  69. package/_esm/experimental/index.js +10 -6
  70. package/_esm/experimental/index.js.map +1 -1
  71. package/_esm/utils/signature/hexToSignature.js.map +1 -1
  72. package/_types/accounts/privateKeyToAccount.d.ts.map +1 -1
  73. package/_types/accounts/toAccount.d.ts.map +1 -1
  74. package/_types/accounts/types.d.ts +5 -3
  75. package/_types/accounts/types.d.ts.map +1 -1
  76. package/_types/actions/getContract.d.ts +2 -2
  77. package/_types/actions/getContract.d.ts.map +1 -1
  78. package/_types/actions/public/verifyHash.d.ts +1 -1
  79. package/_types/celo/chainConfig.d.ts +114 -114
  80. package/_types/celo/formatters.d.ts +57 -57
  81. package/_types/chains/definitions/ancient8.d.ts +45 -45
  82. package/_types/chains/definitions/ancient8Sepolia.d.ts +45 -45
  83. package/_types/chains/definitions/base.d.ts +45 -45
  84. package/_types/chains/definitions/baseGoerli.d.ts +45 -45
  85. package/_types/chains/definitions/baseSepolia.d.ts +45 -45
  86. package/_types/chains/definitions/celo.d.ts +114 -114
  87. package/_types/chains/definitions/celoAlfajores.d.ts +114 -114
  88. package/_types/chains/definitions/dreyerxMainnet.d.ts +35 -0
  89. package/_types/chains/definitions/dreyerxMainnet.d.ts.map +1 -0
  90. package/_types/chains/definitions/fraxtal.d.ts +45 -45
  91. package/_types/chains/definitions/fraxtalTestnet.d.ts +45 -45
  92. package/_types/chains/definitions/liskSepolia.d.ts +45 -45
  93. package/_types/chains/definitions/optimism.d.ts +45 -45
  94. package/_types/chains/definitions/optimismGoerli.d.ts +45 -45
  95. package/_types/chains/definitions/optimismSepolia.d.ts +45 -45
  96. package/_types/chains/definitions/pgn.d.ts +45 -45
  97. package/_types/chains/definitions/pgnTestnet.d.ts +45 -45
  98. package/_types/chains/definitions/rss3.d.ts +45 -45
  99. package/_types/chains/definitions/rss3Sepolia.d.ts +45 -45
  100. package/_types/chains/definitions/zora.d.ts +45 -45
  101. package/_types/chains/definitions/zoraSepolia.d.ts +45 -45
  102. package/_types/chains/definitions/zoraTestnet.d.ts +45 -45
  103. package/_types/chains/index.d.ts +1 -0
  104. package/_types/chains/index.d.ts.map +1 -1
  105. package/_types/errors/version.d.ts +1 -1
  106. package/_types/experimental/eip3074/actions/signAuthMessage.d.ts +72 -0
  107. package/_types/experimental/eip3074/actions/signAuthMessage.d.ts.map +1 -0
  108. package/_types/experimental/eip3074/decorators/eip3074.d.ts +27 -0
  109. package/_types/experimental/eip3074/decorators/eip3074.d.ts.map +1 -0
  110. package/_types/experimental/eip3074/utils/recoverAuthMessageAddress.d.ts +12 -0
  111. package/_types/experimental/eip3074/utils/recoverAuthMessageAddress.d.ts.map +1 -0
  112. package/_types/experimental/eip3074/utils/signAuthMessage.d.ts +16 -0
  113. package/_types/experimental/eip3074/utils/signAuthMessage.d.ts.map +1 -0
  114. package/_types/experimental/eip3074/utils/toAuthMessage.d.ts +20 -0
  115. package/_types/experimental/eip3074/utils/toAuthMessage.d.ts.map +1 -0
  116. package/_types/experimental/eip3074/utils/verifyAuthMessage.d.ts +19 -0
  117. package/_types/experimental/eip3074/utils/verifyAuthMessage.d.ts.map +1 -0
  118. package/_types/experimental/{actions → eip5792/actions}/getCallsStatus.d.ts +9 -9
  119. package/_types/experimental/eip5792/actions/getCallsStatus.d.ts.map +1 -0
  120. package/_types/experimental/{actions → eip5792/actions}/getCapabilities.d.ts +9 -9
  121. package/_types/experimental/eip5792/actions/getCapabilities.d.ts.map +1 -0
  122. package/_types/experimental/{actions → eip5792/actions}/sendCalls.d.ts +10 -10
  123. package/_types/experimental/eip5792/actions/sendCalls.d.ts.map +1 -0
  124. package/_types/experimental/{actions → eip5792/actions}/showCallsStatus.d.ts +7 -7
  125. package/_types/experimental/eip5792/actions/showCallsStatus.d.ts.map +1 -0
  126. package/_types/experimental/{actions → eip5792/actions}/writeContracts.d.ts +9 -9
  127. package/_types/experimental/eip5792/actions/writeContracts.d.ts.map +1 -0
  128. package/_types/experimental/{decorators → eip5792/decorators}/eip5792.d.ts +9 -9
  129. package/_types/experimental/eip5792/decorators/eip5792.d.ts.map +1 -0
  130. package/_types/experimental/index.d.ts +10 -6
  131. package/_types/experimental/index.d.ts.map +1 -1
  132. package/_types/op-stack/chainConfig.d.ts +45 -45
  133. package/_types/op-stack/formatters.d.ts +45 -45
  134. package/_types/utils/formatters/transaction.d.ts +1 -1
  135. package/_types/utils/formatters/transactionRequest.d.ts +1 -1
  136. package/_types/utils/signature/hexToSignature.d.ts +7 -2
  137. package/_types/utils/signature/hexToSignature.d.ts.map +1 -1
  138. package/accounts/privateKeyToAccount.ts +5 -1
  139. package/accounts/toAccount.ts +1 -0
  140. package/accounts/types.ts +12 -5
  141. package/actions/getContract.ts +2 -2
  142. package/actions/public/verifyHash.ts +1 -1
  143. package/chains/definitions/dreyerxMainnet.ts +22 -0
  144. package/chains/index.ts +1 -0
  145. package/errors/version.ts +1 -1
  146. package/experimental/eip3074/actions/signAuthMessage.ts +103 -0
  147. package/experimental/eip3074/decorators/eip3074.ts +51 -0
  148. package/experimental/eip3074/utils/recoverAuthMessageAddress.ts +29 -0
  149. package/experimental/eip3074/utils/signAuthMessage.ts +40 -0
  150. package/experimental/eip3074/utils/toAuthMessage.ts +50 -0
  151. package/experimental/eip3074/utils/verifyAuthMessage.ts +46 -0
  152. package/experimental/{actions → eip5792/actions}/getCallsStatus.ts +11 -11
  153. package/experimental/{actions → eip5792/actions}/getCapabilities.ts +11 -11
  154. package/experimental/{actions → eip5792/actions}/sendCalls.ts +17 -17
  155. package/experimental/{actions → eip5792/actions}/showCallsStatus.ts +7 -7
  156. package/experimental/{actions → eip5792/actions}/writeContracts.ts +9 -9
  157. package/experimental/{decorators → eip5792/decorators}/eip5792.ts +9 -9
  158. package/experimental/index.ts +29 -7
  159. package/package.json +1 -1
  160. package/utils/signature/hexToSignature.ts +2 -2
  161. package/_cjs/experimental/actions/getCallsStatus.js.map +0 -1
  162. package/_cjs/experimental/actions/getCapabilities.js.map +0 -1
  163. package/_cjs/experimental/actions/sendCalls.js.map +0 -1
  164. package/_cjs/experimental/actions/showCallsStatus.js.map +0 -1
  165. package/_cjs/experimental/actions/writeContracts.js.map +0 -1
  166. package/_cjs/experimental/decorators/eip5792.js.map +0 -1
  167. package/_esm/experimental/actions/getCallsStatus.js.map +0 -1
  168. package/_esm/experimental/actions/getCapabilities.js.map +0 -1
  169. package/_esm/experimental/actions/sendCalls.js.map +0 -1
  170. package/_esm/experimental/actions/showCallsStatus.js.map +0 -1
  171. package/_esm/experimental/actions/writeContracts.js.map +0 -1
  172. package/_esm/experimental/decorators/eip5792.js.map +0 -1
  173. package/_types/experimental/actions/getCallsStatus.d.ts.map +0 -1
  174. package/_types/experimental/actions/getCapabilities.d.ts.map +0 -1
  175. package/_types/experimental/actions/sendCalls.d.ts.map +0 -1
  176. package/_types/experimental/actions/showCallsStatus.d.ts.map +0 -1
  177. package/_types/experimental/actions/writeContracts.d.ts.map +0 -1
  178. package/_types/experimental/decorators/eip5792.d.ts.map +0 -1
  179. /package/_cjs/experimental/{actions → eip5792/actions}/showCallsStatus.js +0 -0
  180. /package/_cjs/experimental/{decorators → eip5792/decorators}/eip5792.js +0 -0
  181. /package/_esm/experimental/{decorators → eip5792/decorators}/eip5792.js +0 -0
@@ -111,19 +111,19 @@ export declare const optimismSepolia: {
111
111
  maxFeePerBlobGas?: `0x${string}` | undefined;
112
112
  maxFeePerGas?: `0x${string}` | undefined;
113
113
  maxPriorityFeePerGas?: `0x${string}` | undefined;
114
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
114
115
  to?: `0x${string}` | null;
115
116
  from?: `0x${string}`;
116
117
  gas?: `0x${string}`;
117
118
  nonce?: `0x${string}`;
118
119
  value?: `0x${string}`;
119
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
120
- accessList?: undefined;
121
- blobVersionedHashes?: undefined;
122
120
  blockHash?: `0x${string}` | null;
123
121
  blockNumber?: `0x${string}` | null;
124
122
  hash?: `0x${string}`;
125
123
  input?: `0x${string}`;
126
124
  transactionIndex?: `0x${string}` | null;
125
+ accessList?: undefined;
126
+ blobVersionedHashes?: undefined;
127
127
  chainId?: `0x${string}` | undefined;
128
128
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
129
129
  r: `0x${string}`;
@@ -162,19 +162,19 @@ export declare const optimismSepolia: {
162
162
  maxFeePerBlobGas?: `0x${string}` | undefined;
163
163
  maxFeePerGas?: `0x${string}` | undefined;
164
164
  maxPriorityFeePerGas?: `0x${string}` | undefined;
165
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
165
166
  to?: `0x${string}` | null;
166
167
  from?: `0x${string}`;
167
168
  gas?: `0x${string}`;
168
169
  nonce?: `0x${string}`;
169
170
  value?: `0x${string}`;
170
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
171
- accessList?: undefined;
172
- blobVersionedHashes?: undefined;
173
171
  blockHash?: `0x${string}` | null;
174
172
  blockNumber?: `0x${string}` | null;
175
173
  hash?: `0x${string}`;
176
174
  input?: `0x${string}`;
177
175
  transactionIndex?: `0x${string}` | null;
176
+ accessList?: undefined;
177
+ blobVersionedHashes?: undefined;
178
178
  chainId?: `0x${string}` | undefined;
179
179
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
180
180
  isSystemTx?: boolean | undefined;
@@ -190,19 +190,19 @@ export declare const optimismSepolia: {
190
190
  maxFeePerBlobGas?: `0x${string}` | undefined;
191
191
  maxFeePerGas?: `0x${string}` | undefined;
192
192
  maxPriorityFeePerGas?: `0x${string}` | undefined;
193
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
193
194
  to?: `0x${string}` | null;
194
195
  from?: `0x${string}`;
195
196
  gas?: `0x${string}`;
196
197
  nonce?: `0x${string}`;
197
198
  value?: `0x${string}`;
198
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
199
- accessList?: import("../../index.js").AccessList | undefined;
200
- blobVersionedHashes?: undefined;
201
199
  blockHash?: `0x${string}` | null;
202
200
  blockNumber?: `0x${string}` | null;
203
201
  hash?: `0x${string}`;
204
202
  input?: `0x${string}`;
205
203
  transactionIndex?: `0x${string}` | null;
204
+ accessList?: import("../../index.js").AccessList | undefined;
205
+ blobVersionedHashes?: undefined;
206
206
  chainId?: `0x${string}` | undefined;
207
207
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
208
208
  r: `0x${string}`;
@@ -241,19 +241,19 @@ export declare const optimismSepolia: {
241
241
  maxFeePerBlobGas?: `0x${string}` | undefined;
242
242
  maxFeePerGas?: `0x${string}` | undefined;
243
243
  maxPriorityFeePerGas?: `0x${string}` | undefined;
244
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
244
245
  to?: `0x${string}` | null;
245
246
  from?: `0x${string}`;
246
247
  gas?: `0x${string}`;
247
248
  nonce?: `0x${string}`;
248
249
  value?: `0x${string}`;
249
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
250
- accessList?: import("../../index.js").AccessList | undefined;
251
- blobVersionedHashes?: undefined;
252
250
  blockHash?: `0x${string}` | null;
253
251
  blockNumber?: `0x${string}` | null;
254
252
  hash?: `0x${string}`;
255
253
  input?: `0x${string}`;
256
254
  transactionIndex?: `0x${string}` | null;
255
+ accessList?: import("../../index.js").AccessList | undefined;
256
+ blobVersionedHashes?: undefined;
257
257
  chainId?: `0x${string}` | undefined;
258
258
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
259
259
  blockHash: `0x${string}` | null;
@@ -292,19 +292,19 @@ export declare const optimismSepolia: {
292
292
  maxFeePerBlobGas?: `0x${string}` | undefined;
293
293
  maxFeePerGas?: `0x${string}` | undefined;
294
294
  maxPriorityFeePerGas?: `0x${string}` | undefined;
295
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
295
296
  to?: `0x${string}` | null;
296
297
  from?: `0x${string}`;
297
298
  gas?: `0x${string}`;
298
299
  nonce?: `0x${string}`;
299
300
  value?: `0x${string}`;
300
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
301
- accessList?: import("../../index.js").AccessList | undefined;
302
- blobVersionedHashes?: undefined;
303
301
  blockHash?: `0x${string}` | null;
304
302
  blockNumber?: `0x${string}` | null;
305
303
  hash?: `0x${string}`;
306
304
  input?: `0x${string}`;
307
305
  transactionIndex?: `0x${string}` | null;
306
+ accessList?: import("../../index.js").AccessList | undefined;
307
+ blobVersionedHashes?: undefined;
308
308
  chainId?: `0x${string}` | undefined;
309
309
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
310
310
  blockHash: `0x${string}` | null;
@@ -343,19 +343,19 @@ export declare const optimismSepolia: {
343
343
  maxFeePerBlobGas?: `0x${string}` | undefined;
344
344
  maxFeePerGas?: `0x${string}` | undefined;
345
345
  maxPriorityFeePerGas?: `0x${string}` | undefined;
346
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
346
347
  to?: `0x${string}` | null;
347
348
  from?: `0x${string}`;
348
349
  gas?: `0x${string}`;
349
350
  nonce?: `0x${string}`;
350
351
  value?: `0x${string}`;
351
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
352
- accessList?: import("../../index.js").AccessList | undefined;
353
- blobVersionedHashes?: undefined;
354
352
  blockHash?: `0x${string}` | null;
355
353
  blockNumber?: `0x${string}` | null;
356
354
  hash?: `0x${string}`;
357
355
  input?: `0x${string}`;
358
356
  transactionIndex?: `0x${string}` | null;
357
+ accessList?: import("../../index.js").AccessList | undefined;
358
+ blobVersionedHashes?: undefined;
359
359
  chainId?: `0x${string}` | undefined;
360
360
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
361
361
  isSystemTx?: boolean | undefined;
@@ -371,19 +371,19 @@ export declare const optimismSepolia: {
371
371
  maxFeePerBlobGas?: `0x${string}` | undefined;
372
372
  maxFeePerGas?: `0x${string}` | undefined;
373
373
  maxPriorityFeePerGas?: `0x${string}` | undefined;
374
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
374
375
  to?: `0x${string}` | null;
375
376
  from?: `0x${string}`;
376
377
  gas?: `0x${string}`;
377
378
  nonce?: `0x${string}`;
378
379
  value?: `0x${string}`;
379
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
380
- accessList?: import("../../index.js").AccessList | undefined;
381
- blobVersionedHashes?: undefined;
382
380
  blockHash?: `0x${string}` | null;
383
381
  blockNumber?: `0x${string}` | null;
384
382
  hash?: `0x${string}`;
385
383
  input?: `0x${string}`;
386
384
  transactionIndex?: `0x${string}` | null;
385
+ accessList?: import("../../index.js").AccessList | undefined;
386
+ blobVersionedHashes?: undefined;
387
387
  chainId?: `0x${string}` | undefined;
388
388
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
389
389
  r: `0x${string}`;
@@ -422,19 +422,19 @@ export declare const optimismSepolia: {
422
422
  maxFeePerBlobGas?: `0x${string}` | undefined;
423
423
  maxFeePerGas?: `0x${string}` | undefined;
424
424
  maxPriorityFeePerGas?: `0x${string}` | undefined;
425
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
425
426
  to?: `0x${string}` | null;
426
427
  from?: `0x${string}`;
427
428
  gas?: `0x${string}`;
428
429
  nonce?: `0x${string}`;
429
430
  value?: `0x${string}`;
430
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
431
- accessList?: import("../../index.js").AccessList | undefined;
432
- blobVersionedHashes?: undefined;
433
431
  blockHash?: `0x${string}` | null;
434
432
  blockNumber?: `0x${string}` | null;
435
433
  hash?: `0x${string}`;
436
434
  input?: `0x${string}`;
437
435
  transactionIndex?: `0x${string}` | null;
436
+ accessList?: import("../../index.js").AccessList | undefined;
437
+ blobVersionedHashes?: undefined;
438
438
  chainId?: `0x${string}` | undefined;
439
439
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
440
440
  blockHash: `0x${string}` | null;
@@ -473,19 +473,19 @@ export declare const optimismSepolia: {
473
473
  maxFeePerBlobGas?: `0x${string}` | undefined;
474
474
  maxFeePerGas?: `0x${string}` | undefined;
475
475
  maxPriorityFeePerGas?: `0x${string}` | undefined;
476
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
476
477
  to?: `0x${string}` | null;
477
478
  from?: `0x${string}`;
478
479
  gas?: `0x${string}`;
479
480
  nonce?: `0x${string}`;
480
481
  value?: `0x${string}`;
481
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
482
- accessList?: import("../../index.js").AccessList | undefined;
483
- blobVersionedHashes?: undefined;
484
482
  blockHash?: `0x${string}` | null;
485
483
  blockNumber?: `0x${string}` | null;
486
484
  hash?: `0x${string}`;
487
485
  input?: `0x${string}`;
488
486
  transactionIndex?: `0x${string}` | null;
487
+ accessList?: import("../../index.js").AccessList | undefined;
488
+ blobVersionedHashes?: undefined;
489
489
  chainId?: `0x${string}` | undefined;
490
490
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
491
491
  blockHash: `0x${string}` | null;
@@ -524,19 +524,19 @@ export declare const optimismSepolia: {
524
524
  maxFeePerBlobGas?: `0x${string}` | undefined;
525
525
  maxFeePerGas?: `0x${string}` | undefined;
526
526
  maxPriorityFeePerGas?: `0x${string}` | undefined;
527
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
527
528
  to?: `0x${string}` | null;
528
529
  from?: `0x${string}`;
529
530
  gas?: `0x${string}`;
530
531
  nonce?: `0x${string}`;
531
532
  value?: `0x${string}`;
532
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
533
- accessList?: import("../../index.js").AccessList | undefined;
534
- blobVersionedHashes?: undefined;
535
533
  blockHash?: `0x${string}` | null;
536
534
  blockNumber?: `0x${string}` | null;
537
535
  hash?: `0x${string}`;
538
536
  input?: `0x${string}`;
539
537
  transactionIndex?: `0x${string}` | null;
538
+ accessList?: import("../../index.js").AccessList | undefined;
539
+ blobVersionedHashes?: undefined;
540
540
  chainId?: `0x${string}` | undefined;
541
541
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
542
542
  isSystemTx?: boolean | undefined;
@@ -552,19 +552,19 @@ export declare const optimismSepolia: {
552
552
  maxFeePerBlobGas?: `0x${string}` | undefined;
553
553
  maxFeePerGas?: `0x${string}` | undefined;
554
554
  maxPriorityFeePerGas?: `0x${string}` | undefined;
555
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
555
556
  to?: `0x${string}` | null;
556
557
  from?: `0x${string}`;
557
558
  gas?: `0x${string}`;
558
559
  nonce?: `0x${string}`;
559
560
  value?: `0x${string}`;
560
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
561
- accessList?: import("../../index.js").AccessList | undefined;
562
- blobVersionedHashes?: `0x${string}`[] | undefined;
563
561
  blockHash?: `0x${string}` | null;
564
562
  blockNumber?: `0x${string}` | null;
565
563
  hash?: `0x${string}`;
566
564
  input?: `0x${string}`;
567
565
  transactionIndex?: `0x${string}` | null;
566
+ accessList?: import("../../index.js").AccessList | undefined;
567
+ blobVersionedHashes?: `0x${string}`[] | undefined;
568
568
  chainId?: `0x${string}` | undefined;
569
569
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
570
570
  r: `0x${string}`;
@@ -603,19 +603,19 @@ export declare const optimismSepolia: {
603
603
  maxFeePerBlobGas?: `0x${string}` | undefined;
604
604
  maxFeePerGas?: `0x${string}` | undefined;
605
605
  maxPriorityFeePerGas?: `0x${string}` | undefined;
606
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
606
607
  to?: `0x${string}` | null;
607
608
  from?: `0x${string}`;
608
609
  gas?: `0x${string}`;
609
610
  nonce?: `0x${string}`;
610
611
  value?: `0x${string}`;
611
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
612
- accessList?: import("../../index.js").AccessList | undefined;
613
- blobVersionedHashes?: `0x${string}`[] | undefined;
614
612
  blockHash?: `0x${string}` | null;
615
613
  blockNumber?: `0x${string}` | null;
616
614
  hash?: `0x${string}`;
617
615
  input?: `0x${string}`;
618
616
  transactionIndex?: `0x${string}` | null;
617
+ accessList?: import("../../index.js").AccessList | undefined;
618
+ blobVersionedHashes?: `0x${string}`[] | undefined;
619
619
  chainId?: `0x${string}` | undefined;
620
620
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
621
621
  blockHash: `0x${string}` | null;
@@ -654,19 +654,19 @@ export declare const optimismSepolia: {
654
654
  maxFeePerBlobGas?: `0x${string}` | undefined;
655
655
  maxFeePerGas?: `0x${string}` | undefined;
656
656
  maxPriorityFeePerGas?: `0x${string}` | undefined;
657
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
657
658
  to?: `0x${string}` | null;
658
659
  from?: `0x${string}`;
659
660
  gas?: `0x${string}`;
660
661
  nonce?: `0x${string}`;
661
662
  value?: `0x${string}`;
662
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
663
- accessList?: import("../../index.js").AccessList | undefined;
664
- blobVersionedHashes?: `0x${string}`[] | undefined;
665
663
  blockHash?: `0x${string}` | null;
666
664
  blockNumber?: `0x${string}` | null;
667
665
  hash?: `0x${string}`;
668
666
  input?: `0x${string}`;
669
667
  transactionIndex?: `0x${string}` | null;
668
+ accessList?: import("../../index.js").AccessList | undefined;
669
+ blobVersionedHashes?: `0x${string}`[] | undefined;
670
670
  chainId?: `0x${string}` | undefined;
671
671
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
672
672
  blockHash: `0x${string}` | null;
@@ -705,19 +705,19 @@ export declare const optimismSepolia: {
705
705
  maxFeePerBlobGas?: `0x${string}` | undefined;
706
706
  maxFeePerGas?: `0x${string}` | undefined;
707
707
  maxPriorityFeePerGas?: `0x${string}` | undefined;
708
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
708
709
  to?: `0x${string}` | null;
709
710
  from?: `0x${string}`;
710
711
  gas?: `0x${string}`;
711
712
  nonce?: `0x${string}`;
712
713
  value?: `0x${string}`;
713
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
714
- accessList?: import("../../index.js").AccessList | undefined;
715
- blobVersionedHashes?: `0x${string}`[] | undefined;
716
714
  blockHash?: `0x${string}` | null;
717
715
  blockNumber?: `0x${string}` | null;
718
716
  hash?: `0x${string}`;
719
717
  input?: `0x${string}`;
720
718
  transactionIndex?: `0x${string}` | null;
719
+ accessList?: import("../../index.js").AccessList | undefined;
720
+ blobVersionedHashes?: `0x${string}`[] | undefined;
721
721
  chainId?: `0x${string}` | undefined;
722
722
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
723
723
  blockHash: `0x${string}` | null;
@@ -756,19 +756,19 @@ export declare const optimismSepolia: {
756
756
  maxFeePerBlobGas?: `0x${string}` | undefined;
757
757
  maxFeePerGas?: `0x${string}` | undefined;
758
758
  maxPriorityFeePerGas?: `0x${string}` | undefined;
759
+ type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
759
760
  to?: `0x${string}` | null;
760
761
  from?: `0x${string}`;
761
762
  gas?: `0x${string}`;
762
763
  nonce?: `0x${string}`;
763
764
  value?: `0x${string}`;
764
- type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
765
- accessList?: import("../../index.js").AccessList | undefined;
766
- blobVersionedHashes?: `0x${string}`[] | undefined;
767
765
  blockHash?: `0x${string}` | null;
768
766
  blockNumber?: `0x${string}` | null;
769
767
  hash?: `0x${string}`;
770
768
  input?: `0x${string}`;
771
769
  transactionIndex?: `0x${string}` | null;
770
+ accessList?: import("../../index.js").AccessList | undefined;
771
+ blobVersionedHashes?: `0x${string}`[] | undefined;
772
772
  chainId?: `0x${string}` | undefined;
773
773
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
774
774
  isSystemTx?: boolean | undefined;