viem 2.9.13 → 2.9.16

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 (196) 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/wallet/prepareTransactionRequest.js +47 -7
  8. package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
  9. package/_cjs/actions/wallet/sendTransaction.js +1 -0
  10. package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
  11. package/_cjs/chains/definitions/astarZkEVM.js +1 -1
  12. package/_cjs/chains/definitions/astarZkyoto.js +1 -1
  13. package/_cjs/chains/definitions/astarZkyoto.js.map +1 -1
  14. package/_cjs/chains/definitions/bevmMainnet.js +20 -0
  15. package/_cjs/chains/definitions/bevmMainnet.js.map +1 -0
  16. package/_cjs/chains/definitions/edgeless.js +26 -0
  17. package/_cjs/chains/definitions/edgeless.js.map +1 -0
  18. package/_cjs/chains/definitions/edgelessTestnet.js +26 -0
  19. package/_cjs/chains/definitions/edgelessTestnet.js.map +1 -0
  20. package/_cjs/chains/definitions/filecoinCalibration.js +1 -0
  21. package/_cjs/chains/definitions/filecoinCalibration.js.map +1 -1
  22. package/_cjs/chains/definitions/filecoinHyperspace.js +1 -0
  23. package/_cjs/chains/definitions/filecoinHyperspace.js.map +1 -1
  24. package/_cjs/chains/index.js +11 -7
  25. package/_cjs/chains/index.js.map +1 -1
  26. package/_cjs/errors/version.js +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/wallet/prepareTransactionRequest.js +49 -9
  42. package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
  43. package/_esm/actions/wallet/sendTransaction.js +2 -1
  44. package/_esm/actions/wallet/sendTransaction.js.map +1 -1
  45. package/_esm/chains/definitions/astarZkEVM.js +1 -1
  46. package/_esm/chains/definitions/astarZkyoto.js +1 -1
  47. package/_esm/chains/definitions/astarZkyoto.js.map +1 -1
  48. package/_esm/chains/definitions/bevmMainnet.js +17 -0
  49. package/_esm/chains/definitions/bevmMainnet.js.map +1 -0
  50. package/_esm/chains/definitions/edgeless.js +23 -0
  51. package/_esm/chains/definitions/edgeless.js.map +1 -0
  52. package/_esm/chains/definitions/edgelessTestnet.js +23 -0
  53. package/_esm/chains/definitions/edgelessTestnet.js.map +1 -0
  54. package/_esm/chains/definitions/filecoinCalibration.js +1 -0
  55. package/_esm/chains/definitions/filecoinCalibration.js.map +1 -1
  56. package/_esm/chains/definitions/filecoinHyperspace.js +1 -0
  57. package/_esm/chains/definitions/filecoinHyperspace.js.map +1 -1
  58. package/_esm/chains/index.js +3 -1
  59. package/_esm/chains/index.js.map +1 -1
  60. package/_esm/errors/version.js +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/wallet/prepareTransactionRequest.d.ts +7 -6
  76. package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
  77. package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
  78. package/_types/celo/chainConfig.d.ts +350 -38
  79. package/_types/celo/chainConfig.d.ts.map +1 -1
  80. package/_types/celo/formatters.d.ts +175 -19
  81. package/_types/celo/formatters.d.ts.map +1 -1
  82. package/_types/chains/definitions/ancient8.d.ts +15 -15
  83. package/_types/chains/definitions/ancient8Sepolia.d.ts +15 -15
  84. package/_types/chains/definitions/astarZkEVM.d.ts +1 -1
  85. package/_types/chains/definitions/astarZkyoto.d.ts +1 -1
  86. package/_types/chains/definitions/base.d.ts +15 -15
  87. package/_types/chains/definitions/baseGoerli.d.ts +15 -15
  88. package/_types/chains/definitions/baseSepolia.d.ts +15 -15
  89. package/_types/chains/definitions/bevmMainnet.d.ts +36 -0
  90. package/_types/chains/definitions/bevmMainnet.d.ts.map +1 -0
  91. package/_types/chains/definitions/celo.d.ts +350 -38
  92. package/_types/chains/definitions/celo.d.ts.map +1 -1
  93. package/_types/chains/definitions/celoAlfajores.d.ts +350 -38
  94. package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
  95. package/_types/chains/definitions/edgeless.d.ts +36 -0
  96. package/_types/chains/definitions/edgeless.d.ts.map +1 -0
  97. package/_types/chains/definitions/edgelessTestnet.d.ts +36 -0
  98. package/_types/chains/definitions/edgelessTestnet.d.ts.map +1 -0
  99. package/_types/chains/definitions/filecoinCalibration.d.ts +1 -1
  100. package/_types/chains/definitions/filecoinCalibration.d.ts.map +1 -1
  101. package/_types/chains/definitions/filecoinHyperspace.d.ts +1 -1
  102. package/_types/chains/definitions/filecoinHyperspace.d.ts.map +1 -1
  103. package/_types/chains/definitions/fraxtal.d.ts +15 -15
  104. package/_types/chains/definitions/fraxtalTestnet.d.ts +15 -15
  105. package/_types/chains/definitions/liskSepolia.d.ts +15 -15
  106. package/_types/chains/definitions/optimism.d.ts +15 -15
  107. package/_types/chains/definitions/optimismGoerli.d.ts +15 -15
  108. package/_types/chains/definitions/optimismSepolia.d.ts +15 -15
  109. package/_types/chains/definitions/pgn.d.ts +15 -15
  110. package/_types/chains/definitions/pgnTestnet.d.ts +15 -15
  111. package/_types/chains/definitions/rss3.d.ts +15 -15
  112. package/_types/chains/definitions/rss3Sepolia.d.ts +15 -15
  113. package/_types/chains/definitions/zkSync.d.ts +144 -0
  114. package/_types/chains/definitions/zkSync.d.ts.map +1 -1
  115. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +144 -0
  116. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts.map +1 -1
  117. package/_types/chains/definitions/zkSyncLocalNode.d.ts +144 -0
  118. package/_types/chains/definitions/zkSyncLocalNode.d.ts.map +1 -1
  119. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +144 -0
  120. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts.map +1 -1
  121. package/_types/chains/definitions/zkSyncTestnet.d.ts +144 -0
  122. package/_types/chains/definitions/zkSyncTestnet.d.ts.map +1 -1
  123. package/_types/chains/definitions/zora.d.ts +15 -15
  124. package/_types/chains/definitions/zoraSepolia.d.ts +15 -15
  125. package/_types/chains/definitions/zoraTestnet.d.ts +15 -15
  126. package/_types/chains/index.d.ts +3 -1
  127. package/_types/chains/index.d.ts.map +1 -1
  128. package/_types/errors/version.d.ts +1 -1
  129. package/_types/op-stack/actions/getTimeToNextGame.d.ts +1 -1
  130. package/_types/op-stack/actions/getTimeToNextL2Output.d.ts +1 -1
  131. package/_types/op-stack/actions/getTimeToProve.d.ts +1 -1
  132. package/_types/op-stack/actions/waitForNextGame.d.ts +1 -1
  133. package/_types/op-stack/actions/waitForNextL2Output.d.ts +1 -1
  134. package/_types/op-stack/chainConfig.d.ts +15 -15
  135. package/_types/op-stack/formatters.d.ts +15 -15
  136. package/_types/types/transaction.d.ts +16 -2
  137. package/_types/types/transaction.d.ts.map +1 -1
  138. package/_types/utils/blob/blobsToCommitments.d.ts +4 -4
  139. package/_types/utils/blob/blobsToCommitments.d.ts.map +1 -1
  140. package/_types/utils/blob/blobsToProofs.d.ts +2 -2
  141. package/_types/utils/blob/blobsToProofs.d.ts.map +1 -1
  142. package/_types/utils/blob/commitmentsToVersionedHashes.d.ts +4 -4
  143. package/_types/utils/blob/commitmentsToVersionedHashes.d.ts.map +1 -1
  144. package/_types/utils/blob/sidecarsToVersionedHashes.d.ts +1 -1
  145. package/_types/utils/blob/sidecarsToVersionedHashes.d.ts.map +1 -1
  146. package/_types/utils/blob/toBlobSidecars.d.ts +5 -5
  147. package/_types/utils/blob/toBlobSidecars.d.ts.map +1 -1
  148. package/_types/utils/blob/toBlobs.d.ts +1 -1
  149. package/_types/utils/blob/toBlobs.d.ts.map +1 -1
  150. package/_types/utils/formatters/transaction.d.ts +1 -1
  151. package/_types/utils/formatters/transactionRequest.d.ts +49 -1
  152. package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
  153. package/_types/utils/transaction/getTransactionType.d.ts +3 -3
  154. package/_types/utils/transaction/getTransactionType.d.ts.map +1 -1
  155. package/_types/utils/transaction/serializeTransaction.d.ts.map +1 -1
  156. package/_types/zksync/chainConfig.d.ts +144 -0
  157. package/_types/zksync/chainConfig.d.ts.map +1 -1
  158. package/_types/zksync/formatters.d.ts +144 -0
  159. package/_types/zksync/formatters.d.ts.map +1 -1
  160. package/actions/index.ts +1 -0
  161. package/actions/public/call.ts +2 -3
  162. package/actions/public/estimateGas.ts +9 -7
  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/bevmMainnet.ts +17 -0
  168. package/chains/definitions/edgeless.ts +23 -0
  169. package/chains/definitions/edgelessTestnet.ts +23 -0
  170. package/chains/definitions/filecoinCalibration.ts +1 -0
  171. package/chains/definitions/filecoinHyperspace.ts +1 -0
  172. package/chains/index.ts +3 -1
  173. package/errors/version.ts +1 -1
  174. package/op-stack/actions/getTimeToNextGame.ts +1 -1
  175. package/op-stack/actions/getTimeToNextL2Output.ts +1 -1
  176. package/op-stack/actions/getTimeToProve.ts +1 -1
  177. package/op-stack/actions/waitForNextGame.ts +1 -1
  178. package/op-stack/actions/waitForNextL2Output.ts +1 -1
  179. package/package.json +1 -1
  180. package/types/transaction.ts +20 -2
  181. package/utils/blob/blobsToCommitments.ts +9 -7
  182. package/utils/blob/blobsToProofs.ts +10 -10
  183. package/utils/blob/commitmentsToVersionedHashes.ts +10 -8
  184. package/utils/blob/sidecarsToVersionedHashes.ts +3 -3
  185. package/utils/blob/toBlobSidecars.ts +14 -11
  186. package/utils/blob/toBlobs.ts +3 -3
  187. package/utils/formatters/transactionRequest.ts +2 -0
  188. package/utils/transaction/getTransactionType.ts +3 -3
  189. package/utils/transaction/serializeTransaction.ts +12 -6
  190. package/_cjs/chains/definitions/astarZkatana.js +0 -32
  191. package/_cjs/chains/definitions/astarZkatana.js.map +0 -1
  192. package/_esm/chains/definitions/astarZkatana.js +0 -29
  193. package/_esm/chains/definitions/astarZkatana.js.map +0 -1
  194. package/_types/chains/definitions/astarZkatana.d.ts +0 -34
  195. package/_types/chains/definitions/astarZkatana.d.ts.map +0 -1
  196. package/chains/definitions/astarZkatana.ts +0 -29
