viem 2.9.12 → 2.9.15

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 (194) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/_cjs/actions/index.js +2 -1
  3. package/_cjs/actions/index.js.map +1 -1
  4. package/_cjs/actions/public/call.js.map +1 -1
  5. package/_cjs/actions/public/estimateGas.js +5 -3
  6. package/_cjs/actions/public/estimateGas.js.map +1 -1
  7. package/_cjs/actions/public/watchContractEvent.js +8 -2
  8. package/_cjs/actions/public/watchContractEvent.js.map +1 -1
  9. package/_cjs/actions/public/watchEvent.js +8 -2
  10. package/_cjs/actions/public/watchEvent.js.map +1 -1
  11. package/_cjs/actions/wallet/prepareTransactionRequest.js +47 -7
  12. package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
  13. package/_cjs/actions/wallet/sendTransaction.js +1 -0
  14. package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
  15. package/_cjs/chains/definitions/astarZkEVM.js +1 -1
  16. package/_cjs/chains/definitions/astarZkyoto.js +1 -1
  17. package/_cjs/chains/definitions/astarZkyoto.js.map +1 -1
  18. package/_cjs/chains/definitions/filecoinCalibration.js +1 -0
  19. package/_cjs/chains/definitions/filecoinCalibration.js.map +1 -1
  20. package/_cjs/chains/definitions/filecoinHyperspace.js +1 -0
  21. package/_cjs/chains/definitions/filecoinHyperspace.js.map +1 -1
  22. package/_cjs/chains/index.js +5 -7
  23. package/_cjs/chains/index.js.map +1 -1
  24. package/_cjs/errors/version.js +1 -1
  25. package/_cjs/utils/abi/decodeEventLog.js +1 -1
  26. package/_cjs/utils/abi/decodeEventLog.js.map +1 -1
  27. package/_cjs/utils/blob/blobsToCommitments.js.map +1 -1
  28. package/_cjs/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
  29. package/_cjs/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
  30. package/_cjs/utils/blob/toBlobSidecars.js.map +1 -1
  31. package/_cjs/utils/blob/toBlobs.js.map +1 -1
  32. package/_cjs/utils/formatters/transactionRequest.js +2 -0
  33. package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
  34. package/_cjs/utils/transaction/serializeTransaction.js +10 -6
  35. package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
  36. package/_esm/actions/index.js +1 -1
  37. package/_esm/actions/index.js.map +1 -1
  38. package/_esm/actions/public/call.js.map +1 -1
  39. package/_esm/actions/public/estimateGas.js +8 -3
  40. package/_esm/actions/public/estimateGas.js.map +1 -1
  41. package/_esm/actions/public/watchContractEvent.js +8 -2
  42. package/_esm/actions/public/watchContractEvent.js.map +1 -1
  43. package/_esm/actions/public/watchEvent.js +8 -2
  44. package/_esm/actions/public/watchEvent.js.map +1 -1
  45. package/_esm/actions/wallet/prepareTransactionRequest.js +49 -9
  46. package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
  47. package/_esm/actions/wallet/sendTransaction.js +2 -1
  48. package/_esm/actions/wallet/sendTransaction.js.map +1 -1
  49. package/_esm/chains/definitions/astarZkEVM.js +1 -1
  50. package/_esm/chains/definitions/astarZkyoto.js +1 -1
  51. package/_esm/chains/definitions/astarZkyoto.js.map +1 -1
  52. package/_esm/chains/definitions/filecoinCalibration.js +1 -0
  53. package/_esm/chains/definitions/filecoinCalibration.js.map +1 -1
  54. package/_esm/chains/definitions/filecoinHyperspace.js +1 -0
  55. package/_esm/chains/definitions/filecoinHyperspace.js.map +1 -1
  56. package/_esm/chains/index.js +0 -1
  57. package/_esm/chains/index.js.map +1 -1
  58. package/_esm/errors/version.js +1 -1
  59. package/_esm/utils/abi/decodeEventLog.js +1 -1
  60. package/_esm/utils/abi/decodeEventLog.js.map +1 -1
  61. package/_esm/utils/blob/blobsToCommitments.js.map +1 -1
  62. package/_esm/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
  63. package/_esm/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
  64. package/_esm/utils/blob/toBlobSidecars.js.map +1 -1
  65. package/_esm/utils/blob/toBlobs.js.map +1 -1
  66. package/_esm/utils/formatters/transactionRequest.js +2 -0
  67. package/_esm/utils/formatters/transactionRequest.js.map +1 -1
  68. package/_esm/utils/transaction/serializeTransaction.js +10 -6
  69. package/_esm/utils/transaction/serializeTransaction.js.map +1 -1
  70. package/_types/actions/index.d.ts +1 -1
  71. package/_types/actions/index.d.ts.map +1 -1
  72. package/_types/actions/public/call.d.ts +2 -3
  73. package/_types/actions/public/call.d.ts.map +1 -1
  74. package/_types/actions/public/estimateGas.d.ts.map +1 -1
  75. package/_types/actions/public/watchContractEvent.d.ts +3 -0
  76. package/_types/actions/public/watchContractEvent.d.ts.map +1 -1
  77. package/_types/actions/public/watchEvent.d.ts +4 -1
  78. package/_types/actions/public/watchEvent.d.ts.map +1 -1
  79. package/_types/actions/wallet/prepareTransactionRequest.d.ts +7 -6
  80. package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
  81. package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
  82. package/_types/celo/chainConfig.d.ts +350 -38
  83. package/_types/celo/chainConfig.d.ts.map +1 -1
  84. package/_types/celo/formatters.d.ts +175 -19
  85. package/_types/celo/formatters.d.ts.map +1 -1
  86. package/_types/chains/definitions/ancient8.d.ts +15 -15
  87. package/_types/chains/definitions/ancient8Sepolia.d.ts +15 -15
  88. package/_types/chains/definitions/astarZkEVM.d.ts +1 -1
  89. package/_types/chains/definitions/astarZkyoto.d.ts +1 -1
  90. package/_types/chains/definitions/base.d.ts +15 -15
  91. package/_types/chains/definitions/baseGoerli.d.ts +15 -15
  92. package/_types/chains/definitions/baseSepolia.d.ts +15 -15
  93. package/_types/chains/definitions/celo.d.ts +350 -38
  94. package/_types/chains/definitions/celo.d.ts.map +1 -1
  95. package/_types/chains/definitions/celoAlfajores.d.ts +350 -38
  96. package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
  97. package/_types/chains/definitions/filecoinCalibration.d.ts +1 -1
  98. package/_types/chains/definitions/filecoinCalibration.d.ts.map +1 -1
  99. package/_types/chains/definitions/filecoinHyperspace.d.ts +1 -1
  100. package/_types/chains/definitions/filecoinHyperspace.d.ts.map +1 -1
  101. package/_types/chains/definitions/fraxtal.d.ts +15 -15
  102. package/_types/chains/definitions/fraxtalTestnet.d.ts +15 -15
  103. package/_types/chains/definitions/liskSepolia.d.ts +15 -15
  104. package/_types/chains/definitions/optimism.d.ts +15 -15
  105. package/_types/chains/definitions/optimismGoerli.d.ts +15 -15
  106. package/_types/chains/definitions/optimismSepolia.d.ts +15 -15
  107. package/_types/chains/definitions/pgn.d.ts +15 -15
  108. package/_types/chains/definitions/pgnTestnet.d.ts +15 -15
  109. package/_types/chains/definitions/rss3.d.ts +15 -15
  110. package/_types/chains/definitions/rss3Sepolia.d.ts +15 -15
  111. package/_types/chains/definitions/zkSync.d.ts +144 -0
  112. package/_types/chains/definitions/zkSync.d.ts.map +1 -1
  113. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +144 -0
  114. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts.map +1 -1
  115. package/_types/chains/definitions/zkSyncLocalNode.d.ts +144 -0
  116. package/_types/chains/definitions/zkSyncLocalNode.d.ts.map +1 -1
  117. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +144 -0
  118. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts.map +1 -1
  119. package/_types/chains/definitions/zkSyncTestnet.d.ts +144 -0
  120. package/_types/chains/definitions/zkSyncTestnet.d.ts.map +1 -1
  121. package/_types/chains/definitions/zora.d.ts +15 -15
  122. package/_types/chains/definitions/zoraSepolia.d.ts +15 -15
  123. package/_types/chains/definitions/zoraTestnet.d.ts +15 -15
  124. package/_types/chains/index.d.ts +0 -1
  125. package/_types/chains/index.d.ts.map +1 -1
  126. package/_types/errors/version.d.ts +1 -1
  127. package/_types/op-stack/actions/getTimeToNextGame.d.ts +1 -1
  128. package/_types/op-stack/actions/getTimeToNextL2Output.d.ts +1 -1
  129. package/_types/op-stack/actions/getTimeToProve.d.ts +1 -1
  130. package/_types/op-stack/actions/waitForNextGame.d.ts +1 -1
  131. package/_types/op-stack/actions/waitForNextL2Output.d.ts +1 -1
  132. package/_types/op-stack/chainConfig.d.ts +15 -15
  133. package/_types/op-stack/formatters.d.ts +15 -15
  134. package/_types/types/transaction.d.ts +16 -2
  135. package/_types/types/transaction.d.ts.map +1 -1
  136. package/_types/utils/blob/blobsToCommitments.d.ts +4 -4
  137. package/_types/utils/blob/blobsToCommitments.d.ts.map +1 -1
  138. package/_types/utils/blob/blobsToProofs.d.ts +2 -2
  139. package/_types/utils/blob/blobsToProofs.d.ts.map +1 -1
  140. package/_types/utils/blob/commitmentsToVersionedHashes.d.ts +4 -4
  141. package/_types/utils/blob/commitmentsToVersionedHashes.d.ts.map +1 -1
  142. package/_types/utils/blob/sidecarsToVersionedHashes.d.ts +1 -1
  143. package/_types/utils/blob/sidecarsToVersionedHashes.d.ts.map +1 -1
  144. package/_types/utils/blob/toBlobSidecars.d.ts +5 -5
  145. package/_types/utils/blob/toBlobSidecars.d.ts.map +1 -1
  146. package/_types/utils/blob/toBlobs.d.ts +1 -1
  147. package/_types/utils/blob/toBlobs.d.ts.map +1 -1
  148. package/_types/utils/formatters/transaction.d.ts +1 -1
  149. package/_types/utils/formatters/transactionRequest.d.ts +49 -1
  150. package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
  151. package/_types/utils/transaction/getTransactionType.d.ts +3 -3
  152. package/_types/utils/transaction/getTransactionType.d.ts.map +1 -1
  153. package/_types/utils/transaction/serializeTransaction.d.ts.map +1 -1
  154. package/_types/zksync/chainConfig.d.ts +144 -0
  155. package/_types/zksync/chainConfig.d.ts.map +1 -1
  156. package/_types/zksync/formatters.d.ts +144 -0
  157. package/_types/zksync/formatters.d.ts.map +1 -1
  158. package/actions/index.ts +1 -0
  159. package/actions/public/call.ts +2 -3
  160. package/actions/public/estimateGas.ts +9 -7
  161. package/actions/public/watchContractEvent.ts +10 -1
  162. package/actions/public/watchEvent.ts +10 -1
  163. package/actions/wallet/prepareTransactionRequest.ts +73 -17
  164. package/actions/wallet/sendTransaction.ts +2 -0
  165. package/chains/definitions/astarZkEVM.ts +1 -1
  166. package/chains/definitions/astarZkyoto.ts +1 -1
  167. package/chains/definitions/filecoinCalibration.ts +1 -0
  168. package/chains/definitions/filecoinHyperspace.ts +1 -0
  169. package/chains/index.ts +0 -1
  170. package/errors/version.ts +1 -1
  171. package/op-stack/actions/getTimeToNextGame.ts +1 -1
  172. package/op-stack/actions/getTimeToNextL2Output.ts +1 -1
  173. package/op-stack/actions/getTimeToProve.ts +1 -1
  174. package/op-stack/actions/waitForNextGame.ts +1 -1
  175. package/op-stack/actions/waitForNextL2Output.ts +1 -1
  176. package/package.json +1 -1
  177. package/types/transaction.ts +20 -2
  178. package/utils/abi/decodeEventLog.ts +1 -1
  179. package/utils/blob/blobsToCommitments.ts +9 -7
  180. package/utils/blob/blobsToProofs.ts +10 -10
  181. package/utils/blob/commitmentsToVersionedHashes.ts +10 -8
  182. package/utils/blob/sidecarsToVersionedHashes.ts +3 -3
  183. package/utils/blob/toBlobSidecars.ts +14 -11
  184. package/utils/blob/toBlobs.ts +3 -3
  185. package/utils/formatters/transactionRequest.ts +2 -0
  186. package/utils/transaction/getTransactionType.ts +3 -3
  187. package/utils/transaction/serializeTransaction.ts +12 -6
  188. package/_cjs/chains/definitions/astarZkatana.js +0 -32
  189. package/_cjs/chains/definitions/astarZkatana.js.map +0 -1
  190. package/_esm/chains/definitions/astarZkatana.js +0 -29
  191. package/_esm/chains/definitions/astarZkatana.js.map +0 -1
  192. package/_types/chains/definitions/astarZkatana.d.ts +0 -34
  193. package/_types/chains/definitions/astarZkatana.d.ts.map +0 -1
  194. package/chains/definitions/astarZkatana.ts +0 -29
