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
@@ -114,12 +114,12 @@ export declare const zora: {
114
114
  value?: `0x${string}`;
115
115
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
116
116
  accessList?: undefined;
117
+ blobVersionedHashes?: undefined;
117
118
  blockHash?: `0x${string}` | null;
118
119
  blockNumber?: `0x${string}` | null;
119
120
  hash?: `0x${string}`;
120
121
  input?: `0x${string}`;
121
122
  transactionIndex?: `0x${string}` | null;
122
- blobVersionedHashes?: undefined;
123
123
  chainId?: `0x${string}` | undefined;
124
124
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
125
125
  r: `0x${string}`;
@@ -165,12 +165,12 @@ export declare const zora: {
165
165
  value?: `0x${string}`;
166
166
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
167
167
  accessList?: undefined;
168
+ blobVersionedHashes?: undefined;
168
169
  blockHash?: `0x${string}` | null;
169
170
  blockNumber?: `0x${string}` | null;
170
171
  hash?: `0x${string}`;
171
172
  input?: `0x${string}`;
172
173
  transactionIndex?: `0x${string}` | null;
173
- blobVersionedHashes?: undefined;
174
174
  chainId?: `0x${string}` | undefined;
175
175
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
176
176
  isSystemTx?: boolean | undefined;
@@ -193,12 +193,12 @@ export declare const zora: {
193
193
  value?: `0x${string}`;
194
194
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
195
195
  accessList?: import("../../index.js").AccessList | undefined;
196
+ blobVersionedHashes?: undefined;
196
197
  blockHash?: `0x${string}` | null;
197
198
  blockNumber?: `0x${string}` | null;
198
199
  hash?: `0x${string}`;
199
200
  input?: `0x${string}`;
200
201
  transactionIndex?: `0x${string}` | null;
201
- blobVersionedHashes?: undefined;
202
202
  chainId?: `0x${string}` | undefined;
203
203
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
204
204
  r: `0x${string}`;
@@ -244,12 +244,12 @@ export declare const zora: {
244
244
  value?: `0x${string}`;
245
245
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
246
246
  accessList?: import("../../index.js").AccessList | undefined;
247
+ blobVersionedHashes?: undefined;
247
248
  blockHash?: `0x${string}` | null;
248
249
  blockNumber?: `0x${string}` | null;
249
250
  hash?: `0x${string}`;
250
251
  input?: `0x${string}`;
251
252
  transactionIndex?: `0x${string}` | null;
252
- blobVersionedHashes?: undefined;
253
253
  chainId?: `0x${string}` | undefined;
254
254
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
255
255
  blockHash: `0x${string}` | null;
@@ -295,12 +295,12 @@ export declare const zora: {
295
295
  value?: `0x${string}`;
296
296
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
297
297
  accessList?: import("../../index.js").AccessList | undefined;
298
+ blobVersionedHashes?: undefined;
298
299
  blockHash?: `0x${string}` | null;
299
300
  blockNumber?: `0x${string}` | null;
300
301
  hash?: `0x${string}`;
301
302
  input?: `0x${string}`;
302
303
  transactionIndex?: `0x${string}` | null;
303
- blobVersionedHashes?: undefined;
304
304
  chainId?: `0x${string}` | undefined;
305
305
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
306
306
  blockHash: `0x${string}` | null;
@@ -346,12 +346,12 @@ export declare const zora: {
346
346
  value?: `0x${string}`;
347
347
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
348
348
  accessList?: import("../../index.js").AccessList | undefined;
349
+ blobVersionedHashes?: undefined;
349
350
  blockHash?: `0x${string}` | null;
350
351
  blockNumber?: `0x${string}` | null;
351
352
  hash?: `0x${string}`;
352
353
  input?: `0x${string}`;
353
354
  transactionIndex?: `0x${string}` | null;
354
- blobVersionedHashes?: undefined;
355
355
  chainId?: `0x${string}` | undefined;
356
356
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
357
357
  isSystemTx?: boolean | undefined;
@@ -374,12 +374,12 @@ export declare const zora: {
374
374
  value?: `0x${string}`;
375
375
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
376
376
  accessList?: import("../../index.js").AccessList | undefined;
377
+ blobVersionedHashes?: undefined;
377
378
  blockHash?: `0x${string}` | null;
378
379
  blockNumber?: `0x${string}` | null;
379
380
  hash?: `0x${string}`;
380
381
  input?: `0x${string}`;
381
382
  transactionIndex?: `0x${string}` | null;
382
- blobVersionedHashes?: undefined;
383
383
  chainId?: `0x${string}` | undefined;
384
384
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
385
385
  r: `0x${string}`;
@@ -425,12 +425,12 @@ export declare const zora: {
425
425
  value?: `0x${string}`;
426
426
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
427
427
  accessList?: import("../../index.js").AccessList | undefined;
428
+ blobVersionedHashes?: undefined;
428
429
  blockHash?: `0x${string}` | null;
429
430
  blockNumber?: `0x${string}` | null;
430
431
  hash?: `0x${string}`;
431
432
  input?: `0x${string}`;
432
433
  transactionIndex?: `0x${string}` | null;
433
- blobVersionedHashes?: undefined;
434
434
  chainId?: `0x${string}` | undefined;
435
435
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
436
436
  blockHash: `0x${string}` | null;
@@ -476,12 +476,12 @@ export declare const zora: {
476
476
  value?: `0x${string}`;
477
477
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
478
478
  accessList?: import("../../index.js").AccessList | undefined;
479
+ blobVersionedHashes?: undefined;
479
480
  blockHash?: `0x${string}` | null;
480
481
  blockNumber?: `0x${string}` | null;
481
482
  hash?: `0x${string}`;
482
483
  input?: `0x${string}`;
483
484
  transactionIndex?: `0x${string}` | null;
484
- blobVersionedHashes?: undefined;
485
485
  chainId?: `0x${string}` | undefined;
486
486
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
487
487
  blockHash: `0x${string}` | null;
@@ -527,12 +527,12 @@ export declare const zora: {
527
527
  value?: `0x${string}`;
528
528
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
529
529
  accessList?: import("../../index.js").AccessList | undefined;
530
+ blobVersionedHashes?: undefined;
530
531
  blockHash?: `0x${string}` | null;
531
532
  blockNumber?: `0x${string}` | null;
532
533
  hash?: `0x${string}`;
533
534
  input?: `0x${string}`;
534
535
  transactionIndex?: `0x${string}` | null;
535
- blobVersionedHashes?: undefined;
536
536
  chainId?: `0x${string}` | undefined;
537
537
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
538
538
  isSystemTx?: boolean | undefined;
@@ -555,12 +555,12 @@ export declare const zora: {
555
555
  value?: `0x${string}`;
556
556
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
557
557
  accessList?: import("../../index.js").AccessList | undefined;
558
+ blobVersionedHashes?: `0x${string}`[] | undefined;
558
559
  blockHash?: `0x${string}` | null;
559
560
  blockNumber?: `0x${string}` | null;
560
561
  hash?: `0x${string}`;
561
562
  input?: `0x${string}`;
562
563
  transactionIndex?: `0x${string}` | null;
563
- blobVersionedHashes?: `0x${string}`[] | undefined;
564
564
  chainId?: `0x${string}` | undefined;
565
565
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
566
566
  r: `0x${string}`;
@@ -606,12 +606,12 @@ export declare const zora: {
606
606
  value?: `0x${string}`;
607
607
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
608
608
  accessList?: import("../../index.js").AccessList | undefined;
609
+ blobVersionedHashes?: `0x${string}`[] | undefined;
609
610
  blockHash?: `0x${string}` | null;
610
611
  blockNumber?: `0x${string}` | null;
611
612
  hash?: `0x${string}`;
612
613
  input?: `0x${string}`;
613
614
  transactionIndex?: `0x${string}` | null;
614
- blobVersionedHashes?: `0x${string}`[] | undefined;
615
615
  chainId?: `0x${string}` | undefined;
616
616
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
617
617
  blockHash: `0x${string}` | null;
@@ -657,12 +657,12 @@ export declare const zora: {
657
657
  value?: `0x${string}`;
658
658
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
659
659
  accessList?: import("../../index.js").AccessList | undefined;
660
+ blobVersionedHashes?: `0x${string}`[] | undefined;
660
661
  blockHash?: `0x${string}` | null;
661
662
  blockNumber?: `0x${string}` | null;
662
663
  hash?: `0x${string}`;
663
664
  input?: `0x${string}`;
664
665
  transactionIndex?: `0x${string}` | null;
665
- blobVersionedHashes?: `0x${string}`[] | undefined;
666
666
  chainId?: `0x${string}` | undefined;
667
667
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
668
668
  blockHash: `0x${string}` | null;
@@ -708,12 +708,12 @@ export declare const zora: {
708
708
  value?: `0x${string}`;
709
709
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
710
710
  accessList?: import("../../index.js").AccessList | undefined;
711
+ blobVersionedHashes?: `0x${string}`[] | undefined;
711
712
  blockHash?: `0x${string}` | null;
712
713
  blockNumber?: `0x${string}` | null;
713
714
  hash?: `0x${string}`;
714
715
  input?: `0x${string}`;
715
716
  transactionIndex?: `0x${string}` | null;
716
- blobVersionedHashes?: `0x${string}`[] | undefined;
717
717
  chainId?: `0x${string}` | undefined;
718
718
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
719
719
  blockHash: `0x${string}` | null;
@@ -759,12 +759,12 @@ export declare const zora: {
759
759
  value?: `0x${string}`;
760
760
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
761
761
  accessList?: import("../../index.js").AccessList | undefined;
762
+ blobVersionedHashes?: `0x${string}`[] | undefined;
762
763
  blockHash?: `0x${string}` | null;
763
764
  blockNumber?: `0x${string}` | null;
764
765
  hash?: `0x${string}`;
765
766
  input?: `0x${string}`;
766
767
  transactionIndex?: `0x${string}` | null;
767
- blobVersionedHashes?: `0x${string}`[] | undefined;
768
768
  chainId?: `0x${string}` | undefined;
769
769
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
770
770
  isSystemTx?: boolean | undefined;
@@ -114,12 +114,12 @@ export declare const zoraSepolia: {
114
114
  value?: `0x${string}`;
115
115
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
116
116
  accessList?: undefined;
117
+ blobVersionedHashes?: undefined;
117
118
  blockHash?: `0x${string}` | null;
118
119
  blockNumber?: `0x${string}` | null;
119
120
  hash?: `0x${string}`;
120
121
  input?: `0x${string}`;
121
122
  transactionIndex?: `0x${string}` | null;
122
- blobVersionedHashes?: undefined;
123
123
  chainId?: `0x${string}` | undefined;
124
124
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
125
125
  r: `0x${string}`;
@@ -165,12 +165,12 @@ export declare const zoraSepolia: {
165
165
  value?: `0x${string}`;
166
166
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
167
167
  accessList?: undefined;
168
+ blobVersionedHashes?: undefined;
168
169
  blockHash?: `0x${string}` | null;
169
170
  blockNumber?: `0x${string}` | null;
170
171
  hash?: `0x${string}`;
171
172
  input?: `0x${string}`;
172
173
  transactionIndex?: `0x${string}` | null;
173
- blobVersionedHashes?: undefined;
174
174
  chainId?: `0x${string}` | undefined;
175
175
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
176
176
  isSystemTx?: boolean | undefined;
@@ -193,12 +193,12 @@ export declare const zoraSepolia: {
193
193
  value?: `0x${string}`;
194
194
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
195
195
  accessList?: import("../../index.js").AccessList | undefined;
196
+ blobVersionedHashes?: undefined;
196
197
  blockHash?: `0x${string}` | null;
197
198
  blockNumber?: `0x${string}` | null;
198
199
  hash?: `0x${string}`;
199
200
  input?: `0x${string}`;
200
201
  transactionIndex?: `0x${string}` | null;
201
- blobVersionedHashes?: undefined;
202
202
  chainId?: `0x${string}` | undefined;
203
203
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
204
204
  r: `0x${string}`;
@@ -244,12 +244,12 @@ export declare const zoraSepolia: {
244
244
  value?: `0x${string}`;
245
245
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
246
246
  accessList?: import("../../index.js").AccessList | undefined;
247
+ blobVersionedHashes?: undefined;
247
248
  blockHash?: `0x${string}` | null;
248
249
  blockNumber?: `0x${string}` | null;
249
250
  hash?: `0x${string}`;
250
251
  input?: `0x${string}`;
251
252
  transactionIndex?: `0x${string}` | null;
252
- blobVersionedHashes?: undefined;
253
253
  chainId?: `0x${string}` | undefined;
254
254
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
255
255
  blockHash: `0x${string}` | null;
@@ -295,12 +295,12 @@ export declare const zoraSepolia: {
295
295
  value?: `0x${string}`;
296
296
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
297
297
  accessList?: import("../../index.js").AccessList | undefined;
298
+ blobVersionedHashes?: undefined;
298
299
  blockHash?: `0x${string}` | null;
299
300
  blockNumber?: `0x${string}` | null;
300
301
  hash?: `0x${string}`;
301
302
  input?: `0x${string}`;
302
303
  transactionIndex?: `0x${string}` | null;
303
- blobVersionedHashes?: undefined;
304
304
  chainId?: `0x${string}` | undefined;
305
305
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
306
306
  blockHash: `0x${string}` | null;
@@ -346,12 +346,12 @@ export declare const zoraSepolia: {
346
346
  value?: `0x${string}`;
347
347
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
348
348
  accessList?: import("../../index.js").AccessList | undefined;
349
+ blobVersionedHashes?: undefined;
349
350
  blockHash?: `0x${string}` | null;
350
351
  blockNumber?: `0x${string}` | null;
351
352
  hash?: `0x${string}`;
352
353
  input?: `0x${string}`;
353
354
  transactionIndex?: `0x${string}` | null;
354
- blobVersionedHashes?: undefined;
355
355
  chainId?: `0x${string}` | undefined;
356
356
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
357
357
  isSystemTx?: boolean | undefined;
@@ -374,12 +374,12 @@ export declare const zoraSepolia: {
374
374
  value?: `0x${string}`;
375
375
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
376
376
  accessList?: import("../../index.js").AccessList | undefined;
377
+ blobVersionedHashes?: undefined;
377
378
  blockHash?: `0x${string}` | null;
378
379
  blockNumber?: `0x${string}` | null;
379
380
  hash?: `0x${string}`;
380
381
  input?: `0x${string}`;
381
382
  transactionIndex?: `0x${string}` | null;
382
- blobVersionedHashes?: undefined;
383
383
  chainId?: `0x${string}` | undefined;
384
384
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
385
385
  r: `0x${string}`;
@@ -425,12 +425,12 @@ export declare const zoraSepolia: {
425
425
  value?: `0x${string}`;
426
426
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
427
427
  accessList?: import("../../index.js").AccessList | undefined;
428
+ blobVersionedHashes?: undefined;
428
429
  blockHash?: `0x${string}` | null;
429
430
  blockNumber?: `0x${string}` | null;
430
431
  hash?: `0x${string}`;
431
432
  input?: `0x${string}`;
432
433
  transactionIndex?: `0x${string}` | null;
433
- blobVersionedHashes?: undefined;
434
434
  chainId?: `0x${string}` | undefined;
435
435
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
436
436
  blockHash: `0x${string}` | null;
@@ -476,12 +476,12 @@ export declare const zoraSepolia: {
476
476
  value?: `0x${string}`;
477
477
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
478
478
  accessList?: import("../../index.js").AccessList | undefined;
479
+ blobVersionedHashes?: undefined;
479
480
  blockHash?: `0x${string}` | null;
480
481
  blockNumber?: `0x${string}` | null;
481
482
  hash?: `0x${string}`;
482
483
  input?: `0x${string}`;
483
484
  transactionIndex?: `0x${string}` | null;
484
- blobVersionedHashes?: undefined;
485
485
  chainId?: `0x${string}` | undefined;
486
486
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
487
487
  blockHash: `0x${string}` | null;
@@ -527,12 +527,12 @@ export declare const zoraSepolia: {
527
527
  value?: `0x${string}`;
528
528
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
529
529
  accessList?: import("../../index.js").AccessList | undefined;
530
+ blobVersionedHashes?: undefined;
530
531
  blockHash?: `0x${string}` | null;
531
532
  blockNumber?: `0x${string}` | null;
532
533
  hash?: `0x${string}`;
533
534
  input?: `0x${string}`;
534
535
  transactionIndex?: `0x${string}` | null;
535
- blobVersionedHashes?: undefined;
536
536
  chainId?: `0x${string}` | undefined;
537
537
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
538
538
  isSystemTx?: boolean | undefined;
@@ -555,12 +555,12 @@ export declare const zoraSepolia: {
555
555
  value?: `0x${string}`;
556
556
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
557
557
  accessList?: import("../../index.js").AccessList | undefined;
558
+ blobVersionedHashes?: `0x${string}`[] | undefined;
558
559
  blockHash?: `0x${string}` | null;
559
560
  blockNumber?: `0x${string}` | null;
560
561
  hash?: `0x${string}`;
561
562
  input?: `0x${string}`;
562
563
  transactionIndex?: `0x${string}` | null;
563
- blobVersionedHashes?: `0x${string}`[] | undefined;
564
564
  chainId?: `0x${string}` | undefined;
565
565
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
566
566
  r: `0x${string}`;
@@ -606,12 +606,12 @@ export declare const zoraSepolia: {
606
606
  value?: `0x${string}`;
607
607
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
608
608
  accessList?: import("../../index.js").AccessList | undefined;
609
+ blobVersionedHashes?: `0x${string}`[] | undefined;
609
610
  blockHash?: `0x${string}` | null;
610
611
  blockNumber?: `0x${string}` | null;
611
612
  hash?: `0x${string}`;
612
613
  input?: `0x${string}`;
613
614
  transactionIndex?: `0x${string}` | null;
614
- blobVersionedHashes?: `0x${string}`[] | undefined;
615
615
  chainId?: `0x${string}` | undefined;
616
616
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
617
617
  blockHash: `0x${string}` | null;
@@ -657,12 +657,12 @@ export declare const zoraSepolia: {
657
657
  value?: `0x${string}`;
658
658
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
659
659
  accessList?: import("../../index.js").AccessList | undefined;
660
+ blobVersionedHashes?: `0x${string}`[] | undefined;
660
661
  blockHash?: `0x${string}` | null;
661
662
  blockNumber?: `0x${string}` | null;
662
663
  hash?: `0x${string}`;
663
664
  input?: `0x${string}`;
664
665
  transactionIndex?: `0x${string}` | null;
665
- blobVersionedHashes?: `0x${string}`[] | undefined;
666
666
  chainId?: `0x${string}` | undefined;
667
667
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
668
668
  blockHash: `0x${string}` | null;
@@ -708,12 +708,12 @@ export declare const zoraSepolia: {
708
708
  value?: `0x${string}`;
709
709
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
710
710
  accessList?: import("../../index.js").AccessList | undefined;
711
+ blobVersionedHashes?: `0x${string}`[] | undefined;
711
712
  blockHash?: `0x${string}` | null;
712
713
  blockNumber?: `0x${string}` | null;
713
714
  hash?: `0x${string}`;
714
715
  input?: `0x${string}`;
715
716
  transactionIndex?: `0x${string}` | null;
716
- blobVersionedHashes?: `0x${string}`[] | undefined;
717
717
  chainId?: `0x${string}` | undefined;
718
718
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
719
719
  blockHash: `0x${string}` | null;
@@ -759,12 +759,12 @@ export declare const zoraSepolia: {
759
759
  value?: `0x${string}`;
760
760
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
761
761
  accessList?: import("../../index.js").AccessList | undefined;
762
+ blobVersionedHashes?: `0x${string}`[] | undefined;
762
763
  blockHash?: `0x${string}` | null;
763
764
  blockNumber?: `0x${string}` | null;
764
765
  hash?: `0x${string}`;
765
766
  input?: `0x${string}`;
766
767
  transactionIndex?: `0x${string}` | null;
767
- blobVersionedHashes?: `0x${string}`[] | undefined;
768
768
  chainId?: `0x${string}` | undefined;
769
769
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
770
770
  isSystemTx?: boolean | undefined;
@@ -104,12 +104,12 @@ export declare const zoraTestnet: {
104
104
  value?: `0x${string}`;
105
105
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
106
106
  accessList?: undefined;
107
+ blobVersionedHashes?: undefined;
107
108
  blockHash?: `0x${string}` | null;
108
109
  blockNumber?: `0x${string}` | null;
109
110
  hash?: `0x${string}`;
110
111
  input?: `0x${string}`;
111
112
  transactionIndex?: `0x${string}` | null;
112
- blobVersionedHashes?: undefined;
113
113
  chainId?: `0x${string}` | undefined;
114
114
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
115
115
  r: `0x${string}`;
@@ -155,12 +155,12 @@ export declare const zoraTestnet: {
155
155
  value?: `0x${string}`;
156
156
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
157
157
  accessList?: undefined;
158
+ blobVersionedHashes?: undefined;
158
159
  blockHash?: `0x${string}` | null;
159
160
  blockNumber?: `0x${string}` | null;
160
161
  hash?: `0x${string}`;
161
162
  input?: `0x${string}`;
162
163
  transactionIndex?: `0x${string}` | null;
163
- blobVersionedHashes?: undefined;
164
164
  chainId?: `0x${string}` | undefined;
165
165
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
166
166
  isSystemTx?: boolean | undefined;
@@ -183,12 +183,12 @@ export declare const zoraTestnet: {
183
183
  value?: `0x${string}`;
184
184
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
185
185
  accessList?: import("../../index.js").AccessList | undefined;
186
+ blobVersionedHashes?: undefined;
186
187
  blockHash?: `0x${string}` | null;
187
188
  blockNumber?: `0x${string}` | null;
188
189
  hash?: `0x${string}`;
189
190
  input?: `0x${string}`;
190
191
  transactionIndex?: `0x${string}` | null;
191
- blobVersionedHashes?: undefined;
192
192
  chainId?: `0x${string}` | undefined;
193
193
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
194
194
  r: `0x${string}`;
@@ -234,12 +234,12 @@ export declare const zoraTestnet: {
234
234
  value?: `0x${string}`;
235
235
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
236
236
  accessList?: import("../../index.js").AccessList | undefined;
237
+ blobVersionedHashes?: undefined;
237
238
  blockHash?: `0x${string}` | null;
238
239
  blockNumber?: `0x${string}` | null;
239
240
  hash?: `0x${string}`;
240
241
  input?: `0x${string}`;
241
242
  transactionIndex?: `0x${string}` | null;
242
- blobVersionedHashes?: undefined;
243
243
  chainId?: `0x${string}` | undefined;
244
244
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
245
245
  blockHash: `0x${string}` | null;
@@ -285,12 +285,12 @@ export declare const zoraTestnet: {
285
285
  value?: `0x${string}`;
286
286
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
287
287
  accessList?: import("../../index.js").AccessList | undefined;
288
+ blobVersionedHashes?: undefined;
288
289
  blockHash?: `0x${string}` | null;
289
290
  blockNumber?: `0x${string}` | null;
290
291
  hash?: `0x${string}`;
291
292
  input?: `0x${string}`;
292
293
  transactionIndex?: `0x${string}` | null;
293
- blobVersionedHashes?: undefined;
294
294
  chainId?: `0x${string}` | undefined;
295
295
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
296
296
  blockHash: `0x${string}` | null;
@@ -336,12 +336,12 @@ export declare const zoraTestnet: {
336
336
  value?: `0x${string}`;
337
337
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
338
338
  accessList?: import("../../index.js").AccessList | undefined;
339
+ blobVersionedHashes?: undefined;
339
340
  blockHash?: `0x${string}` | null;
340
341
  blockNumber?: `0x${string}` | null;
341
342
  hash?: `0x${string}`;
342
343
  input?: `0x${string}`;
343
344
  transactionIndex?: `0x${string}` | null;
344
- blobVersionedHashes?: undefined;
345
345
  chainId?: `0x${string}` | undefined;
346
346
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
347
347
  isSystemTx?: boolean | undefined;
@@ -364,12 +364,12 @@ export declare const zoraTestnet: {
364
364
  value?: `0x${string}`;
365
365
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
366
366
  accessList?: import("../../index.js").AccessList | undefined;
367
+ blobVersionedHashes?: undefined;
367
368
  blockHash?: `0x${string}` | null;
368
369
  blockNumber?: `0x${string}` | null;
369
370
  hash?: `0x${string}`;
370
371
  input?: `0x${string}`;
371
372
  transactionIndex?: `0x${string}` | null;
372
- blobVersionedHashes?: undefined;
373
373
  chainId?: `0x${string}` | undefined;
374
374
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
375
375
  r: `0x${string}`;
@@ -415,12 +415,12 @@ export declare const zoraTestnet: {
415
415
  value?: `0x${string}`;
416
416
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
417
417
  accessList?: import("../../index.js").AccessList | undefined;
418
+ blobVersionedHashes?: undefined;
418
419
  blockHash?: `0x${string}` | null;
419
420
  blockNumber?: `0x${string}` | null;
420
421
  hash?: `0x${string}`;
421
422
  input?: `0x${string}`;
422
423
  transactionIndex?: `0x${string}` | null;
423
- blobVersionedHashes?: undefined;
424
424
  chainId?: `0x${string}` | undefined;
425
425
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
426
426
  blockHash: `0x${string}` | null;
@@ -466,12 +466,12 @@ export declare const zoraTestnet: {
466
466
  value?: `0x${string}`;
467
467
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
468
468
  accessList?: import("../../index.js").AccessList | undefined;
469
+ blobVersionedHashes?: undefined;
469
470
  blockHash?: `0x${string}` | null;
470
471
  blockNumber?: `0x${string}` | null;
471
472
  hash?: `0x${string}`;
472
473
  input?: `0x${string}`;
473
474
  transactionIndex?: `0x${string}` | null;
474
- blobVersionedHashes?: undefined;
475
475
  chainId?: `0x${string}` | undefined;
476
476
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
477
477
  blockHash: `0x${string}` | null;
@@ -517,12 +517,12 @@ export declare const zoraTestnet: {
517
517
  value?: `0x${string}`;
518
518
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
519
519
  accessList?: import("../../index.js").AccessList | undefined;
520
+ blobVersionedHashes?: undefined;
520
521
  blockHash?: `0x${string}` | null;
521
522
  blockNumber?: `0x${string}` | null;
522
523
  hash?: `0x${string}`;
523
524
  input?: `0x${string}`;
524
525
  transactionIndex?: `0x${string}` | null;
525
- blobVersionedHashes?: undefined;
526
526
  chainId?: `0x${string}` | undefined;
527
527
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
528
528
  isSystemTx?: boolean | undefined;
@@ -545,12 +545,12 @@ export declare const zoraTestnet: {
545
545
  value?: `0x${string}`;
546
546
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
547
547
  accessList?: import("../../index.js").AccessList | undefined;
548
+ blobVersionedHashes?: `0x${string}`[] | undefined;
548
549
  blockHash?: `0x${string}` | null;
549
550
  blockNumber?: `0x${string}` | null;
550
551
  hash?: `0x${string}`;
551
552
  input?: `0x${string}`;
552
553
  transactionIndex?: `0x${string}` | null;
553
- blobVersionedHashes?: `0x${string}`[] | undefined;
554
554
  chainId?: `0x${string}` | undefined;
555
555
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
556
556
  r: `0x${string}`;
@@ -596,12 +596,12 @@ export declare const zoraTestnet: {
596
596
  value?: `0x${string}`;
597
597
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
598
598
  accessList?: import("../../index.js").AccessList | undefined;
599
+ blobVersionedHashes?: `0x${string}`[] | undefined;
599
600
  blockHash?: `0x${string}` | null;
600
601
  blockNumber?: `0x${string}` | null;
601
602
  hash?: `0x${string}`;
602
603
  input?: `0x${string}`;
603
604
  transactionIndex?: `0x${string}` | null;
604
- blobVersionedHashes?: `0x${string}`[] | undefined;
605
605
  chainId?: `0x${string}` | undefined;
606
606
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
607
607
  blockHash: `0x${string}` | null;
@@ -647,12 +647,12 @@ export declare const zoraTestnet: {
647
647
  value?: `0x${string}`;
648
648
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
649
649
  accessList?: import("../../index.js").AccessList | undefined;
650
+ blobVersionedHashes?: `0x${string}`[] | undefined;
650
651
  blockHash?: `0x${string}` | null;
651
652
  blockNumber?: `0x${string}` | null;
652
653
  hash?: `0x${string}`;
653
654
  input?: `0x${string}`;
654
655
  transactionIndex?: `0x${string}` | null;
655
- blobVersionedHashes?: `0x${string}`[] | undefined;
656
656
  chainId?: `0x${string}` | undefined;
657
657
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
658
658
  blockHash: `0x${string}` | null;
@@ -698,12 +698,12 @@ export declare const zoraTestnet: {
698
698
  value?: `0x${string}`;
699
699
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
700
700
  accessList?: import("../../index.js").AccessList | undefined;
701
+ blobVersionedHashes?: `0x${string}`[] | undefined;
701
702
  blockHash?: `0x${string}` | null;
702
703
  blockNumber?: `0x${string}` | null;
703
704
  hash?: `0x${string}`;
704
705
  input?: `0x${string}`;
705
706
  transactionIndex?: `0x${string}` | null;
706
- blobVersionedHashes?: `0x${string}`[] | undefined;
707
707
  chainId?: `0x${string}` | undefined;
708
708
  } & import("../index.js").Omit<import("../index.js").PartialBy<{
709
709
  blockHash: `0x${string}` | null;
@@ -749,12 +749,12 @@ export declare const zoraTestnet: {
749
749
  value?: `0x${string}`;
750
750
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
751
751
  accessList?: import("../../index.js").AccessList | undefined;
752
+ blobVersionedHashes?: `0x${string}`[] | undefined;
752
753
  blockHash?: `0x${string}` | null;
753
754
  blockNumber?: `0x${string}` | null;
754
755
  hash?: `0x${string}`;
755
756
  input?: `0x${string}`;
756
757
  transactionIndex?: `0x${string}` | null;
757
- blobVersionedHashes?: `0x${string}`[] | undefined;
758
758
  chainId?: `0x${string}` | undefined;
759
759
  } & Omit<import("../../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../../index.js").FeeValuesEIP1559<`0x${string}`> & {
760
760
  isSystemTx?: boolean | undefined;
@@ -13,7 +13,6 @@ export { astarZkyoto } from './definitions/astarZkyoto.js';
13
13
  export { arbitrumSepolia } from './definitions/arbitrumSepolia.js';
14
14
  export { areonNetwork } from './definitions/areonNetwork.js';
15
15
  export { areonNetworkTestnet } from './definitions/areonNetworkTestnet.js';
16
- export { astarZkatana } from './definitions/astarZkatana.js';
17
16
  export { aurora } from './definitions/aurora.js';
18
17
  export { auroraTestnet } from './definitions/auroraTestnet.js';
19
18
  export { auroria } from './definitions/auroria.js';
@@ -28,6 +27,7 @@ export { beamTestnet } from './definitions/beamTestnet.js';
28
27
  export { bearNetworkChainMainnet } from './definitions/bearNetworkChainMainnet.js';
29
28
  export { bearNetworkChainTestnet } from './definitions/bearNetworkChainTestnet.js';
30
29
  export { berachainTestnet } from './definitions/berachainTestnet.js';
30
+ export { bevmMainnet } from './definitions/bevmMainnet.js';
31
31
  export { bitTorrent } from './definitions/bitTorrent.js';
32
32
  export { bitTorrentTestnet } from './definitions/bitTorrentTestnet.js';
33
33
  export { blast } from './definitions/blast.js';
@@ -56,6 +56,8 @@ export { defichainEvmTestnet } from './definitions/defichainEvmTestnet.js';
56
56
  export { degen } from './definitions/degen.js';
57
57
  export { dfk } from './definitions/dfk.js';
58
58
  export { dogechain } from './definitions/dogechain.js';
59
+ export { edgeless } from './definitions/edgeless.js';
60
+ export { edgelessTestnet } from './definitions/edgelessTestnet.js';
59
61
  export { edgeware } from './definitions/edgeware.js';
60
62
  export { edgewareTestnet } from './definitions/edgewareTestnet.js';
61
63
  export { eos } from './definitions/eos.js';