@@ -118,12 +118,12 @@ export declare const optimismSepolia: {
118
118
  value?: `0x${string}`;
119
119
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
120
120
  accessList?: undefined;
121
+ blobVersionedHashes?: undefined;
121
122
  blockHash?: `0x${string}` | null;
122
123
  blockNumber?: `0x${string}` | null;
123
124
  hash?: `0x${string}`;
124
125
  input?: `0x${string}`;
125
126
  transactionIndex?: `0x${string}` | null;
126
- blobVersionedHashes?: undefined;
127
127
  chainId?: `0x${string}` | undefined;
128
128
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
129
129
  r: `0x${string}`;
@@ -169,12 +169,12 @@ export declare const optimismSepolia: {
169
169
  value?: `0x${string}`;
170
170
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
171
171
  accessList?: undefined;
172
+ blobVersionedHashes?: undefined;
172
173
  blockHash?: `0x${string}` | null;
173
174
  blockNumber?: `0x${string}` | null;
174
175
  hash?: `0x${string}`;
175
176
  input?: `0x${string}`;
176
177
  transactionIndex?: `0x${string}` | null;
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;
@@ -197,12 +197,12 @@ export declare const optimismSepolia: {
197
197
  value?: `0x${string}`;
198
198
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
199
199
  accessList?: import("../../index.js").AccessList | undefined;
200
+ blobVersionedHashes?: undefined;
200
201
  blockHash?: `0x${string}` | null;
201
202
  blockNumber?: `0x${string}` | null;
202
203
  hash?: `0x${string}`;
203
204
  input?: `0x${string}`;
204
205
  transactionIndex?: `0x${string}` | null;
205
- blobVersionedHashes?: undefined;
206
206
  chainId?: `0x${string}` | undefined;
207
207
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
208
208
  r: `0x${string}`;
@@ -248,12 +248,12 @@ export declare const optimismSepolia: {
248
248
  value?: `0x${string}`;
249
249
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
250
250
  accessList?: import("../../index.js").AccessList | undefined;
251
+ blobVersionedHashes?: undefined;
251
252
  blockHash?: `0x${string}` | null;
252
253
  blockNumber?: `0x${string}` | null;
253
254
  hash?: `0x${string}`;
254
255
  input?: `0x${string}`;
255
256
  transactionIndex?: `0x${string}` | null;
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;
@@ -299,12 +299,12 @@ export declare const optimismSepolia: {
299
299
  value?: `0x${string}`;
300
300
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
301
301
  accessList?: import("../../index.js").AccessList | undefined;
302
+ blobVersionedHashes?: undefined;
302
303
  blockHash?: `0x${string}` | null;
303
304
  blockNumber?: `0x${string}` | null;
304
305
  hash?: `0x${string}`;
305
306
  input?: `0x${string}`;
306
307
  transactionIndex?: `0x${string}` | null;
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;
@@ -350,12 +350,12 @@ export declare const optimismSepolia: {
350
350
  value?: `0x${string}`;
351
351
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
352
352
  accessList?: import("../../index.js").AccessList | undefined;
353
+ blobVersionedHashes?: undefined;
353
354
  blockHash?: `0x${string}` | null;
354
355
  blockNumber?: `0x${string}` | null;
355
356
  hash?: `0x${string}`;
356
357
  input?: `0x${string}`;
357
358
  transactionIndex?: `0x${string}` | null;
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;
@@ -378,12 +378,12 @@ export declare const optimismSepolia: {
378
378
  value?: `0x${string}`;
379
379
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
380
380
  accessList?: import("../../index.js").AccessList | undefined;
381
+ blobVersionedHashes?: undefined;
381
382
  blockHash?: `0x${string}` | null;
382
383
  blockNumber?: `0x${string}` | null;
383
384
  hash?: `0x${string}`;
384
385
  input?: `0x${string}`;
385
386
  transactionIndex?: `0x${string}` | null;
386
- blobVersionedHashes?: undefined;
387
387
  chainId?: `0x${string}` | undefined;
388
388
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
389
389
  r: `0x${string}`;
@@ -429,12 +429,12 @@ export declare const optimismSepolia: {
429
429
  value?: `0x${string}`;
430
430
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
431
431
  accessList?: import("../../index.js").AccessList | undefined;
432
+ blobVersionedHashes?: undefined;
432
433
  blockHash?: `0x${string}` | null;
433
434
  blockNumber?: `0x${string}` | null;
434
435
  hash?: `0x${string}`;
435
436
  input?: `0x${string}`;
436
437
  transactionIndex?: `0x${string}` | null;
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;
@@ -480,12 +480,12 @@ export declare const optimismSepolia: {
480
480
  value?: `0x${string}`;
481
481
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
482
482
  accessList?: import("../../index.js").AccessList | undefined;
483
+ blobVersionedHashes?: undefined;
483
484
  blockHash?: `0x${string}` | null;
484
485
  blockNumber?: `0x${string}` | null;
485
486
  hash?: `0x${string}`;
486
487
  input?: `0x${string}`;
487
488
  transactionIndex?: `0x${string}` | null;
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;
@@ -531,12 +531,12 @@ export declare const optimismSepolia: {
531
531
  value?: `0x${string}`;
532
532
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
533
533
  accessList?: import("../../index.js").AccessList | undefined;
534
+ blobVersionedHashes?: undefined;
534
535
  blockHash?: `0x${string}` | null;
535
536
  blockNumber?: `0x${string}` | null;
536
537
  hash?: `0x${string}`;
537
538
  input?: `0x${string}`;
538
539
  transactionIndex?: `0x${string}` | null;
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;
@@ -559,12 +559,12 @@ export declare const optimismSepolia: {
559
559
  value?: `0x${string}`;
560
560
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
561
561
  accessList?: import("../../index.js").AccessList | undefined;
562
+ blobVersionedHashes?: `0x${string}`[] | undefined;
562
563
  blockHash?: `0x${string}` | null;
563
564
  blockNumber?: `0x${string}` | null;
564
565
  hash?: `0x${string}`;
565
566
  input?: `0x${string}`;
566
567
  transactionIndex?: `0x${string}` | null;
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}`;
@@ -610,12 +610,12 @@ export declare const optimismSepolia: {
610
610
  value?: `0x${string}`;
611
611
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
612
612
  accessList?: import("../../index.js").AccessList | undefined;
613
+ blobVersionedHashes?: `0x${string}`[] | undefined;
613
614
  blockHash?: `0x${string}` | null;
614
615
  blockNumber?: `0x${string}` | null;
615
616
  hash?: `0x${string}`;
616
617
  input?: `0x${string}`;
617
618
  transactionIndex?: `0x${string}` | null;
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;
@@ -661,12 +661,12 @@ export declare const optimismSepolia: {
661
661
  value?: `0x${string}`;
662
662
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
663
663
  accessList?: import("../../index.js").AccessList | undefined;
664
+ blobVersionedHashes?: `0x${string}`[] | undefined;
664
665
  blockHash?: `0x${string}` | null;
665
666
  blockNumber?: `0x${string}` | null;
666
667
  hash?: `0x${string}`;
667
668
  input?: `0x${string}`;
668
669
  transactionIndex?: `0x${string}` | null;
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;
@@ -712,12 +712,12 @@ export declare const optimismSepolia: {
712
712
  value?: `0x${string}`;
713
713
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
714
714
  accessList?: import("../../index.js").AccessList | undefined;
715
+ blobVersionedHashes?: `0x${string}`[] | undefined;
715
716
  blockHash?: `0x${string}` | null;
716
717
  blockNumber?: `0x${string}` | null;
717
718
  hash?: `0x${string}`;
718
719
  input?: `0x${string}`;
719
720
  transactionIndex?: `0x${string}` | null;
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;
@@ -763,12 +763,12 @@ export declare const optimismSepolia: {
763
763
  value?: `0x${string}`;
764
764
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
765
765
  accessList?: import("../../index.js").AccessList | undefined;
766
+ blobVersionedHashes?: `0x${string}`[] | undefined;
766
767
  blockHash?: `0x${string}` | null;
767
768
  blockNumber?: `0x${string}` | null;
768
769
  hash?: `0x${string}`;
769
770
  input?: `0x${string}`;
770
771
  transactionIndex?: `0x${string}` | null;
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;
@@ -100,12 +100,12 @@ export declare const pgn: {
100
100
  value?: `0x${string}`;
101
101
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
102
102
  accessList?: undefined;
103
+ blobVersionedHashes?: undefined;
103
104
  blockHash?: `0x${string}` | null;
104
105
  blockNumber?: `0x${string}` | null;
105
106
  hash?: `0x${string}`;
106
107
  input?: `0x${string}`;
107
108
  transactionIndex?: `0x${string}` | null;
108
- blobVersionedHashes?: undefined;
109
109
  chainId?: `0x${string}` | undefined;
110
110
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
111
111
  r: `0x${string}`;
@@ -151,12 +151,12 @@ export declare const pgn: {
151
151
  value?: `0x${string}`;
152
152
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
153
153
  accessList?: undefined;
154
+ blobVersionedHashes?: undefined;
154
155
  blockHash?: `0x${string}` | null;
155
156
  blockNumber?: `0x${string}` | null;
156
157
  hash?: `0x${string}`;
157
158
  input?: `0x${string}`;
158
159
  transactionIndex?: `0x${string}` | null;
159
- blobVersionedHashes?: undefined;
160
160
  chainId?: `0x${string}` | undefined;
161
161
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
162
162
  isSystemTx?: boolean | undefined;
@@ -179,12 +179,12 @@ export declare const pgn: {
179
179
  value?: `0x${string}`;
180
180
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
181
181
  accessList?: import("../../index.js").AccessList | undefined;
182
+ blobVersionedHashes?: undefined;
182
183
  blockHash?: `0x${string}` | null;
183
184
  blockNumber?: `0x${string}` | null;
184
185
  hash?: `0x${string}`;
185
186
  input?: `0x${string}`;
186
187
  transactionIndex?: `0x${string}` | null;
187
- blobVersionedHashes?: undefined;
188
188
  chainId?: `0x${string}` | undefined;
189
189
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
190
190
  r: `0x${string}`;
@@ -230,12 +230,12 @@ export declare const pgn: {
230
230
  value?: `0x${string}`;
231
231
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
232
232
  accessList?: import("../../index.js").AccessList | undefined;
233
+ blobVersionedHashes?: undefined;
233
234
  blockHash?: `0x${string}` | null;
234
235
  blockNumber?: `0x${string}` | null;
235
236
  hash?: `0x${string}`;
236
237
  input?: `0x${string}`;
237
238
  transactionIndex?: `0x${string}` | null;
238
- blobVersionedHashes?: undefined;
239
239
  chainId?: `0x${string}` | undefined;
240
240
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
241
241
  blockHash: `0x${string}` | null;
@@ -281,12 +281,12 @@ export declare const pgn: {
281
281
  value?: `0x${string}`;
282
282
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
283
283
  accessList?: import("../../index.js").AccessList | undefined;
284
+ blobVersionedHashes?: undefined;
284
285
  blockHash?: `0x${string}` | null;
285
286
  blockNumber?: `0x${string}` | null;
286
287
  hash?: `0x${string}`;
287
288
  input?: `0x${string}`;
288
289
  transactionIndex?: `0x${string}` | null;
289
- blobVersionedHashes?: undefined;
290
290
  chainId?: `0x${string}` | undefined;
291
291
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
292
292
  blockHash: `0x${string}` | null;
@@ -332,12 +332,12 @@ export declare const pgn: {
332
332
  value?: `0x${string}`;
333
333
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
334
334
  accessList?: import("../../index.js").AccessList | undefined;
335
+ blobVersionedHashes?: undefined;
335
336
  blockHash?: `0x${string}` | null;
336
337
  blockNumber?: `0x${string}` | null;
337
338
  hash?: `0x${string}`;
338
339
  input?: `0x${string}`;
339
340
  transactionIndex?: `0x${string}` | null;
340
- blobVersionedHashes?: undefined;
341
341
  chainId?: `0x${string}` | undefined;
342
342
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
343
343
  isSystemTx?: boolean | undefined;
@@ -360,12 +360,12 @@ export declare const pgn: {
360
360
  value?: `0x${string}`;
361
361
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
362
362
  accessList?: import("../../index.js").AccessList | undefined;
363
+ blobVersionedHashes?: undefined;
363
364
  blockHash?: `0x${string}` | null;
364
365
  blockNumber?: `0x${string}` | null;
365
366
  hash?: `0x${string}`;
366
367
  input?: `0x${string}`;
367
368
  transactionIndex?: `0x${string}` | null;
368
- blobVersionedHashes?: undefined;
369
369
  chainId?: `0x${string}` | undefined;
370
370
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
371
371
  r: `0x${string}`;
@@ -411,12 +411,12 @@ export declare const pgn: {
411
411
  value?: `0x${string}`;
412
412
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
413
413
  accessList?: import("../../index.js").AccessList | undefined;
414
+ blobVersionedHashes?: undefined;
414
415
  blockHash?: `0x${string}` | null;
415
416
  blockNumber?: `0x${string}` | null;
416
417
  hash?: `0x${string}`;
417
418
  input?: `0x${string}`;
418
419
  transactionIndex?: `0x${string}` | null;
419
- blobVersionedHashes?: undefined;
420
420
  chainId?: `0x${string}` | undefined;
421
421
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
422
422
  blockHash: `0x${string}` | null;
@@ -462,12 +462,12 @@ export declare const pgn: {
462
462
  value?: `0x${string}`;
463
463
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
464
464
  accessList?: import("../../index.js").AccessList | undefined;
465
+ blobVersionedHashes?: undefined;
465
466
  blockHash?: `0x${string}` | null;
466
467
  blockNumber?: `0x${string}` | null;
467
468
  hash?: `0x${string}`;
468
469
  input?: `0x${string}`;
469
470
  transactionIndex?: `0x${string}` | null;
470
- blobVersionedHashes?: undefined;
471
471
  chainId?: `0x${string}` | undefined;
472
472
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
473
473
  blockHash: `0x${string}` | null;
@@ -513,12 +513,12 @@ export declare const pgn: {
513
513
  value?: `0x${string}`;
514
514
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
515
515
  accessList?: import("../../index.js").AccessList | undefined;
516
+ blobVersionedHashes?: undefined;
516
517
  blockHash?: `0x${string}` | null;
517
518
  blockNumber?: `0x${string}` | null;
518
519
  hash?: `0x${string}`;
519
520
  input?: `0x${string}`;
520
521
  transactionIndex?: `0x${string}` | null;
521
- blobVersionedHashes?: undefined;
522
522
  chainId?: `0x${string}` | undefined;
523
523
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
524
524
  isSystemTx?: boolean | undefined;
@@ -541,12 +541,12 @@ export declare const pgn: {
541
541
  value?: `0x${string}`;
542
542
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
543
543
  accessList?: import("../../index.js").AccessList | undefined;
544
+ blobVersionedHashes?: `0x${string}`[] | undefined;
544
545
  blockHash?: `0x${string}` | null;
545
546
  blockNumber?: `0x${string}` | null;
546
547
  hash?: `0x${string}`;
547
548
  input?: `0x${string}`;
548
549
  transactionIndex?: `0x${string}` | null;
549
- blobVersionedHashes?: `0x${string}`[] | undefined;
550
550
  chainId?: `0x${string}` | undefined;
551
551
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
552
552
  r: `0x${string}`;
@@ -592,12 +592,12 @@ export declare const pgn: {
592
592
  value?: `0x${string}`;
593
593
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
594
594
  accessList?: import("../../index.js").AccessList | undefined;
595
+ blobVersionedHashes?: `0x${string}`[] | undefined;
595
596
  blockHash?: `0x${string}` | null;
596
597
  blockNumber?: `0x${string}` | null;
597
598
  hash?: `0x${string}`;
598
599
  input?: `0x${string}`;
599
600
  transactionIndex?: `0x${string}` | null;
600
- blobVersionedHashes?: `0x${string}`[] | undefined;
601
601
  chainId?: `0x${string}` | undefined;
602
602
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
603
603
  blockHash: `0x${string}` | null;
@@ -643,12 +643,12 @@ export declare const pgn: {
643
643
  value?: `0x${string}`;
644
644
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
645
645
  accessList?: import("../../index.js").AccessList | undefined;
646
+ blobVersionedHashes?: `0x${string}`[] | undefined;
646
647
  blockHash?: `0x${string}` | null;
647
648
  blockNumber?: `0x${string}` | null;
648
649
  hash?: `0x${string}`;
649
650
  input?: `0x${string}`;
650
651
  transactionIndex?: `0x${string}` | null;
651
- blobVersionedHashes?: `0x${string}`[] | undefined;
652
652
  chainId?: `0x${string}` | undefined;
653
653
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
654
654
  blockHash: `0x${string}` | null;
@@ -694,12 +694,12 @@ export declare const pgn: {
694
694
  value?: `0x${string}`;
695
695
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
696
696
  accessList?: import("../../index.js").AccessList | undefined;
697
+ blobVersionedHashes?: `0x${string}`[] | undefined;
697
698
  blockHash?: `0x${string}` | null;
698
699
  blockNumber?: `0x${string}` | null;
699
700
  hash?: `0x${string}`;
700
701
  input?: `0x${string}`;
701
702
  transactionIndex?: `0x${string}` | null;
702
- blobVersionedHashes?: `0x${string}`[] | undefined;
703
703
  chainId?: `0x${string}` | undefined;
704
704
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
705
705
  blockHash: `0x${string}` | null;
@@ -745,12 +745,12 @@ export declare const pgn: {
745
745
  value?: `0x${string}`;
746
746
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
747
747
  accessList?: import("../../index.js").AccessList | undefined;
748
+ blobVersionedHashes?: `0x${string}`[] | undefined;
748
749
  blockHash?: `0x${string}` | null;
749
750
  blockNumber?: `0x${string}` | null;
750
751
  hash?: `0x${string}`;
751
752
  input?: `0x${string}`;
752
753
  transactionIndex?: `0x${string}` | null;
753
- blobVersionedHashes?: `0x${string}`[] | undefined;
754
754
  chainId?: `0x${string}` | undefined;
755
755
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
756
756
  isSystemTx?: boolean | undefined;
@@ -100,12 +100,12 @@ export declare const pgnTestnet: {
100
100
  value?: `0x${string}`;
101
101
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
102
102
  accessList?: undefined;
103
+ blobVersionedHashes?: undefined;
103
104
  blockHash?: `0x${string}` | null;
104
105
  blockNumber?: `0x${string}` | null;
105
106
  hash?: `0x${string}`;
106
107
  input?: `0x${string}`;
107
108
  transactionIndex?: `0x${string}` | null;
108
- blobVersionedHashes?: undefined;
109
109
  chainId?: `0x${string}` | undefined;
110
110
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
111
111
  r: `0x${string}`;
@@ -151,12 +151,12 @@ export declare const pgnTestnet: {
151
151
  value?: `0x${string}`;
152
152
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
153
153
  accessList?: undefined;
154
+ blobVersionedHashes?: undefined;
154
155
  blockHash?: `0x${string}` | null;
155
156
  blockNumber?: `0x${string}` | null;
156
157
  hash?: `0x${string}`;
157
158
  input?: `0x${string}`;
158
159
  transactionIndex?: `0x${string}` | null;
159
- blobVersionedHashes?: undefined;
160
160
  chainId?: `0x${string}` | undefined;
161
161
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
162
162
  isSystemTx?: boolean | undefined;
@@ -179,12 +179,12 @@ export declare const pgnTestnet: {
179
179
  value?: `0x${string}`;
180
180
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
181
181
  accessList?: import("../../index.js").AccessList | undefined;
182
+ blobVersionedHashes?: undefined;
182
183
  blockHash?: `0x${string}` | null;
183
184
  blockNumber?: `0x${string}` | null;
184
185
  hash?: `0x${string}`;
185
186
  input?: `0x${string}`;
186
187
  transactionIndex?: `0x${string}` | null;
187
- blobVersionedHashes?: undefined;
188
188
  chainId?: `0x${string}` | undefined;
189
189
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
190
190
  r: `0x${string}`;
@@ -230,12 +230,12 @@ export declare const pgnTestnet: {
230
230
  value?: `0x${string}`;
231
231
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
232
232
  accessList?: import("../../index.js").AccessList | undefined;
233
+ blobVersionedHashes?: undefined;
233
234
  blockHash?: `0x${string}` | null;
234
235
  blockNumber?: `0x${string}` | null;
235
236
  hash?: `0x${string}`;
236
237
  input?: `0x${string}`;
237
238
  transactionIndex?: `0x${string}` | null;
238
- blobVersionedHashes?: undefined;
239
239
  chainId?: `0x${string}` | undefined;
240
240
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
241
241
  blockHash: `0x${string}` | null;
@@ -281,12 +281,12 @@ export declare const pgnTestnet: {
281
281
  value?: `0x${string}`;
282
282
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
283
283
  accessList?: import("../../index.js").AccessList | undefined;
284
+ blobVersionedHashes?: undefined;
284
285
  blockHash?: `0x${string}` | null;
285
286
  blockNumber?: `0x${string}` | null;
286
287
  hash?: `0x${string}`;
287
288
  input?: `0x${string}`;
288
289
  transactionIndex?: `0x${string}` | null;
289
- blobVersionedHashes?: undefined;
290
290
  chainId?: `0x${string}` | undefined;
291
291
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
292
292
  blockHash: `0x${string}` | null;
@@ -332,12 +332,12 @@ export declare const pgnTestnet: {
332
332
  value?: `0x${string}`;
333
333
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
334
334
  accessList?: import("../../index.js").AccessList | undefined;
335
+ blobVersionedHashes?: undefined;
335
336
  blockHash?: `0x${string}` | null;
336
337
  blockNumber?: `0x${string}` | null;
337
338
  hash?: `0x${string}`;
338
339
  input?: `0x${string}`;
339
340
  transactionIndex?: `0x${string}` | null;
340
- blobVersionedHashes?: undefined;
341
341
  chainId?: `0x${string}` | undefined;
342
342
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
343
343
  isSystemTx?: boolean | undefined;
@@ -360,12 +360,12 @@ export declare const pgnTestnet: {
360
360
  value?: `0x${string}`;
361
361
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
362
362
  accessList?: import("../../index.js").AccessList | undefined;
363
+ blobVersionedHashes?: undefined;
363
364
  blockHash?: `0x${string}` | null;
364
365
  blockNumber?: `0x${string}` | null;
365
366
  hash?: `0x${string}`;
366
367
  input?: `0x${string}`;
367
368
  transactionIndex?: `0x${string}` | null;
368
- blobVersionedHashes?: undefined;
369
369
  chainId?: `0x${string}` | undefined;
370
370
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
371
371
  r: `0x${string}`;
@@ -411,12 +411,12 @@ export declare const pgnTestnet: {
411
411
  value?: `0x${string}`;
412
412
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
413
413
  accessList?: import("../../index.js").AccessList | undefined;
414
+ blobVersionedHashes?: undefined;
414
415
  blockHash?: `0x${string}` | null;
415
416
  blockNumber?: `0x${string}` | null;
416
417
  hash?: `0x${string}`;
417
418
  input?: `0x${string}`;
418
419
  transactionIndex?: `0x${string}` | null;
419
- blobVersionedHashes?: undefined;
420
420
  chainId?: `0x${string}` | undefined;
421
421
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
422
422
  blockHash: `0x${string}` | null;
@@ -462,12 +462,12 @@ export declare const pgnTestnet: {
462
462
  value?: `0x${string}`;
463
463
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
464
464
  accessList?: import("../../index.js").AccessList | undefined;
465
+ blobVersionedHashes?: undefined;
465
466
  blockHash?: `0x${string}` | null;
466
467
  blockNumber?: `0x${string}` | null;
467
468
  hash?: `0x${string}`;
468
469
  input?: `0x${string}`;
469
470
  transactionIndex?: `0x${string}` | null;
470
- blobVersionedHashes?: undefined;
471
471
  chainId?: `0x${string}` | undefined;
472
472
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
473
473
  blockHash: `0x${string}` | null;
@@ -513,12 +513,12 @@ export declare const pgnTestnet: {
513
513
  value?: `0x${string}`;
514
514
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
515
515
  accessList?: import("../../index.js").AccessList | undefined;
516
+ blobVersionedHashes?: undefined;
516
517
  blockHash?: `0x${string}` | null;
517
518
  blockNumber?: `0x${string}` | null;
518
519
  hash?: `0x${string}`;
519
520
  input?: `0x${string}`;
520
521
  transactionIndex?: `0x${string}` | null;
521
- blobVersionedHashes?: undefined;
522
522
  chainId?: `0x${string}` | undefined;
523
523
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
524
524
  isSystemTx?: boolean | undefined;
@@ -541,12 +541,12 @@ export declare const pgnTestnet: {
541
541
  value?: `0x${string}`;
542
542
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
543
543
  accessList?: import("../../index.js").AccessList | undefined;
544
+ blobVersionedHashes?: `0x${string}`[] | undefined;
544
545
  blockHash?: `0x${string}` | null;
545
546
  blockNumber?: `0x${string}` | null;
546
547
  hash?: `0x${string}`;
547
548
  input?: `0x${string}`;
548
549
  transactionIndex?: `0x${string}` | null;
549
- blobVersionedHashes?: `0x${string}`[] | undefined;
550
550
  chainId?: `0x${string}` | undefined;
551
551
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
552
552
  r: `0x${string}`;
@@ -592,12 +592,12 @@ export declare const pgnTestnet: {
592
592
  value?: `0x${string}`;
593
593
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
594
594
  accessList?: import("../../index.js").AccessList | undefined;
595
+ blobVersionedHashes?: `0x${string}`[] | undefined;
595
596
  blockHash?: `0x${string}` | null;
596
597
  blockNumber?: `0x${string}` | null;
597
598
  hash?: `0x${string}`;
598
599
  input?: `0x${string}`;
599
600
  transactionIndex?: `0x${string}` | null;
600
- blobVersionedHashes?: `0x${string}`[] | undefined;
601
601
  chainId?: `0x${string}` | undefined;
602
602
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
603
603
  blockHash: `0x${string}` | null;
@@ -643,12 +643,12 @@ export declare const pgnTestnet: {
643
643
  value?: `0x${string}`;
644
644
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
645
645
  accessList?: import("../../index.js").AccessList | undefined;
646
+ blobVersionedHashes?: `0x${string}`[] | undefined;
646
647
  blockHash?: `0x${string}` | null;
647
648
  blockNumber?: `0x${string}` | null;
648
649
  hash?: `0x${string}`;
649
650
  input?: `0x${string}`;
650
651
  transactionIndex?: `0x${string}` | null;
651
- blobVersionedHashes?: `0x${string}`[] | undefined;
652
652
  chainId?: `0x${string}` | undefined;
653
653
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
654
654
  blockHash: `0x${string}` | null;
@@ -694,12 +694,12 @@ export declare const pgnTestnet: {
694
694
  value?: `0x${string}`;
695
695
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
696
696
  accessList?: import("../../index.js").AccessList | undefined;
697
+ blobVersionedHashes?: `0x${string}`[] | undefined;
697
698
  blockHash?: `0x${string}` | null;
698
699
  blockNumber?: `0x${string}` | null;
699
700
  hash?: `0x${string}`;
700
701
  input?: `0x${string}`;
701
702
  transactionIndex?: `0x${string}` | null;
702
- blobVersionedHashes?: `0x${string}`[] | undefined;
703
703
  chainId?: `0x${string}` | undefined;
704
704
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
705
705
  blockHash: `0x${string}` | null;
@@ -745,12 +745,12 @@ export declare const pgnTestnet: {
745
745
  value?: `0x${string}`;
746
746
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
747
747
  accessList?: import("../../index.js").AccessList | undefined;
748
+ blobVersionedHashes?: `0x${string}`[] | undefined;
748
749
  blockHash?: `0x${string}` | null;
749
750
  blockNumber?: `0x${string}` | null;
750
751
  hash?: `0x${string}`;
751
752
  input?: `0x${string}`;
752
753
  transactionIndex?: `0x${string}` | null;
753
- blobVersionedHashes?: `0x${string}`[] | undefined;
754
754
  chainId?: `0x${string}` | undefined;
755
755
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
756
756
  isSystemTx?: boolean | undefined;