@@ -112,12 +112,12 @@ export declare const liskSepolia: {
112
112
  value?: `0x${string}`;
113
113
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
114
114
  accessList?: undefined;
115
+ blobVersionedHashes?: undefined;
115
116
  blockHash?: `0x${string}` | null;
116
117
  blockNumber?: `0x${string}` | null;
117
118
  hash?: `0x${string}`;
118
119
  input?: `0x${string}`;
119
120
  transactionIndex?: `0x${string}` | null;
120
- blobVersionedHashes?: undefined;
121
121
  chainId?: `0x${string}` | undefined;
122
122
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
123
123
  r: `0x${string}`;
@@ -163,12 +163,12 @@ export declare const liskSepolia: {
163
163
  value?: `0x${string}`;
164
164
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
165
165
  accessList?: undefined;
166
+ blobVersionedHashes?: undefined;
166
167
  blockHash?: `0x${string}` | null;
167
168
  blockNumber?: `0x${string}` | null;
168
169
  hash?: `0x${string}`;
169
170
  input?: `0x${string}`;
170
171
  transactionIndex?: `0x${string}` | null;
171
- blobVersionedHashes?: undefined;
172
172
  chainId?: `0x${string}` | undefined;
173
173
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
174
174
  isSystemTx?: boolean | undefined;
@@ -191,12 +191,12 @@ export declare const liskSepolia: {
191
191
  value?: `0x${string}`;
192
192
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
193
193
  accessList?: import("../../index.js").AccessList | undefined;
194
+ blobVersionedHashes?: undefined;
194
195
  blockHash?: `0x${string}` | null;
195
196
  blockNumber?: `0x${string}` | null;
196
197
  hash?: `0x${string}`;
197
198
  input?: `0x${string}`;
198
199
  transactionIndex?: `0x${string}` | null;
199
- blobVersionedHashes?: undefined;
200
200
  chainId?: `0x${string}` | undefined;
201
201
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
202
202
  r: `0x${string}`;
@@ -242,12 +242,12 @@ export declare const liskSepolia: {
242
242
  value?: `0x${string}`;
243
243
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
244
244
  accessList?: import("../../index.js").AccessList | undefined;
245
+ blobVersionedHashes?: undefined;
245
246
  blockHash?: `0x${string}` | null;
246
247
  blockNumber?: `0x${string}` | null;
247
248
  hash?: `0x${string}`;
248
249
  input?: `0x${string}`;
249
250
  transactionIndex?: `0x${string}` | null;
250
- blobVersionedHashes?: undefined;
251
251
  chainId?: `0x${string}` | undefined;
252
252
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
253
253
  blockHash: `0x${string}` | null;
@@ -293,12 +293,12 @@ export declare const liskSepolia: {
293
293
  value?: `0x${string}`;
294
294
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
295
295
  accessList?: import("../../index.js").AccessList | undefined;
296
+ blobVersionedHashes?: undefined;
296
297
  blockHash?: `0x${string}` | null;
297
298
  blockNumber?: `0x${string}` | null;
298
299
  hash?: `0x${string}`;
299
300
  input?: `0x${string}`;
300
301
  transactionIndex?: `0x${string}` | null;
301
- blobVersionedHashes?: undefined;
302
302
  chainId?: `0x${string}` | undefined;
303
303
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
304
304
  blockHash: `0x${string}` | null;
@@ -344,12 +344,12 @@ export declare const liskSepolia: {
344
344
  value?: `0x${string}`;
345
345
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
346
346
  accessList?: import("../../index.js").AccessList | undefined;
347
+ blobVersionedHashes?: undefined;
347
348
  blockHash?: `0x${string}` | null;
348
349
  blockNumber?: `0x${string}` | null;
349
350
  hash?: `0x${string}`;
350
351
  input?: `0x${string}`;
351
352
  transactionIndex?: `0x${string}` | null;
352
- blobVersionedHashes?: undefined;
353
353
  chainId?: `0x${string}` | undefined;
354
354
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
355
355
  isSystemTx?: boolean | undefined;
@@ -372,12 +372,12 @@ export declare const liskSepolia: {
372
372
  value?: `0x${string}`;
373
373
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
374
374
  accessList?: import("../../index.js").AccessList | undefined;
375
+ blobVersionedHashes?: undefined;
375
376
  blockHash?: `0x${string}` | null;
376
377
  blockNumber?: `0x${string}` | null;
377
378
  hash?: `0x${string}`;
378
379
  input?: `0x${string}`;
379
380
  transactionIndex?: `0x${string}` | null;
380
- blobVersionedHashes?: undefined;
381
381
  chainId?: `0x${string}` | undefined;
382
382
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
383
383
  r: `0x${string}`;
@@ -423,12 +423,12 @@ export declare const liskSepolia: {
423
423
  value?: `0x${string}`;
424
424
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
425
425
  accessList?: import("../../index.js").AccessList | undefined;
426
+ blobVersionedHashes?: undefined;
426
427
  blockHash?: `0x${string}` | null;
427
428
  blockNumber?: `0x${string}` | null;
428
429
  hash?: `0x${string}`;
429
430
  input?: `0x${string}`;
430
431
  transactionIndex?: `0x${string}` | null;
431
- blobVersionedHashes?: undefined;
432
432
  chainId?: `0x${string}` | undefined;
433
433
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
434
434
  blockHash: `0x${string}` | null;
@@ -474,12 +474,12 @@ export declare const liskSepolia: {
474
474
  value?: `0x${string}`;
475
475
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
476
476
  accessList?: import("../../index.js").AccessList | undefined;
477
+ blobVersionedHashes?: undefined;
477
478
  blockHash?: `0x${string}` | null;
478
479
  blockNumber?: `0x${string}` | null;
479
480
  hash?: `0x${string}`;
480
481
  input?: `0x${string}`;
481
482
  transactionIndex?: `0x${string}` | null;
482
- blobVersionedHashes?: undefined;
483
483
  chainId?: `0x${string}` | undefined;
484
484
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
485
485
  blockHash: `0x${string}` | null;
@@ -525,12 +525,12 @@ export declare const liskSepolia: {
525
525
  value?: `0x${string}`;
526
526
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
527
527
  accessList?: import("../../index.js").AccessList | undefined;
528
+ blobVersionedHashes?: undefined;
528
529
  blockHash?: `0x${string}` | null;
529
530
  blockNumber?: `0x${string}` | null;
530
531
  hash?: `0x${string}`;
531
532
  input?: `0x${string}`;
532
533
  transactionIndex?: `0x${string}` | null;
533
- blobVersionedHashes?: undefined;
534
534
  chainId?: `0x${string}` | undefined;
535
535
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
536
536
  isSystemTx?: boolean | undefined;
@@ -553,12 +553,12 @@ export declare const liskSepolia: {
553
553
  value?: `0x${string}`;
554
554
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
555
555
  accessList?: import("../../index.js").AccessList | undefined;
556
+ blobVersionedHashes?: `0x${string}`[] | undefined;
556
557
  blockHash?: `0x${string}` | null;
557
558
  blockNumber?: `0x${string}` | null;
558
559
  hash?: `0x${string}`;
559
560
  input?: `0x${string}`;
560
561
  transactionIndex?: `0x${string}` | null;
561
- blobVersionedHashes?: `0x${string}`[] | undefined;
562
562
  chainId?: `0x${string}` | undefined;
563
563
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
564
564
  r: `0x${string}`;
@@ -604,12 +604,12 @@ export declare const liskSepolia: {
604
604
  value?: `0x${string}`;
605
605
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
606
606
  accessList?: import("../../index.js").AccessList | undefined;
607
+ blobVersionedHashes?: `0x${string}`[] | undefined;
607
608
  blockHash?: `0x${string}` | null;
608
609
  blockNumber?: `0x${string}` | null;
609
610
  hash?: `0x${string}`;
610
611
  input?: `0x${string}`;
611
612
  transactionIndex?: `0x${string}` | null;
612
- blobVersionedHashes?: `0x${string}`[] | undefined;
613
613
  chainId?: `0x${string}` | undefined;
614
614
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
615
615
  blockHash: `0x${string}` | null;
@@ -655,12 +655,12 @@ export declare const liskSepolia: {
655
655
  value?: `0x${string}`;
656
656
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
657
657
  accessList?: import("../../index.js").AccessList | undefined;
658
+ blobVersionedHashes?: `0x${string}`[] | undefined;
658
659
  blockHash?: `0x${string}` | null;
659
660
  blockNumber?: `0x${string}` | null;
660
661
  hash?: `0x${string}`;
661
662
  input?: `0x${string}`;
662
663
  transactionIndex?: `0x${string}` | null;
663
- blobVersionedHashes?: `0x${string}`[] | undefined;
664
664
  chainId?: `0x${string}` | undefined;
665
665
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
666
666
  blockHash: `0x${string}` | null;
@@ -706,12 +706,12 @@ export declare const liskSepolia: {
706
706
  value?: `0x${string}`;
707
707
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
708
708
  accessList?: import("../../index.js").AccessList | undefined;
709
+ blobVersionedHashes?: `0x${string}`[] | undefined;
709
710
  blockHash?: `0x${string}` | null;
710
711
  blockNumber?: `0x${string}` | null;
711
712
  hash?: `0x${string}`;
712
713
  input?: `0x${string}`;
713
714
  transactionIndex?: `0x${string}` | null;
714
- blobVersionedHashes?: `0x${string}`[] | undefined;
715
715
  chainId?: `0x${string}` | undefined;
716
716
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
717
717
  blockHash: `0x${string}` | null;
@@ -757,12 +757,12 @@ export declare const liskSepolia: {
757
757
  value?: `0x${string}`;
758
758
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
759
759
  accessList?: import("../../index.js").AccessList | undefined;
760
+ blobVersionedHashes?: `0x${string}`[] | undefined;
760
761
  blockHash?: `0x${string}` | null;
761
762
  blockNumber?: `0x${string}` | null;
762
763
  hash?: `0x${string}`;
763
764
  input?: `0x${string}`;
764
765
  transactionIndex?: `0x${string}` | null;
765
- blobVersionedHashes?: `0x${string}`[] | undefined;
766
766
  chainId?: `0x${string}` | undefined;
767
767
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
768
768
  isSystemTx?: boolean | undefined;
@@ -113,12 +113,12 @@ export declare const optimism: {
113
113
  value?: `0x${string}`;
114
114
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
115
115
  accessList?: undefined;
116
+ blobVersionedHashes?: undefined;
116
117
  blockHash?: `0x${string}` | null;
117
118
  blockNumber?: `0x${string}` | null;
118
119
  hash?: `0x${string}`;
119
120
  input?: `0x${string}`;
120
121
  transactionIndex?: `0x${string}` | null;
121
- blobVersionedHashes?: undefined;
122
122
  chainId?: `0x${string}` | undefined;
123
123
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
124
124
  r: `0x${string}`;
@@ -164,12 +164,12 @@ export declare const optimism: {
164
164
  value?: `0x${string}`;
165
165
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
166
166
  accessList?: undefined;
167
+ blobVersionedHashes?: undefined;
167
168
  blockHash?: `0x${string}` | null;
168
169
  blockNumber?: `0x${string}` | null;
169
170
  hash?: `0x${string}`;
170
171
  input?: `0x${string}`;
171
172
  transactionIndex?: `0x${string}` | null;
172
- blobVersionedHashes?: undefined;
173
173
  chainId?: `0x${string}` | undefined;
174
174
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
175
175
  isSystemTx?: boolean | undefined;
@@ -192,12 +192,12 @@ export declare const optimism: {
192
192
  value?: `0x${string}`;
193
193
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
194
194
  accessList?: import("../../index.js").AccessList | undefined;
195
+ blobVersionedHashes?: undefined;
195
196
  blockHash?: `0x${string}` | null;
196
197
  blockNumber?: `0x${string}` | null;
197
198
  hash?: `0x${string}`;
198
199
  input?: `0x${string}`;
199
200
  transactionIndex?: `0x${string}` | null;
200
- blobVersionedHashes?: undefined;
201
201
  chainId?: `0x${string}` | undefined;
202
202
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
203
203
  r: `0x${string}`;
@@ -243,12 +243,12 @@ export declare const optimism: {
243
243
  value?: `0x${string}`;
244
244
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
245
245
  accessList?: import("../../index.js").AccessList | undefined;
246
+ blobVersionedHashes?: undefined;
246
247
  blockHash?: `0x${string}` | null;
247
248
  blockNumber?: `0x${string}` | null;
248
249
  hash?: `0x${string}`;
249
250
  input?: `0x${string}`;
250
251
  transactionIndex?: `0x${string}` | null;
251
- blobVersionedHashes?: undefined;
252
252
  chainId?: `0x${string}` | undefined;
253
253
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
254
254
  blockHash: `0x${string}` | null;
@@ -294,12 +294,12 @@ export declare const optimism: {
294
294
  value?: `0x${string}`;
295
295
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
296
296
  accessList?: import("../../index.js").AccessList | undefined;
297
+ blobVersionedHashes?: undefined;
297
298
  blockHash?: `0x${string}` | null;
298
299
  blockNumber?: `0x${string}` | null;
299
300
  hash?: `0x${string}`;
300
301
  input?: `0x${string}`;
301
302
  transactionIndex?: `0x${string}` | null;
302
- blobVersionedHashes?: undefined;
303
303
  chainId?: `0x${string}` | undefined;
304
304
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
305
305
  blockHash: `0x${string}` | null;
@@ -345,12 +345,12 @@ export declare const optimism: {
345
345
  value?: `0x${string}`;
346
346
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
347
347
  accessList?: import("../../index.js").AccessList | undefined;
348
+ blobVersionedHashes?: undefined;
348
349
  blockHash?: `0x${string}` | null;
349
350
  blockNumber?: `0x${string}` | null;
350
351
  hash?: `0x${string}`;
351
352
  input?: `0x${string}`;
352
353
  transactionIndex?: `0x${string}` | null;
353
- blobVersionedHashes?: undefined;
354
354
  chainId?: `0x${string}` | undefined;
355
355
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
356
356
  isSystemTx?: boolean | undefined;
@@ -373,12 +373,12 @@ export declare const optimism: {
373
373
  value?: `0x${string}`;
374
374
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
375
375
  accessList?: import("../../index.js").AccessList | undefined;
376
+ blobVersionedHashes?: undefined;
376
377
  blockHash?: `0x${string}` | null;
377
378
  blockNumber?: `0x${string}` | null;
378
379
  hash?: `0x${string}`;
379
380
  input?: `0x${string}`;
380
381
  transactionIndex?: `0x${string}` | null;
381
- blobVersionedHashes?: undefined;
382
382
  chainId?: `0x${string}` | undefined;
383
383
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
384
384
  r: `0x${string}`;
@@ -424,12 +424,12 @@ export declare const optimism: {
424
424
  value?: `0x${string}`;
425
425
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
426
426
  accessList?: import("../../index.js").AccessList | undefined;
427
+ blobVersionedHashes?: undefined;
427
428
  blockHash?: `0x${string}` | null;
428
429
  blockNumber?: `0x${string}` | null;
429
430
  hash?: `0x${string}`;
430
431
  input?: `0x${string}`;
431
432
  transactionIndex?: `0x${string}` | null;
432
- blobVersionedHashes?: undefined;
433
433
  chainId?: `0x${string}` | undefined;
434
434
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
435
435
  blockHash: `0x${string}` | null;
@@ -475,12 +475,12 @@ export declare const optimism: {
475
475
  value?: `0x${string}`;
476
476
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
477
477
  accessList?: import("../../index.js").AccessList | undefined;
478
+ blobVersionedHashes?: undefined;
478
479
  blockHash?: `0x${string}` | null;
479
480
  blockNumber?: `0x${string}` | null;
480
481
  hash?: `0x${string}`;
481
482
  input?: `0x${string}`;
482
483
  transactionIndex?: `0x${string}` | null;
483
- blobVersionedHashes?: undefined;
484
484
  chainId?: `0x${string}` | undefined;
485
485
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
486
486
  blockHash: `0x${string}` | null;
@@ -526,12 +526,12 @@ export declare const optimism: {
526
526
  value?: `0x${string}`;
527
527
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
528
528
  accessList?: import("../../index.js").AccessList | undefined;
529
+ blobVersionedHashes?: undefined;
529
530
  blockHash?: `0x${string}` | null;
530
531
  blockNumber?: `0x${string}` | null;
531
532
  hash?: `0x${string}`;
532
533
  input?: `0x${string}`;
533
534
  transactionIndex?: `0x${string}` | null;
534
- blobVersionedHashes?: undefined;
535
535
  chainId?: `0x${string}` | undefined;
536
536
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
537
537
  isSystemTx?: boolean | undefined;
@@ -554,12 +554,12 @@ export declare const optimism: {
554
554
  value?: `0x${string}`;
555
555
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
556
556
  accessList?: import("../../index.js").AccessList | undefined;
557
+ blobVersionedHashes?: `0x${string}`[] | undefined;
557
558
  blockHash?: `0x${string}` | null;
558
559
  blockNumber?: `0x${string}` | null;
559
560
  hash?: `0x${string}`;
560
561
  input?: `0x${string}`;
561
562
  transactionIndex?: `0x${string}` | null;
562
- blobVersionedHashes?: `0x${string}`[] | undefined;
563
563
  chainId?: `0x${string}` | undefined;
564
564
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
565
565
  r: `0x${string}`;
@@ -605,12 +605,12 @@ export declare const optimism: {
605
605
  value?: `0x${string}`;
606
606
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
607
607
  accessList?: import("../../index.js").AccessList | undefined;
608
+ blobVersionedHashes?: `0x${string}`[] | undefined;
608
609
  blockHash?: `0x${string}` | null;
609
610
  blockNumber?: `0x${string}` | null;
610
611
  hash?: `0x${string}`;
611
612
  input?: `0x${string}`;
612
613
  transactionIndex?: `0x${string}` | null;
613
- blobVersionedHashes?: `0x${string}`[] | undefined;
614
614
  chainId?: `0x${string}` | undefined;
615
615
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
616
616
  blockHash: `0x${string}` | null;
@@ -656,12 +656,12 @@ export declare const optimism: {
656
656
  value?: `0x${string}`;
657
657
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
658
658
  accessList?: import("../../index.js").AccessList | undefined;
659
+ blobVersionedHashes?: `0x${string}`[] | undefined;
659
660
  blockHash?: `0x${string}` | null;
660
661
  blockNumber?: `0x${string}` | null;
661
662
  hash?: `0x${string}`;
662
663
  input?: `0x${string}`;
663
664
  transactionIndex?: `0x${string}` | null;
664
- blobVersionedHashes?: `0x${string}`[] | undefined;
665
665
  chainId?: `0x${string}` | undefined;
666
666
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
667
667
  blockHash: `0x${string}` | null;
@@ -707,12 +707,12 @@ export declare const optimism: {
707
707
  value?: `0x${string}`;
708
708
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
709
709
  accessList?: import("../../index.js").AccessList | undefined;
710
+ blobVersionedHashes?: `0x${string}`[] | undefined;
710
711
  blockHash?: `0x${string}` | null;
711
712
  blockNumber?: `0x${string}` | null;
712
713
  hash?: `0x${string}`;
713
714
  input?: `0x${string}`;
714
715
  transactionIndex?: `0x${string}` | null;
715
- blobVersionedHashes?: `0x${string}`[] | undefined;
716
716
  chainId?: `0x${string}` | undefined;
717
717
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
718
718
  blockHash: `0x${string}` | null;
@@ -758,12 +758,12 @@ export declare const optimism: {
758
758
  value?: `0x${string}`;
759
759
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
760
760
  accessList?: import("../../index.js").AccessList | undefined;
761
+ blobVersionedHashes?: `0x${string}`[] | undefined;
761
762
  blockHash?: `0x${string}` | null;
762
763
  blockNumber?: `0x${string}` | null;
763
764
  hash?: `0x${string}`;
764
765
  input?: `0x${string}`;
765
766
  transactionIndex?: `0x${string}` | null;
766
- blobVersionedHashes?: `0x${string}`[] | undefined;
767
767
  chainId?: `0x${string}` | undefined;
768
768
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
769
769
  isSystemTx?: boolean | undefined;
@@ -113,12 +113,12 @@ export declare const optimismGoerli: {
113
113
  value?: `0x${string}`;
114
114
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
115
115
  accessList?: undefined;
116
+ blobVersionedHashes?: undefined;
116
117
  blockHash?: `0x${string}` | null;
117
118
  blockNumber?: `0x${string}` | null;
118
119
  hash?: `0x${string}`;
119
120
  input?: `0x${string}`;
120
121
  transactionIndex?: `0x${string}` | null;
121
- blobVersionedHashes?: undefined;
122
122
  chainId?: `0x${string}` | undefined;
123
123
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
124
124
  r: `0x${string}`;
@@ -164,12 +164,12 @@ export declare const optimismGoerli: {
164
164
  value?: `0x${string}`;
165
165
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
166
166
  accessList?: undefined;
167
+ blobVersionedHashes?: undefined;
167
168
  blockHash?: `0x${string}` | null;
168
169
  blockNumber?: `0x${string}` | null;
169
170
  hash?: `0x${string}`;
170
171
  input?: `0x${string}`;
171
172
  transactionIndex?: `0x${string}` | null;
172
- blobVersionedHashes?: undefined;
173
173
  chainId?: `0x${string}` | undefined;
174
174
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
175
175
  isSystemTx?: boolean | undefined;
@@ -192,12 +192,12 @@ export declare const optimismGoerli: {
192
192
  value?: `0x${string}`;
193
193
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
194
194
  accessList?: import("../../index.js").AccessList | undefined;
195
+ blobVersionedHashes?: undefined;
195
196
  blockHash?: `0x${string}` | null;
196
197
  blockNumber?: `0x${string}` | null;
197
198
  hash?: `0x${string}`;
198
199
  input?: `0x${string}`;
199
200
  transactionIndex?: `0x${string}` | null;
200
- blobVersionedHashes?: undefined;
201
201
  chainId?: `0x${string}` | undefined;
202
202
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
203
203
  r: `0x${string}`;
@@ -243,12 +243,12 @@ export declare const optimismGoerli: {
243
243
  value?: `0x${string}`;
244
244
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
245
245
  accessList?: import("../../index.js").AccessList | undefined;
246
+ blobVersionedHashes?: undefined;
246
247
  blockHash?: `0x${string}` | null;
247
248
  blockNumber?: `0x${string}` | null;
248
249
  hash?: `0x${string}`;
249
250
  input?: `0x${string}`;
250
251
  transactionIndex?: `0x${string}` | null;
251
- blobVersionedHashes?: undefined;
252
252
  chainId?: `0x${string}` | undefined;
253
253
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
254
254
  blockHash: `0x${string}` | null;
@@ -294,12 +294,12 @@ export declare const optimismGoerli: {
294
294
  value?: `0x${string}`;
295
295
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
296
296
  accessList?: import("../../index.js").AccessList | undefined;
297
+ blobVersionedHashes?: undefined;
297
298
  blockHash?: `0x${string}` | null;
298
299
  blockNumber?: `0x${string}` | null;
299
300
  hash?: `0x${string}`;
300
301
  input?: `0x${string}`;
301
302
  transactionIndex?: `0x${string}` | null;
302
- blobVersionedHashes?: undefined;
303
303
  chainId?: `0x${string}` | undefined;
304
304
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
305
305
  blockHash: `0x${string}` | null;
@@ -345,12 +345,12 @@ export declare const optimismGoerli: {
345
345
  value?: `0x${string}`;
346
346
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
347
347
  accessList?: import("../../index.js").AccessList | undefined;
348
+ blobVersionedHashes?: undefined;
348
349
  blockHash?: `0x${string}` | null;
349
350
  blockNumber?: `0x${string}` | null;
350
351
  hash?: `0x${string}`;
351
352
  input?: `0x${string}`;
352
353
  transactionIndex?: `0x${string}` | null;
353
- blobVersionedHashes?: undefined;
354
354
  chainId?: `0x${string}` | undefined;
355
355
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
356
356
  isSystemTx?: boolean | undefined;
@@ -373,12 +373,12 @@ export declare const optimismGoerli: {
373
373
  value?: `0x${string}`;
374
374
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
375
375
  accessList?: import("../../index.js").AccessList | undefined;
376
+ blobVersionedHashes?: undefined;
376
377
  blockHash?: `0x${string}` | null;
377
378
  blockNumber?: `0x${string}` | null;
378
379
  hash?: `0x${string}`;
379
380
  input?: `0x${string}`;
380
381
  transactionIndex?: `0x${string}` | null;
381
- blobVersionedHashes?: undefined;
382
382
  chainId?: `0x${string}` | undefined;
383
383
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
384
384
  r: `0x${string}`;
@@ -424,12 +424,12 @@ export declare const optimismGoerli: {
424
424
  value?: `0x${string}`;
425
425
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
426
426
  accessList?: import("../../index.js").AccessList | undefined;
427
+ blobVersionedHashes?: undefined;
427
428
  blockHash?: `0x${string}` | null;
428
429
  blockNumber?: `0x${string}` | null;
429
430
  hash?: `0x${string}`;
430
431
  input?: `0x${string}`;
431
432
  transactionIndex?: `0x${string}` | null;
432
- blobVersionedHashes?: undefined;
433
433
  chainId?: `0x${string}` | undefined;
434
434
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
435
435
  blockHash: `0x${string}` | null;
@@ -475,12 +475,12 @@ export declare const optimismGoerli: {
475
475
  value?: `0x${string}`;
476
476
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
477
477
  accessList?: import("../../index.js").AccessList | undefined;
478
+ blobVersionedHashes?: undefined;
478
479
  blockHash?: `0x${string}` | null;
479
480
  blockNumber?: `0x${string}` | null;
480
481
  hash?: `0x${string}`;
481
482
  input?: `0x${string}`;
482
483
  transactionIndex?: `0x${string}` | null;
483
- blobVersionedHashes?: undefined;
484
484
  chainId?: `0x${string}` | undefined;
485
485
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
486
486
  blockHash: `0x${string}` | null;
@@ -526,12 +526,12 @@ export declare const optimismGoerli: {
526
526
  value?: `0x${string}`;
527
527
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
528
528
  accessList?: import("../../index.js").AccessList | undefined;
529
+ blobVersionedHashes?: undefined;
529
530
  blockHash?: `0x${string}` | null;
530
531
  blockNumber?: `0x${string}` | null;
531
532
  hash?: `0x${string}`;
532
533
  input?: `0x${string}`;
533
534
  transactionIndex?: `0x${string}` | null;
534
- blobVersionedHashes?: undefined;
535
535
  chainId?: `0x${string}` | undefined;
536
536
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
537
537
  isSystemTx?: boolean | undefined;
@@ -554,12 +554,12 @@ export declare const optimismGoerli: {
554
554
  value?: `0x${string}`;
555
555
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
556
556
  accessList?: import("../../index.js").AccessList | undefined;
557
+ blobVersionedHashes?: `0x${string}`[] | undefined;
557
558
  blockHash?: `0x${string}` | null;
558
559
  blockNumber?: `0x${string}` | null;
559
560
  hash?: `0x${string}`;
560
561
  input?: `0x${string}`;
561
562
  transactionIndex?: `0x${string}` | null;
562
- blobVersionedHashes?: `0x${string}`[] | undefined;
563
563
  chainId?: `0x${string}` | undefined;
564
564
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
565
565
  r: `0x${string}`;
@@ -605,12 +605,12 @@ export declare const optimismGoerli: {
605
605
  value?: `0x${string}`;
606
606
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
607
607
  accessList?: import("../../index.js").AccessList | undefined;
608
+ blobVersionedHashes?: `0x${string}`[] | undefined;
608
609
  blockHash?: `0x${string}` | null;
609
610
  blockNumber?: `0x${string}` | null;
610
611
  hash?: `0x${string}`;
611
612
  input?: `0x${string}`;
612
613
  transactionIndex?: `0x${string}` | null;
613
- blobVersionedHashes?: `0x${string}`[] | undefined;
614
614
  chainId?: `0x${string}` | undefined;
615
615
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
616
616
  blockHash: `0x${string}` | null;
@@ -656,12 +656,12 @@ export declare const optimismGoerli: {
656
656
  value?: `0x${string}`;
657
657
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
658
658
  accessList?: import("../../index.js").AccessList | undefined;
659
+ blobVersionedHashes?: `0x${string}`[] | undefined;
659
660
  blockHash?: `0x${string}` | null;
660
661
  blockNumber?: `0x${string}` | null;
661
662
  hash?: `0x${string}`;
662
663
  input?: `0x${string}`;
663
664
  transactionIndex?: `0x${string}` | null;
664
- blobVersionedHashes?: `0x${string}`[] | undefined;
665
665
  chainId?: `0x${string}` | undefined;
666
666
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
667
667
  blockHash: `0x${string}` | null;
@@ -707,12 +707,12 @@ export declare const optimismGoerli: {
707
707
  value?: `0x${string}`;
708
708
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
709
709
  accessList?: import("../../index.js").AccessList | undefined;
710
+ blobVersionedHashes?: `0x${string}`[] | undefined;
710
711
  blockHash?: `0x${string}` | null;
711
712
  blockNumber?: `0x${string}` | null;
712
713
  hash?: `0x${string}`;
713
714
  input?: `0x${string}`;
714
715
  transactionIndex?: `0x${string}` | null;
715
- blobVersionedHashes?: `0x${string}`[] | undefined;
716
716
  chainId?: `0x${string}` | undefined;
717
717
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
718
718
  blockHash: `0x${string}` | null;
@@ -758,12 +758,12 @@ export declare const optimismGoerli: {
758
758
  value?: `0x${string}`;
759
759
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
760
760
  accessList?: import("../../index.js").AccessList | undefined;
761
+ blobVersionedHashes?: `0x${string}`[] | undefined;
761
762
  blockHash?: `0x${string}` | null;
762
763
  blockNumber?: `0x${string}` | null;
763
764
  hash?: `0x${string}`;
764
765
  input?: `0x${string}`;
765
766
  transactionIndex?: `0x${string}` | null;
766
- blobVersionedHashes?: `0x${string}`[] | undefined;
767
767
  chainId?: `0x${string}` | undefined;
768
768
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
769
769
  isSystemTx?: boolean | undefined;