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
@@ -62,12 +62,12 @@ export declare const chainConfig: {
62
62
  value?: `0x${string}`;
63
63
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
64
64
  accessList?: undefined;
65
+ blobVersionedHashes?: undefined;
65
66
  blockHash?: `0x${string}` | null;
66
67
  blockNumber?: `0x${string}` | null;
67
68
  hash?: `0x${string}`;
68
69
  input?: `0x${string}`;
69
70
  transactionIndex?: `0x${string}` | null;
70
- blobVersionedHashes?: undefined;
71
71
  chainId?: `0x${string}` | undefined;
72
72
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
73
73
  r: `0x${string}`;
@@ -113,12 +113,12 @@ export declare const chainConfig: {
113
113
  value?: `0x${string}`;
114
114
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
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
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
124
124
  feeCurrency: `0x${string}` | null;
@@ -141,12 +141,12 @@ export declare const chainConfig: {
141
141
  value?: `0x${string}`;
142
142
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
143
143
  accessList?: undefined;
144
+ blobVersionedHashes?: undefined;
144
145
  blockHash?: `0x${string}` | null;
145
146
  blockNumber?: `0x${string}` | null;
146
147
  hash?: `0x${string}`;
147
148
  input?: `0x${string}`;
148
149
  transactionIndex?: `0x${string}` | null;
149
- blobVersionedHashes?: undefined;
150
150
  chainId?: `0x${string}` | undefined;
151
151
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
152
152
  feeCurrency: `0x${string}` | null;
@@ -169,12 +169,12 @@ export declare const chainConfig: {
169
169
  value?: `0x${string}`;
170
170
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
171
171
  accessList?: import("../index.js").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
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
180
180
  r: `0x${string}`;
@@ -220,12 +220,12 @@ export declare const chainConfig: {
220
220
  value?: `0x${string}`;
221
221
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
222
222
  accessList?: import("../index.js").AccessList | undefined;
223
+ blobVersionedHashes?: undefined;
223
224
  blockHash?: `0x${string}` | null;
224
225
  blockNumber?: `0x${string}` | null;
225
226
  hash?: `0x${string}`;
226
227
  input?: `0x${string}`;
227
228
  transactionIndex?: `0x${string}` | null;
228
- blobVersionedHashes?: undefined;
229
229
  chainId?: `0x${string}` | undefined;
230
230
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
231
231
  blockHash: `0x${string}` | null;
@@ -271,12 +271,12 @@ export declare const chainConfig: {
271
271
  value?: `0x${string}`;
272
272
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
273
273
  accessList?: import("../index.js").AccessList | undefined;
274
+ blobVersionedHashes?: undefined;
274
275
  blockHash?: `0x${string}` | null;
275
276
  blockNumber?: `0x${string}` | null;
276
277
  hash?: `0x${string}`;
277
278
  input?: `0x${string}`;
278
279
  transactionIndex?: `0x${string}` | null;
279
- blobVersionedHashes?: undefined;
280
280
  chainId?: `0x${string}` | undefined;
281
281
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
282
282
  blockHash: `0x${string}` | null;
@@ -322,12 +322,12 @@ export declare const chainConfig: {
322
322
  value?: `0x${string}`;
323
323
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
324
324
  accessList?: import("../index.js").AccessList | undefined;
325
+ blobVersionedHashes?: undefined;
325
326
  blockHash?: `0x${string}` | null;
326
327
  blockNumber?: `0x${string}` | null;
327
328
  hash?: `0x${string}`;
328
329
  input?: `0x${string}`;
329
330
  transactionIndex?: `0x${string}` | null;
330
- blobVersionedHashes?: undefined;
331
331
  chainId?: `0x${string}` | undefined;
332
332
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
333
333
  feeCurrency: `0x${string}` | null;
@@ -350,12 +350,12 @@ export declare const chainConfig: {
350
350
  value?: `0x${string}`;
351
351
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
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
  feeCurrency: `0x${string}` | null;
@@ -378,12 +378,12 @@ export declare const chainConfig: {
378
378
  value?: `0x${string}`;
379
379
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
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("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
389
389
  r: `0x${string}`;
@@ -429,12 +429,12 @@ export declare const chainConfig: {
429
429
  value?: `0x${string}`;
430
430
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
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("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
440
440
  blockHash: `0x${string}` | null;
@@ -480,12 +480,12 @@ export declare const chainConfig: {
480
480
  value?: `0x${string}`;
481
481
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
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("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
491
491
  blockHash: `0x${string}` | null;
@@ -531,12 +531,12 @@ export declare const chainConfig: {
531
531
  value?: `0x${string}`;
532
532
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
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
  feeCurrency: `0x${string}` | null;
@@ -559,12 +559,12 @@ export declare const chainConfig: {
559
559
  value?: `0x${string}`;
560
560
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
561
561
  accessList?: import("../index.js").AccessList | undefined;
562
+ blobVersionedHashes?: 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?: undefined;
568
568
  chainId?: `0x${string}` | undefined;
569
569
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
570
570
  feeCurrency: `0x${string}` | null;
@@ -587,12 +587,12 @@ export declare const chainConfig: {
587
587
  value?: `0x${string}`;
588
588
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
589
589
  accessList?: import("../index.js").AccessList | undefined;
590
+ blobVersionedHashes?: `0x${string}`[] | undefined;
590
591
  blockHash?: `0x${string}` | null;
591
592
  blockNumber?: `0x${string}` | null;
592
593
  hash?: `0x${string}`;
593
594
  input?: `0x${string}`;
594
595
  transactionIndex?: `0x${string}` | null;
595
- blobVersionedHashes?: `0x${string}`[] | undefined;
596
596
  chainId?: `0x${string}` | undefined;
597
597
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
598
598
  r: `0x${string}`;
@@ -638,12 +638,12 @@ export declare const chainConfig: {
638
638
  value?: `0x${string}`;
639
639
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
640
640
  accessList?: import("../index.js").AccessList | undefined;
641
+ blobVersionedHashes?: `0x${string}`[] | undefined;
641
642
  blockHash?: `0x${string}` | null;
642
643
  blockNumber?: `0x${string}` | null;
643
644
  hash?: `0x${string}`;
644
645
  input?: `0x${string}`;
645
646
  transactionIndex?: `0x${string}` | null;
646
- blobVersionedHashes?: `0x${string}`[] | undefined;
647
647
  chainId?: `0x${string}` | undefined;
648
648
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
649
649
  blockHash: `0x${string}` | null;
@@ -689,12 +689,12 @@ export declare const chainConfig: {
689
689
  value?: `0x${string}`;
690
690
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
691
691
  accessList?: import("../index.js").AccessList | undefined;
692
+ blobVersionedHashes?: `0x${string}`[] | undefined;
692
693
  blockHash?: `0x${string}` | null;
693
694
  blockNumber?: `0x${string}` | null;
694
695
  hash?: `0x${string}`;
695
696
  input?: `0x${string}`;
696
697
  transactionIndex?: `0x${string}` | null;
697
- blobVersionedHashes?: `0x${string}`[] | undefined;
698
698
  chainId?: `0x${string}` | undefined;
699
699
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
700
700
  blockHash: `0x${string}` | null;
@@ -740,12 +740,12 @@ export declare const chainConfig: {
740
740
  value?: `0x${string}`;
741
741
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
742
742
  accessList?: import("../index.js").AccessList | undefined;
743
+ blobVersionedHashes?: `0x${string}`[] | undefined;
743
744
  blockHash?: `0x${string}` | null;
744
745
  blockNumber?: `0x${string}` | null;
745
746
  hash?: `0x${string}`;
746
747
  input?: `0x${string}`;
747
748
  transactionIndex?: `0x${string}` | null;
748
- blobVersionedHashes?: `0x${string}`[] | undefined;
749
749
  chainId?: `0x${string}` | undefined;
750
750
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
751
751
  blockHash: `0x${string}` | null;
@@ -791,12 +791,12 @@ export declare const chainConfig: {
791
791
  value?: `0x${string}`;
792
792
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
793
793
  accessList?: import("../index.js").AccessList | undefined;
794
+ blobVersionedHashes?: `0x${string}`[] | undefined;
794
795
  blockHash?: `0x${string}` | null;
795
796
  blockNumber?: `0x${string}` | null;
796
797
  hash?: `0x${string}`;
797
798
  input?: `0x${string}`;
798
799
  transactionIndex?: `0x${string}` | null;
799
- blobVersionedHashes?: `0x${string}`[] | undefined;
800
800
  chainId?: `0x${string}` | undefined;
801
801
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
802
802
  feeCurrency: `0x${string}` | null;
@@ -819,12 +819,12 @@ export declare const chainConfig: {
819
819
  value?: `0x${string}`;
820
820
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
821
821
  accessList?: import("../index.js").AccessList | undefined;
822
+ blobVersionedHashes?: `0x${string}`[] | undefined;
822
823
  blockHash?: `0x${string}` | null;
823
824
  blockNumber?: `0x${string}` | null;
824
825
  hash?: `0x${string}`;
825
826
  input?: `0x${string}`;
826
827
  transactionIndex?: `0x${string}` | null;
827
- blobVersionedHashes?: `0x${string}`[] | undefined;
828
828
  chainId?: `0x${string}` | undefined;
829
829
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
830
830
  feeCurrency: `0x${string}` | null;
@@ -1228,6 +1228,9 @@ export declare const chainConfig: {
1228
1228
  accessList?: import("../index.js").AccessList | undefined;
1229
1229
  blobs?: undefined;
1230
1230
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1231
+ blobVersionedHashes?: undefined;
1232
+ kzg?: undefined;
1233
+ sidecars?: undefined;
1231
1234
  } & {
1232
1235
  data?: `0x${string}` | undefined;
1233
1236
  from: `0x${string}`;
@@ -1242,6 +1245,9 @@ export declare const chainConfig: {
1242
1245
  accessList?: undefined;
1243
1246
  blobs?: undefined;
1244
1247
  type?: "legacy" | undefined;
1248
+ blobVersionedHashes?: undefined;
1249
+ kzg?: undefined;
1250
+ sidecars?: undefined;
1245
1251
  } & {
1246
1252
  feeCurrency?: `0x${string}` | undefined;
1247
1253
  gatewayFee?: bigint | undefined;
@@ -1260,6 +1266,9 @@ export declare const chainConfig: {
1260
1266
  accessList?: import("../index.js").AccessList | undefined;
1261
1267
  blobs?: undefined;
1262
1268
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1269
+ blobVersionedHashes?: undefined;
1270
+ kzg?: undefined;
1271
+ sidecars?: undefined;
1263
1272
  } & {
1264
1273
  data?: `0x${string}` | undefined;
1265
1274
  from: `0x${string}`;
@@ -1274,6 +1283,9 @@ export declare const chainConfig: {
1274
1283
  accessList?: import("../index.js").AccessList | undefined;
1275
1284
  blobs?: undefined;
1276
1285
  type?: "eip2930" | undefined;
1286
+ blobVersionedHashes?: undefined;
1287
+ kzg?: undefined;
1288
+ sidecars?: undefined;
1277
1289
  } & {
1278
1290
  feeCurrency?: `0x${string}` | undefined;
1279
1291
  gatewayFee?: bigint | undefined;
@@ -1292,6 +1304,9 @@ export declare const chainConfig: {
1292
1304
  accessList?: import("../index.js").AccessList | undefined;
1293
1305
  blobs?: undefined;
1294
1306
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1307
+ blobVersionedHashes?: undefined;
1308
+ kzg?: undefined;
1309
+ sidecars?: undefined;
1295
1310
  } & {
1296
1311
  data?: `0x${string}` | undefined;
1297
1312
  from: `0x${string}`;
@@ -1306,6 +1321,9 @@ export declare const chainConfig: {
1306
1321
  accessList?: import("../index.js").AccessList | undefined;
1307
1322
  blobs?: undefined;
1308
1323
  type?: "eip1559" | undefined;
1324
+ blobVersionedHashes?: undefined;
1325
+ kzg?: undefined;
1326
+ sidecars?: undefined;
1309
1327
  } & {
1310
1328
  feeCurrency?: `0x${string}` | undefined;
1311
1329
  gatewayFee?: bigint | undefined;
@@ -1324,6 +1342,9 @@ export declare const chainConfig: {
1324
1342
  accessList?: import("../index.js").AccessList | undefined;
1325
1343
  blobs?: undefined;
1326
1344
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1345
+ blobVersionedHashes?: undefined;
1346
+ kzg?: undefined;
1347
+ sidecars?: undefined;
1327
1348
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1328
1349
  accessList?: import("../index.js").AccessList | undefined;
1329
1350
  feeCurrency?: `0x${string}` | undefined;
@@ -1344,6 +1365,9 @@ export declare const chainConfig: {
1344
1365
  accessList?: import("../index.js").AccessList | undefined;
1345
1366
  blobs?: undefined;
1346
1367
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1368
+ blobVersionedHashes?: undefined;
1369
+ kzg?: undefined;
1370
+ sidecars?: undefined;
1347
1371
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1348
1372
  accessList?: import("../index.js").AccessList | undefined;
1349
1373
  feeCurrency?: `0x${string}` | undefined;
@@ -1364,6 +1388,9 @@ export declare const chainConfig: {
1364
1388
  accessList?: import("../index.js").AccessList | undefined;
1365
1389
  blobs?: undefined;
1366
1390
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1391
+ blobVersionedHashes?: undefined;
1392
+ kzg?: undefined;
1393
+ sidecars?: undefined;
1367
1394
  } & {
1368
1395
  data?: `0x${string}` | undefined;
1369
1396
  from: `0x${string}`;
@@ -1378,6 +1405,9 @@ export declare const chainConfig: {
1378
1405
  accessList?: undefined;
1379
1406
  blobs?: undefined;
1380
1407
  type?: "legacy" | undefined;
1408
+ blobVersionedHashes?: undefined;
1409
+ kzg?: undefined;
1410
+ sidecars?: undefined;
1381
1411
  } & {
1382
1412
  feeCurrency?: `0x${string}` | undefined;
1383
1413
  gatewayFee?: bigint | undefined;
@@ -1396,6 +1426,9 @@ export declare const chainConfig: {
1396
1426
  accessList?: import("../index.js").AccessList | undefined;
1397
1427
  blobs?: undefined;
1398
1428
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1429
+ blobVersionedHashes?: undefined;
1430
+ kzg?: undefined;
1431
+ sidecars?: undefined;
1399
1432
  } & {
1400
1433
  data?: `0x${string}` | undefined;
1401
1434
  from: `0x${string}`;
@@ -1410,6 +1443,9 @@ export declare const chainConfig: {
1410
1443
  accessList?: import("../index.js").AccessList | undefined;
1411
1444
  blobs?: undefined;
1412
1445
  type?: "eip2930" | undefined;
1446
+ blobVersionedHashes?: undefined;
1447
+ kzg?: undefined;
1448
+ sidecars?: undefined;
1413
1449
  } & {
1414
1450
  feeCurrency?: `0x${string}` | undefined;
1415
1451
  gatewayFee?: bigint | undefined;
@@ -1428,6 +1464,9 @@ export declare const chainConfig: {
1428
1464
  accessList?: import("../index.js").AccessList | undefined;
1429
1465
  blobs?: undefined;
1430
1466
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1467
+ blobVersionedHashes?: undefined;
1468
+ kzg?: undefined;
1469
+ sidecars?: undefined;
1431
1470
  } & {
1432
1471
  data?: `0x${string}` | undefined;
1433
1472
  from: `0x${string}`;
@@ -1442,6 +1481,9 @@ export declare const chainConfig: {
1442
1481
  accessList?: import("../index.js").AccessList | undefined;
1443
1482
  blobs?: undefined;
1444
1483
  type?: "eip1559" | undefined;
1484
+ blobVersionedHashes?: undefined;
1485
+ kzg?: undefined;
1486
+ sidecars?: undefined;
1445
1487
  } & {
1446
1488
  feeCurrency?: `0x${string}` | undefined;
1447
1489
  gatewayFee?: bigint | undefined;
@@ -1460,6 +1502,9 @@ export declare const chainConfig: {
1460
1502
  accessList?: import("../index.js").AccessList | undefined;
1461
1503
  blobs?: undefined;
1462
1504
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1505
+ blobVersionedHashes?: undefined;
1506
+ kzg?: undefined;
1507
+ sidecars?: undefined;
1463
1508
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1464
1509
  accessList?: import("../index.js").AccessList | undefined;
1465
1510
  feeCurrency?: `0x${string}` | undefined;
@@ -1480,6 +1525,9 @@ export declare const chainConfig: {
1480
1525
  accessList?: import("../index.js").AccessList | undefined;
1481
1526
  blobs?: undefined;
1482
1527
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1528
+ blobVersionedHashes?: undefined;
1529
+ kzg?: undefined;
1530
+ sidecars?: undefined;
1483
1531
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1484
1532
  accessList?: import("../index.js").AccessList | undefined;
1485
1533
  feeCurrency?: `0x${string}` | undefined;
@@ -1500,6 +1548,9 @@ export declare const chainConfig: {
1500
1548
  accessList?: import("../index.js").AccessList | undefined;
1501
1549
  blobs?: undefined;
1502
1550
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1551
+ blobVersionedHashes?: undefined;
1552
+ kzg?: undefined;
1553
+ sidecars?: undefined;
1503
1554
  } & {
1504
1555
  data?: `0x${string}` | undefined;
1505
1556
  from: `0x${string}`;
@@ -1514,6 +1565,9 @@ export declare const chainConfig: {
1514
1565
  accessList?: undefined;
1515
1566
  blobs?: undefined;
1516
1567
  type?: "legacy" | undefined;
1568
+ blobVersionedHashes?: undefined;
1569
+ kzg?: undefined;
1570
+ sidecars?: undefined;
1517
1571
  } & {
1518
1572
  feeCurrency?: `0x${string}` | undefined;
1519
1573
  gatewayFee?: bigint | undefined;
@@ -1532,6 +1586,9 @@ export declare const chainConfig: {
1532
1586
  accessList?: import("../index.js").AccessList | undefined;
1533
1587
  blobs?: undefined;
1534
1588
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1589
+ blobVersionedHashes?: undefined;
1590
+ kzg?: undefined;
1591
+ sidecars?: undefined;
1535
1592
  } & {
1536
1593
  data?: `0x${string}` | undefined;
1537
1594
  from: `0x${string}`;
@@ -1546,6 +1603,9 @@ export declare const chainConfig: {
1546
1603
  accessList?: import("../index.js").AccessList | undefined;
1547
1604
  blobs?: undefined;
1548
1605
  type?: "eip2930" | undefined;
1606
+ blobVersionedHashes?: undefined;
1607
+ kzg?: undefined;
1608
+ sidecars?: undefined;
1549
1609
  } & {
1550
1610
  feeCurrency?: `0x${string}` | undefined;
1551
1611
  gatewayFee?: bigint | undefined;
@@ -1564,6 +1624,9 @@ export declare const chainConfig: {
1564
1624
  accessList?: import("../index.js").AccessList | undefined;
1565
1625
  blobs?: undefined;
1566
1626
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1627
+ blobVersionedHashes?: undefined;
1628
+ kzg?: undefined;
1629
+ sidecars?: undefined;
1567
1630
  } & {
1568
1631
  data?: `0x${string}` | undefined;
1569
1632
  from: `0x${string}`;
@@ -1578,6 +1641,9 @@ export declare const chainConfig: {
1578
1641
  accessList?: import("../index.js").AccessList | undefined;
1579
1642
  blobs?: undefined;
1580
1643
  type?: "eip1559" | undefined;
1644
+ blobVersionedHashes?: undefined;
1645
+ kzg?: undefined;
1646
+ sidecars?: undefined;
1581
1647
  } & {
1582
1648
  feeCurrency?: `0x${string}` | undefined;
1583
1649
  gatewayFee?: bigint | undefined;
@@ -1596,6 +1662,9 @@ export declare const chainConfig: {
1596
1662
  accessList?: import("../index.js").AccessList | undefined;
1597
1663
  blobs?: undefined;
1598
1664
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1665
+ blobVersionedHashes?: undefined;
1666
+ kzg?: undefined;
1667
+ sidecars?: undefined;
1599
1668
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1600
1669
  accessList?: import("../index.js").AccessList | undefined;
1601
1670
  feeCurrency?: `0x${string}` | undefined;
@@ -1616,6 +1685,9 @@ export declare const chainConfig: {
1616
1685
  accessList?: import("../index.js").AccessList | undefined;
1617
1686
  blobs?: undefined;
1618
1687
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1688
+ blobVersionedHashes?: undefined;
1689
+ kzg?: undefined;
1690
+ sidecars?: undefined;
1619
1691
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1620
1692
  accessList?: import("../index.js").AccessList | undefined;
1621
1693
  feeCurrency?: `0x${string}` | undefined;
@@ -1635,6 +1707,9 @@ export declare const chainConfig: {
1635
1707
  maxFeePerBlobGas?: bigint | undefined;
1636
1708
  accessList?: import("../index.js").AccessList | undefined;
1637
1709
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1710
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1711
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1712
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1638
1713
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1639
1714
  } & {
1640
1715
  data?: `0x${string}` | undefined;
@@ -1650,6 +1725,9 @@ export declare const chainConfig: {
1650
1725
  accessList?: undefined;
1651
1726
  blobs?: undefined;
1652
1727
  type?: "legacy" | undefined;
1728
+ blobVersionedHashes?: undefined;
1729
+ kzg?: undefined;
1730
+ sidecars?: undefined;
1653
1731
  } & {
1654
1732
  feeCurrency?: `0x${string}` | undefined;
1655
1733
  gatewayFee?: bigint | undefined;
@@ -1667,6 +1745,9 @@ export declare const chainConfig: {
1667
1745
  maxFeePerBlobGas?: bigint | undefined;
1668
1746
  accessList?: import("../index.js").AccessList | undefined;
1669
1747
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1748
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1749
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1750
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1670
1751
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1671
1752
  } & {
1672
1753
  data?: `0x${string}` | undefined;
@@ -1682,6 +1763,9 @@ export declare const chainConfig: {
1682
1763
  accessList?: import("../index.js").AccessList | undefined;
1683
1764
  blobs?: undefined;
1684
1765
  type?: "eip2930" | undefined;
1766
+ blobVersionedHashes?: undefined;
1767
+ kzg?: undefined;
1768
+ sidecars?: undefined;
1685
1769
  } & {
1686
1770
  feeCurrency?: `0x${string}` | undefined;
1687
1771
  gatewayFee?: bigint | undefined;
@@ -1699,6 +1783,9 @@ export declare const chainConfig: {
1699
1783
  maxFeePerBlobGas?: bigint | undefined;
1700
1784
  accessList?: import("../index.js").AccessList | undefined;
1701
1785
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1786
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1787
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1788
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1702
1789
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1703
1790
  } & {
1704
1791
  data?: `0x${string}` | undefined;
@@ -1714,6 +1801,9 @@ export declare const chainConfig: {
1714
1801
  accessList?: import("../index.js").AccessList | undefined;
1715
1802
  blobs?: undefined;
1716
1803
  type?: "eip1559" | undefined;
1804
+ blobVersionedHashes?: undefined;
1805
+ kzg?: undefined;
1806
+ sidecars?: undefined;
1717
1807
  } & {
1718
1808
  feeCurrency?: `0x${string}` | undefined;
1719
1809
  gatewayFee?: bigint | undefined;
@@ -1731,6 +1821,9 @@ export declare const chainConfig: {
1731
1821
  maxFeePerBlobGas?: bigint | undefined;
1732
1822
  accessList?: import("../index.js").AccessList | undefined;
1733
1823
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1824
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1825
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1826
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1734
1827
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1735
1828
  } & {
1736
1829
  data?: `0x${string}` | undefined;
@@ -1745,6 +1838,9 @@ export declare const chainConfig: {
1745
1838
  maxFeePerBlobGas: bigint;
1746
1839
  accessList?: import("../index.js").AccessList | undefined;
1747
1840
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1841
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1842
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1843
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1748
1844
  type?: "eip4844" | undefined;
1749
1845
  } & {
1750
1846
  feeCurrency?: `0x${string}` | undefined;
@@ -1763,6 +1859,9 @@ export declare const chainConfig: {
1763
1859
  maxFeePerBlobGas?: bigint | undefined;
1764
1860
  accessList?: import("../index.js").AccessList | undefined;
1765
1861
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1862
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1863
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1864
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1766
1865
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1767
1866
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1768
1867
  accessList?: import("../index.js").AccessList | undefined;
@@ -1783,6 +1882,9 @@ export declare const chainConfig: {
1783
1882
  maxFeePerBlobGas?: bigint | undefined;
1784
1883
  accessList?: import("../index.js").AccessList | undefined;
1785
1884
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1885
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1886
+ kzg?: import("../types/kzg.js").Kzg | undefined;
1887
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1786
1888
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
1787
1889
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
1788
1890
  accessList?: import("../index.js").AccessList | undefined;
@@ -1804,6 +1906,9 @@ export declare const chainConfig: {
1804
1906
  accessList?: undefined;
1805
1907
  blobs?: undefined;
1806
1908
  type?: "0x0" | undefined;
1909
+ blobVersionedHashes?: undefined;
1910
+ kzg?: undefined;
1911
+ sidecars?: undefined;
1807
1912
  feeCurrency?: `0x${string}` | undefined;
1808
1913
  gatewayFee?: `0x${string}` | undefined;
1809
1914
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1821,6 +1926,9 @@ export declare const chainConfig: {
1821
1926
  accessList?: import("../index.js").AccessList | undefined;
1822
1927
  blobs?: undefined;
1823
1928
  type?: "0x1" | undefined;
1929
+ blobVersionedHashes?: undefined;
1930
+ kzg?: undefined;
1931
+ sidecars?: undefined;
1824
1932
  feeCurrency?: `0x${string}` | undefined;
1825
1933
  gatewayFee?: `0x${string}` | undefined;
1826
1934
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1838,6 +1946,9 @@ export declare const chainConfig: {
1838
1946
  accessList?: import("../index.js").AccessList | undefined;
1839
1947
  blobs?: undefined;
1840
1948
  type?: "0x2" | undefined;
1949
+ blobVersionedHashes?: undefined;
1950
+ kzg?: undefined;
1951
+ sidecars?: undefined;
1841
1952
  feeCurrency?: `0x${string}` | undefined;
1842
1953
  gatewayFee?: `0x${string}` | undefined;
1843
1954
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1855,6 +1966,9 @@ export declare const chainConfig: {
1855
1966
  accessList?: import("../index.js").AccessList | undefined;
1856
1967
  blobs?: undefined;
1857
1968
  type?: "0x7c" | undefined;
1969
+ blobVersionedHashes?: undefined;
1970
+ kzg?: undefined;
1971
+ sidecars?: undefined;
1858
1972
  feeCurrency?: `0x${string}` | undefined;
1859
1973
  gatewayFee?: `0x${string}` | undefined;
1860
1974
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1872,6 +1986,9 @@ export declare const chainConfig: {
1872
1986
  accessList?: import("../index.js").AccessList | undefined;
1873
1987
  blobs?: undefined;
1874
1988
  type?: "0x7b" | undefined;
1989
+ blobVersionedHashes?: undefined;
1990
+ kzg?: undefined;
1991
+ sidecars?: undefined;
1875
1992
  feeCurrency?: `0x${string}` | undefined;
1876
1993
  gatewayFee?: undefined;
1877
1994
  gatewayFeeRecipient?: undefined;
@@ -1889,6 +2006,9 @@ export declare const chainConfig: {
1889
2006
  accessList?: undefined;
1890
2007
  blobs?: undefined;
1891
2008
  type?: "0x0" | undefined;
2009
+ blobVersionedHashes?: undefined;
2010
+ kzg?: undefined;
2011
+ sidecars?: undefined;
1892
2012
  feeCurrency?: `0x${string}` | undefined;
1893
2013
  gatewayFee?: `0x${string}` | undefined;
1894
2014
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1906,6 +2026,9 @@ export declare const chainConfig: {
1906
2026
  accessList?: import("../index.js").AccessList | undefined;
1907
2027
  blobs?: undefined;
1908
2028
  type?: "0x1" | undefined;
2029
+ blobVersionedHashes?: undefined;
2030
+ kzg?: undefined;
2031
+ sidecars?: undefined;
1909
2032
  feeCurrency?: `0x${string}` | undefined;
1910
2033
  gatewayFee?: `0x${string}` | undefined;
1911
2034
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1923,6 +2046,9 @@ export declare const chainConfig: {
1923
2046
  accessList?: import("../index.js").AccessList | undefined;
1924
2047
  blobs?: undefined;
1925
2048
  type?: "0x2" | undefined;
2049
+ blobVersionedHashes?: undefined;
2050
+ kzg?: undefined;
2051
+ sidecars?: undefined;
1926
2052
  feeCurrency?: `0x${string}` | undefined;
1927
2053
  gatewayFee?: `0x${string}` | undefined;
1928
2054
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1940,6 +2066,9 @@ export declare const chainConfig: {
1940
2066
  accessList?: import("../index.js").AccessList | undefined;
1941
2067
  blobs?: undefined;
1942
2068
  type?: "0x7c" | undefined;
2069
+ blobVersionedHashes?: undefined;
2070
+ kzg?: undefined;
2071
+ sidecars?: undefined;
1943
2072
  feeCurrency?: `0x${string}` | undefined;
1944
2073
  gatewayFee?: `0x${string}` | undefined;
1945
2074
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1957,6 +2086,9 @@ export declare const chainConfig: {
1957
2086
  accessList?: import("../index.js").AccessList | undefined;
1958
2087
  blobs?: undefined;
1959
2088
  type?: "0x7b" | undefined;
2089
+ blobVersionedHashes?: undefined;
2090
+ kzg?: undefined;
2091
+ sidecars?: undefined;
1960
2092
  feeCurrency?: `0x${string}` | undefined;
1961
2093
  gatewayFee?: undefined;
1962
2094
  gatewayFeeRecipient?: undefined;
@@ -1974,6 +2106,9 @@ export declare const chainConfig: {
1974
2106
  accessList?: undefined;
1975
2107
  blobs?: undefined;
1976
2108
  type?: "0x0" | undefined;
2109
+ blobVersionedHashes?: undefined;
2110
+ kzg?: undefined;
2111
+ sidecars?: undefined;
1977
2112
  feeCurrency?: `0x${string}` | undefined;
1978
2113
  gatewayFee?: `0x${string}` | undefined;
1979
2114
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -1991,6 +2126,9 @@ export declare const chainConfig: {
1991
2126
  accessList?: import("../index.js").AccessList | undefined;
1992
2127
  blobs?: undefined;
1993
2128
  type?: "0x1" | undefined;
2129
+ blobVersionedHashes?: undefined;
2130
+ kzg?: undefined;
2131
+ sidecars?: undefined;
1994
2132
  feeCurrency?: `0x${string}` | undefined;
1995
2133
  gatewayFee?: `0x${string}` | undefined;
1996
2134
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -2008,6 +2146,9 @@ export declare const chainConfig: {
2008
2146
  accessList?: import("../index.js").AccessList | undefined;
2009
2147
  blobs?: undefined;
2010
2148
  type?: "0x2" | undefined;
2149
+ blobVersionedHashes?: undefined;
2150
+ kzg?: undefined;
2151
+ sidecars?: undefined;
2011
2152
  feeCurrency?: `0x${string}` | undefined;
2012
2153
  gatewayFee?: `0x${string}` | undefined;
2013
2154
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -2025,6 +2166,9 @@ export declare const chainConfig: {
2025
2166
  accessList?: import("../index.js").AccessList | undefined;
2026
2167
  blobs?: undefined;
2027
2168
  type?: "0x7c" | undefined;
2169
+ blobVersionedHashes?: undefined;
2170
+ kzg?: undefined;
2171
+ sidecars?: undefined;
2028
2172
  feeCurrency?: `0x${string}` | undefined;
2029
2173
  gatewayFee?: `0x${string}` | undefined;
2030
2174
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -2042,6 +2186,9 @@ export declare const chainConfig: {
2042
2186
  accessList?: import("../index.js").AccessList | undefined;
2043
2187
  blobs?: undefined;
2044
2188
  type?: "0x7b" | undefined;
2189
+ blobVersionedHashes?: undefined;
2190
+ kzg?: undefined;
2191
+ sidecars?: undefined;
2045
2192
  feeCurrency?: `0x${string}` | undefined;
2046
2193
  gatewayFee?: undefined;
2047
2194
  gatewayFeeRecipient?: undefined;
@@ -2058,6 +2205,9 @@ export declare const chainConfig: {
2058
2205
  maxFeePerBlobGas: `0x${string}`;
2059
2206
  accessList?: import("../index.js").AccessList | undefined;
2060
2207
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2208
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2209
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2210
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2061
2211
  type?: "0x3" | undefined;
2062
2212
  feeCurrency?: `0x${string}` | undefined;
2063
2213
  gatewayFee?: `0x${string}` | undefined;
@@ -2075,6 +2225,9 @@ export declare const chainConfig: {
2075
2225
  maxFeePerBlobGas: undefined;
2076
2226
  accessList?: import("../index.js").AccessList | undefined;
2077
2227
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2228
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2229
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2230
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2078
2231
  type?: "0x7c" | undefined;
2079
2232
  feeCurrency?: `0x${string}` | undefined;
2080
2233
  gatewayFee?: `0x${string}` | undefined;
@@ -2092,6 +2245,9 @@ export declare const chainConfig: {
2092
2245
  maxFeePerBlobGas: undefined;
2093
2246
  accessList?: import("../index.js").AccessList | undefined;
2094
2247
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
2248
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
2249
+ kzg?: import("../types/kzg.js").Kzg | undefined;
2250
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
2095
2251
  type?: "0x7b" | undefined;
2096
2252
  feeCurrency?: `0x${string}` | undefined;
2097
2253
  gatewayFee?: undefined;
@@ -2166,12 +2322,12 @@ export declare const chainConfig: {
2166
2322
  value?: `0x${string}`;
2167
2323
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2168
2324
  accessList?: undefined;
2325
+ blobVersionedHashes?: undefined;
2169
2326
  blockHash?: `0x${string}` | null;
2170
2327
  blockNumber?: `0x${string}` | null;
2171
2328
  hash?: `0x${string}`;
2172
2329
  input?: `0x${string}`;
2173
2330
  transactionIndex?: `0x${string}` | null;
2174
- blobVersionedHashes?: undefined;
2175
2331
  chainId?: `0x${string}` | undefined;
2176
2332
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2177
2333
  r: `0x${string}`;
@@ -2217,12 +2373,12 @@ export declare const chainConfig: {
2217
2373
  value?: `0x${string}`;
2218
2374
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2219
2375
  accessList?: undefined;
2376
+ blobVersionedHashes?: undefined;
2220
2377
  blockHash?: `0x${string}` | null;
2221
2378
  blockNumber?: `0x${string}` | null;
2222
2379
  hash?: `0x${string}`;
2223
2380
  input?: `0x${string}`;
2224
2381
  transactionIndex?: `0x${string}` | null;
2225
- blobVersionedHashes?: undefined;
2226
2382
  chainId?: `0x${string}` | undefined;
2227
2383
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
2228
2384
  feeCurrency: `0x${string}` | null;
@@ -2245,12 +2401,12 @@ export declare const chainConfig: {
2245
2401
  value?: `0x${string}`;
2246
2402
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2247
2403
  accessList?: undefined;
2404
+ blobVersionedHashes?: undefined;
2248
2405
  blockHash?: `0x${string}` | null;
2249
2406
  blockNumber?: `0x${string}` | null;
2250
2407
  hash?: `0x${string}`;
2251
2408
  input?: `0x${string}`;
2252
2409
  transactionIndex?: `0x${string}` | null;
2253
- blobVersionedHashes?: undefined;
2254
2410
  chainId?: `0x${string}` | undefined;
2255
2411
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
2256
2412
  feeCurrency: `0x${string}` | null;
@@ -2273,12 +2429,12 @@ export declare const chainConfig: {
2273
2429
  value?: `0x${string}`;
2274
2430
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2275
2431
  accessList?: import("../index.js").AccessList | undefined;
2432
+ blobVersionedHashes?: undefined;
2276
2433
  blockHash?: `0x${string}` | null;
2277
2434
  blockNumber?: `0x${string}` | null;
2278
2435
  hash?: `0x${string}`;
2279
2436
  input?: `0x${string}`;
2280
2437
  transactionIndex?: `0x${string}` | null;
2281
- blobVersionedHashes?: undefined;
2282
2438
  chainId?: `0x${string}` | undefined;
2283
2439
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2284
2440
  r: `0x${string}`;
@@ -2324,12 +2480,12 @@ export declare const chainConfig: {
2324
2480
  value?: `0x${string}`;
2325
2481
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2326
2482
  accessList?: import("../index.js").AccessList | undefined;
2483
+ blobVersionedHashes?: undefined;
2327
2484
  blockHash?: `0x${string}` | null;
2328
2485
  blockNumber?: `0x${string}` | null;
2329
2486
  hash?: `0x${string}`;
2330
2487
  input?: `0x${string}`;
2331
2488
  transactionIndex?: `0x${string}` | null;
2332
- blobVersionedHashes?: undefined;
2333
2489
  chainId?: `0x${string}` | undefined;
2334
2490
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2335
2491
  blockHash: `0x${string}` | null;
@@ -2375,12 +2531,12 @@ export declare const chainConfig: {
2375
2531
  value?: `0x${string}`;
2376
2532
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2377
2533
  accessList?: import("../index.js").AccessList | undefined;
2534
+ blobVersionedHashes?: undefined;
2378
2535
  blockHash?: `0x${string}` | null;
2379
2536
  blockNumber?: `0x${string}` | null;
2380
2537
  hash?: `0x${string}`;
2381
2538
  input?: `0x${string}`;
2382
2539
  transactionIndex?: `0x${string}` | null;
2383
- blobVersionedHashes?: undefined;
2384
2540
  chainId?: `0x${string}` | undefined;
2385
2541
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2386
2542
  blockHash: `0x${string}` | null;
@@ -2426,12 +2582,12 @@ export declare const chainConfig: {
2426
2582
  value?: `0x${string}`;
2427
2583
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2428
2584
  accessList?: import("../index.js").AccessList | undefined;
2585
+ blobVersionedHashes?: undefined;
2429
2586
  blockHash?: `0x${string}` | null;
2430
2587
  blockNumber?: `0x${string}` | null;
2431
2588
  hash?: `0x${string}`;
2432
2589
  input?: `0x${string}`;
2433
2590
  transactionIndex?: `0x${string}` | null;
2434
- blobVersionedHashes?: undefined;
2435
2591
  chainId?: `0x${string}` | undefined;
2436
2592
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
2437
2593
  feeCurrency: `0x${string}` | null;
@@ -2454,12 +2610,12 @@ export declare const chainConfig: {
2454
2610
  value?: `0x${string}`;
2455
2611
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2456
2612
  accessList?: import("../index.js").AccessList | undefined;
2613
+ blobVersionedHashes?: undefined;
2457
2614
  blockHash?: `0x${string}` | null;
2458
2615
  blockNumber?: `0x${string}` | null;
2459
2616
  hash?: `0x${string}`;
2460
2617
  input?: `0x${string}`;
2461
2618
  transactionIndex?: `0x${string}` | null;
2462
- blobVersionedHashes?: undefined;
2463
2619
  chainId?: `0x${string}` | undefined;
2464
2620
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
2465
2621
  feeCurrency: `0x${string}` | null;
@@ -2482,12 +2638,12 @@ export declare const chainConfig: {
2482
2638
  value?: `0x${string}`;
2483
2639
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2484
2640
  accessList?: import("../index.js").AccessList | undefined;
2641
+ blobVersionedHashes?: undefined;
2485
2642
  blockHash?: `0x${string}` | null;
2486
2643
  blockNumber?: `0x${string}` | null;
2487
2644
  hash?: `0x${string}`;
2488
2645
  input?: `0x${string}`;
2489
2646
  transactionIndex?: `0x${string}` | null;
2490
- blobVersionedHashes?: undefined;
2491
2647
  chainId?: `0x${string}` | undefined;
2492
2648
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2493
2649
  r: `0x${string}`;
@@ -2533,12 +2689,12 @@ export declare const chainConfig: {
2533
2689
  value?: `0x${string}`;
2534
2690
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2535
2691
  accessList?: import("../index.js").AccessList | undefined;
2692
+ blobVersionedHashes?: undefined;
2536
2693
  blockHash?: `0x${string}` | null;
2537
2694
  blockNumber?: `0x${string}` | null;
2538
2695
  hash?: `0x${string}`;
2539
2696
  input?: `0x${string}`;
2540
2697
  transactionIndex?: `0x${string}` | null;
2541
- blobVersionedHashes?: undefined;
2542
2698
  chainId?: `0x${string}` | undefined;
2543
2699
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2544
2700
  blockHash: `0x${string}` | null;
@@ -2584,12 +2740,12 @@ export declare const chainConfig: {
2584
2740
  value?: `0x${string}`;
2585
2741
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2586
2742
  accessList?: import("../index.js").AccessList | undefined;
2743
+ blobVersionedHashes?: undefined;
2587
2744
  blockHash?: `0x${string}` | null;
2588
2745
  blockNumber?: `0x${string}` | null;
2589
2746
  hash?: `0x${string}`;
2590
2747
  input?: `0x${string}`;
2591
2748
  transactionIndex?: `0x${string}` | null;
2592
- blobVersionedHashes?: undefined;
2593
2749
  chainId?: `0x${string}` | undefined;
2594
2750
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2595
2751
  blockHash: `0x${string}` | null;
@@ -2635,12 +2791,12 @@ export declare const chainConfig: {
2635
2791
  value?: `0x${string}`;
2636
2792
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2637
2793
  accessList?: import("../index.js").AccessList | undefined;
2794
+ blobVersionedHashes?: undefined;
2638
2795
  blockHash?: `0x${string}` | null;
2639
2796
  blockNumber?: `0x${string}` | null;
2640
2797
  hash?: `0x${string}`;
2641
2798
  input?: `0x${string}`;
2642
2799
  transactionIndex?: `0x${string}` | null;
2643
- blobVersionedHashes?: undefined;
2644
2800
  chainId?: `0x${string}` | undefined;
2645
2801
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
2646
2802
  feeCurrency: `0x${string}` | null;
@@ -2663,12 +2819,12 @@ export declare const chainConfig: {
2663
2819
  value?: `0x${string}`;
2664
2820
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2665
2821
  accessList?: import("../index.js").AccessList | undefined;
2822
+ blobVersionedHashes?: undefined;
2666
2823
  blockHash?: `0x${string}` | null;
2667
2824
  blockNumber?: `0x${string}` | null;
2668
2825
  hash?: `0x${string}`;
2669
2826
  input?: `0x${string}`;
2670
2827
  transactionIndex?: `0x${string}` | null;
2671
- blobVersionedHashes?: undefined;
2672
2828
  chainId?: `0x${string}` | undefined;
2673
2829
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
2674
2830
  feeCurrency: `0x${string}` | null;
@@ -2691,12 +2847,12 @@ export declare const chainConfig: {
2691
2847
  value?: `0x${string}`;
2692
2848
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2693
2849
  accessList?: import("../index.js").AccessList | undefined;
2850
+ blobVersionedHashes?: `0x${string}`[] | undefined;
2694
2851
  blockHash?: `0x${string}` | null;
2695
2852
  blockNumber?: `0x${string}` | null;
2696
2853
  hash?: `0x${string}`;
2697
2854
  input?: `0x${string}`;
2698
2855
  transactionIndex?: `0x${string}` | null;
2699
- blobVersionedHashes?: `0x${string}`[] | undefined;
2700
2856
  chainId?: `0x${string}` | undefined;
2701
2857
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2702
2858
  r: `0x${string}`;
@@ -2742,12 +2898,12 @@ export declare const chainConfig: {
2742
2898
  value?: `0x${string}`;
2743
2899
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2744
2900
  accessList?: import("../index.js").AccessList | undefined;
2901
+ blobVersionedHashes?: `0x${string}`[] | undefined;
2745
2902
  blockHash?: `0x${string}` | null;
2746
2903
  blockNumber?: `0x${string}` | null;
2747
2904
  hash?: `0x${string}`;
2748
2905
  input?: `0x${string}`;
2749
2906
  transactionIndex?: `0x${string}` | null;
2750
- blobVersionedHashes?: `0x${string}`[] | undefined;
2751
2907
  chainId?: `0x${string}` | undefined;
2752
2908
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2753
2909
  blockHash: `0x${string}` | null;
@@ -2793,12 +2949,12 @@ export declare const chainConfig: {
2793
2949
  value?: `0x${string}`;
2794
2950
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2795
2951
  accessList?: import("../index.js").AccessList | undefined;
2952
+ blobVersionedHashes?: `0x${string}`[] | undefined;
2796
2953
  blockHash?: `0x${string}` | null;
2797
2954
  blockNumber?: `0x${string}` | null;
2798
2955
  hash?: `0x${string}`;
2799
2956
  input?: `0x${string}`;
2800
2957
  transactionIndex?: `0x${string}` | null;
2801
- blobVersionedHashes?: `0x${string}`[] | undefined;
2802
2958
  chainId?: `0x${string}` | undefined;
2803
2959
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2804
2960
  blockHash: `0x${string}` | null;
@@ -2844,12 +3000,12 @@ export declare const chainConfig: {
2844
3000
  value?: `0x${string}`;
2845
3001
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2846
3002
  accessList?: import("../index.js").AccessList | undefined;
3003
+ blobVersionedHashes?: `0x${string}`[] | undefined;
2847
3004
  blockHash?: `0x${string}` | null;
2848
3005
  blockNumber?: `0x${string}` | null;
2849
3006
  hash?: `0x${string}`;
2850
3007
  input?: `0x${string}`;
2851
3008
  transactionIndex?: `0x${string}` | null;
2852
- blobVersionedHashes?: `0x${string}`[] | undefined;
2853
3009
  chainId?: `0x${string}` | undefined;
2854
3010
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
2855
3011
  blockHash: `0x${string}` | null;
@@ -2895,12 +3051,12 @@ export declare const chainConfig: {
2895
3051
  value?: `0x${string}`;
2896
3052
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2897
3053
  accessList?: import("../index.js").AccessList | undefined;
3054
+ blobVersionedHashes?: `0x${string}`[] | undefined;
2898
3055
  blockHash?: `0x${string}` | null;
2899
3056
  blockNumber?: `0x${string}` | null;
2900
3057
  hash?: `0x${string}`;
2901
3058
  input?: `0x${string}`;
2902
3059
  transactionIndex?: `0x${string}` | null;
2903
- blobVersionedHashes?: `0x${string}`[] | undefined;
2904
3060
  chainId?: `0x${string}` | undefined;
2905
3061
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
2906
3062
  feeCurrency: `0x${string}` | null;
@@ -2923,12 +3079,12 @@ export declare const chainConfig: {
2923
3079
  value?: `0x${string}`;
2924
3080
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7c" | "0x7b";
2925
3081
  accessList?: import("../index.js").AccessList | undefined;
3082
+ blobVersionedHashes?: `0x${string}`[] | undefined;
2926
3083
  blockHash?: `0x${string}` | null;
2927
3084
  blockNumber?: `0x${string}` | null;
2928
3085
  hash?: `0x${string}`;
2929
3086
  input?: `0x${string}`;
2930
3087
  transactionIndex?: `0x${string}` | null;
2931
- blobVersionedHashes?: `0x${string}`[] | undefined;
2932
3088
  chainId?: `0x${string}` | undefined;
2933
3089
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
2934
3090
  feeCurrency: `0x${string}` | null;
@@ -3332,6 +3488,9 @@ export declare const chainConfig: {
3332
3488
  accessList?: import("../index.js").AccessList | undefined;
3333
3489
  blobs?: undefined;
3334
3490
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
3491
+ blobVersionedHashes?: undefined;
3492
+ kzg?: undefined;
3493
+ sidecars?: undefined;
3335
3494
  } & {
3336
3495
  data?: `0x${string}` | undefined;
3337
3496
  from: `0x${string}`;
@@ -3346,6 +3505,9 @@ export declare const chainConfig: {
3346
3505
  accessList?: undefined;
3347
3506
  blobs?: undefined;
3348
3507
  type?: "legacy" | undefined;
3508
+ blobVersionedHashes?: undefined;
3509
+ kzg?: undefined;
3510
+ sidecars?: undefined;
3349
3511
  } & {
3350
3512
  feeCurrency?: `0x${string}` | undefined;
3351
3513
  gatewayFee?: bigint | undefined;
@@ -3364,6 +3526,9 @@ export declare const chainConfig: {
3364
3526
  accessList?: import("../index.js").AccessList | undefined;
3365
3527
  blobs?: undefined;
3366
3528
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
3529
+ blobVersionedHashes?: undefined;
3530
+ kzg?: undefined;
3531
+ sidecars?: undefined;
3367
3532
  } & {
3368
3533
  data?: `0x${string}` | undefined;
3369
3534
  from: `0x${string}`;
@@ -3378,6 +3543,9 @@ export declare const chainConfig: {
3378
3543
  accessList?: import("../index.js").AccessList | undefined;
3379
3544
  blobs?: undefined;
3380
3545
  type?: "eip2930" | undefined;
3546
+ blobVersionedHashes?: undefined;
3547
+ kzg?: undefined;
3548
+ sidecars?: undefined;
3381
3549
  } & {
3382
3550
  feeCurrency?: `0x${string}` | undefined;
3383
3551
  gatewayFee?: bigint | undefined;
@@ -3396,6 +3564,9 @@ export declare const chainConfig: {
3396
3564
  accessList?: import("../index.js").AccessList | undefined;
3397
3565
  blobs?: undefined;
3398
3566
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
3567
+ blobVersionedHashes?: undefined;
3568
+ kzg?: undefined;
3569
+ sidecars?: undefined;
3399
3570
  } & {
3400
3571
  data?: `0x${string}` | undefined;
3401
3572
  from: `0x${string}`;
@@ -3410,6 +3581,9 @@ export declare const chainConfig: {
3410
3581
  accessList?: import("../index.js").AccessList | undefined;
3411
3582
  blobs?: undefined;
3412
3583
  type?: "eip1559" | undefined;
3584
+ blobVersionedHashes?: undefined;
3585
+ kzg?: undefined;
3586
+ sidecars?: undefined;
3413
3587
  } & {
3414
3588
  feeCurrency?: `0x${string}` | undefined;
3415
3589
  gatewayFee?: bigint | undefined;
@@ -3428,6 +3602,9 @@ export declare const chainConfig: {
3428
3602
  accessList?: import("../index.js").AccessList | undefined;
3429
3603
  blobs?: undefined;
3430
3604
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
3605
+ blobVersionedHashes?: undefined;
3606
+ kzg?: undefined;
3607
+ sidecars?: undefined;
3431
3608
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
3432
3609
  accessList?: import("../index.js").AccessList | undefined;
3433
3610
  feeCurrency?: `0x${string}` | undefined;
@@ -3448,6 +3625,9 @@ export declare const chainConfig: {
3448
3625
  accessList?: import("../index.js").AccessList | undefined;
3449
3626
  blobs?: undefined;
3450
3627
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
3628
+ blobVersionedHashes?: undefined;
3629
+ kzg?: undefined;
3630
+ sidecars?: undefined;
3451
3631
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
3452
3632
  accessList?: import("../index.js").AccessList | undefined;
3453
3633
  feeCurrency?: `0x${string}` | undefined;
@@ -3468,6 +3648,9 @@ export declare const chainConfig: {
3468
3648
  accessList?: import("../index.js").AccessList | undefined;
3469
3649
  blobs?: undefined;
3470
3650
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
3651
+ blobVersionedHashes?: undefined;
3652
+ kzg?: undefined;
3653
+ sidecars?: undefined;
3471
3654
  } & {
3472
3655
  data?: `0x${string}` | undefined;
3473
3656
  from: `0x${string}`;
@@ -3482,6 +3665,9 @@ export declare const chainConfig: {
3482
3665
  accessList?: undefined;
3483
3666
  blobs?: undefined;
3484
3667
  type?: "legacy" | undefined;
3668
+ blobVersionedHashes?: undefined;
3669
+ kzg?: undefined;
3670
+ sidecars?: undefined;
3485
3671
  } & {
3486
3672
  feeCurrency?: `0x${string}` | undefined;
3487
3673
  gatewayFee?: bigint | undefined;
@@ -3500,6 +3686,9 @@ export declare const chainConfig: {
3500
3686
  accessList?: import("../index.js").AccessList | undefined;
3501
3687
  blobs?: undefined;
3502
3688
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
3689
+ blobVersionedHashes?: undefined;
3690
+ kzg?: undefined;
3691
+ sidecars?: undefined;
3503
3692
  } & {
3504
3693
  data?: `0x${string}` | undefined;
3505
3694
  from: `0x${string}`;
@@ -3514,6 +3703,9 @@ export declare const chainConfig: {
3514
3703
  accessList?: import("../index.js").AccessList | undefined;
3515
3704
  blobs?: undefined;
3516
3705
  type?: "eip2930" | undefined;
3706
+ blobVersionedHashes?: undefined;
3707
+ kzg?: undefined;
3708
+ sidecars?: undefined;
3517
3709
  } & {
3518
3710
  feeCurrency?: `0x${string}` | undefined;
3519
3711
  gatewayFee?: bigint | undefined;
@@ -3532,6 +3724,9 @@ export declare const chainConfig: {
3532
3724
  accessList?: import("../index.js").AccessList | undefined;
3533
3725
  blobs?: undefined;
3534
3726
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
3727
+ blobVersionedHashes?: undefined;
3728
+ kzg?: undefined;
3729
+ sidecars?: undefined;
3535
3730
  } & {
3536
3731
  data?: `0x${string}` | undefined;
3537
3732
  from: `0x${string}`;
@@ -3546,6 +3741,9 @@ export declare const chainConfig: {
3546
3741
  accessList?: import("../index.js").AccessList | undefined;
3547
3742
  blobs?: undefined;
3548
3743
  type?: "eip1559" | undefined;
3744
+ blobVersionedHashes?: undefined;
3745
+ kzg?: undefined;
3746
+ sidecars?: undefined;
3549
3747
  } & {
3550
3748
  feeCurrency?: `0x${string}` | undefined;
3551
3749
  gatewayFee?: bigint | undefined;
@@ -3564,6 +3762,9 @@ export declare const chainConfig: {
3564
3762
  accessList?: import("../index.js").AccessList | undefined;
3565
3763
  blobs?: undefined;
3566
3764
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
3765
+ blobVersionedHashes?: undefined;
3766
+ kzg?: undefined;
3767
+ sidecars?: undefined;
3567
3768
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
3568
3769
  accessList?: import("../index.js").AccessList | undefined;
3569
3770
  feeCurrency?: `0x${string}` | undefined;
@@ -3584,6 +3785,9 @@ export declare const chainConfig: {
3584
3785
  accessList?: import("../index.js").AccessList | undefined;
3585
3786
  blobs?: undefined;
3586
3787
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
3788
+ blobVersionedHashes?: undefined;
3789
+ kzg?: undefined;
3790
+ sidecars?: undefined;
3587
3791
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
3588
3792
  accessList?: import("../index.js").AccessList | undefined;
3589
3793
  feeCurrency?: `0x${string}` | undefined;
@@ -3604,6 +3808,9 @@ export declare const chainConfig: {
3604
3808
  accessList?: import("../index.js").AccessList | undefined;
3605
3809
  blobs?: undefined;
3606
3810
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
3811
+ blobVersionedHashes?: undefined;
3812
+ kzg?: undefined;
3813
+ sidecars?: undefined;
3607
3814
  } & {
3608
3815
  data?: `0x${string}` | undefined;
3609
3816
  from: `0x${string}`;
@@ -3618,6 +3825,9 @@ export declare const chainConfig: {
3618
3825
  accessList?: undefined;
3619
3826
  blobs?: undefined;
3620
3827
  type?: "legacy" | undefined;
3828
+ blobVersionedHashes?: undefined;
3829
+ kzg?: undefined;
3830
+ sidecars?: undefined;
3621
3831
  } & {
3622
3832
  feeCurrency?: `0x${string}` | undefined;
3623
3833
  gatewayFee?: bigint | undefined;
@@ -3636,6 +3846,9 @@ export declare const chainConfig: {
3636
3846
  accessList?: import("../index.js").AccessList | undefined;
3637
3847
  blobs?: undefined;
3638
3848
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
3849
+ blobVersionedHashes?: undefined;
3850
+ kzg?: undefined;
3851
+ sidecars?: undefined;
3639
3852
  } & {
3640
3853
  data?: `0x${string}` | undefined;
3641
3854
  from: `0x${string}`;
@@ -3650,6 +3863,9 @@ export declare const chainConfig: {
3650
3863
  accessList?: import("../index.js").AccessList | undefined;
3651
3864
  blobs?: undefined;
3652
3865
  type?: "eip2930" | undefined;
3866
+ blobVersionedHashes?: undefined;
3867
+ kzg?: undefined;
3868
+ sidecars?: undefined;
3653
3869
  } & {
3654
3870
  feeCurrency?: `0x${string}` | undefined;
3655
3871
  gatewayFee?: bigint | undefined;
@@ -3668,6 +3884,9 @@ export declare const chainConfig: {
3668
3884
  accessList?: import("../index.js").AccessList | undefined;
3669
3885
  blobs?: undefined;
3670
3886
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
3887
+ blobVersionedHashes?: undefined;
3888
+ kzg?: undefined;
3889
+ sidecars?: undefined;
3671
3890
  } & {
3672
3891
  data?: `0x${string}` | undefined;
3673
3892
  from: `0x${string}`;
@@ -3682,6 +3901,9 @@ export declare const chainConfig: {
3682
3901
  accessList?: import("../index.js").AccessList | undefined;
3683
3902
  blobs?: undefined;
3684
3903
  type?: "eip1559" | undefined;
3904
+ blobVersionedHashes?: undefined;
3905
+ kzg?: undefined;
3906
+ sidecars?: undefined;
3685
3907
  } & {
3686
3908
  feeCurrency?: `0x${string}` | undefined;
3687
3909
  gatewayFee?: bigint | undefined;
@@ -3700,6 +3922,9 @@ export declare const chainConfig: {
3700
3922
  accessList?: import("../index.js").AccessList | undefined;
3701
3923
  blobs?: undefined;
3702
3924
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
3925
+ blobVersionedHashes?: undefined;
3926
+ kzg?: undefined;
3927
+ sidecars?: undefined;
3703
3928
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
3704
3929
  accessList?: import("../index.js").AccessList | undefined;
3705
3930
  feeCurrency?: `0x${string}` | undefined;
@@ -3720,6 +3945,9 @@ export declare const chainConfig: {
3720
3945
  accessList?: import("../index.js").AccessList | undefined;
3721
3946
  blobs?: undefined;
3722
3947
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
3948
+ blobVersionedHashes?: undefined;
3949
+ kzg?: undefined;
3950
+ sidecars?: undefined;
3723
3951
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
3724
3952
  accessList?: import("../index.js").AccessList | undefined;
3725
3953
  feeCurrency?: `0x${string}` | undefined;
@@ -3739,6 +3967,9 @@ export declare const chainConfig: {
3739
3967
  maxFeePerBlobGas?: bigint | undefined;
3740
3968
  accessList?: import("../index.js").AccessList | undefined;
3741
3969
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
3970
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
3971
+ kzg?: import("../types/kzg.js").Kzg | undefined;
3972
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
3742
3973
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
3743
3974
  } & {
3744
3975
  data?: `0x${string}` | undefined;
@@ -3754,6 +3985,9 @@ export declare const chainConfig: {
3754
3985
  accessList?: undefined;
3755
3986
  blobs?: undefined;
3756
3987
  type?: "legacy" | undefined;
3988
+ blobVersionedHashes?: undefined;
3989
+ kzg?: undefined;
3990
+ sidecars?: undefined;
3757
3991
  } & {
3758
3992
  feeCurrency?: `0x${string}` | undefined;
3759
3993
  gatewayFee?: bigint | undefined;
@@ -3771,6 +4005,9 @@ export declare const chainConfig: {
3771
4005
  maxFeePerBlobGas?: bigint | undefined;
3772
4006
  accessList?: import("../index.js").AccessList | undefined;
3773
4007
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4008
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4009
+ kzg?: import("../types/kzg.js").Kzg | undefined;
4010
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
3774
4011
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
3775
4012
  } & {
3776
4013
  data?: `0x${string}` | undefined;
@@ -3786,6 +4023,9 @@ export declare const chainConfig: {
3786
4023
  accessList?: import("../index.js").AccessList | undefined;
3787
4024
  blobs?: undefined;
3788
4025
  type?: "eip2930" | undefined;
4026
+ blobVersionedHashes?: undefined;
4027
+ kzg?: undefined;
4028
+ sidecars?: undefined;
3789
4029
  } & {
3790
4030
  feeCurrency?: `0x${string}` | undefined;
3791
4031
  gatewayFee?: bigint | undefined;
@@ -3803,6 +4043,9 @@ export declare const chainConfig: {
3803
4043
  maxFeePerBlobGas?: bigint | undefined;
3804
4044
  accessList?: import("../index.js").AccessList | undefined;
3805
4045
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4046
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4047
+ kzg?: import("../types/kzg.js").Kzg | undefined;
4048
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
3806
4049
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
3807
4050
  } & {
3808
4051
  data?: `0x${string}` | undefined;
@@ -3818,6 +4061,9 @@ export declare const chainConfig: {
3818
4061
  accessList?: import("../index.js").AccessList | undefined;
3819
4062
  blobs?: undefined;
3820
4063
  type?: "eip1559" | undefined;
4064
+ blobVersionedHashes?: undefined;
4065
+ kzg?: undefined;
4066
+ sidecars?: undefined;
3821
4067
  } & {
3822
4068
  feeCurrency?: `0x${string}` | undefined;
3823
4069
  gatewayFee?: bigint | undefined;
@@ -3835,6 +4081,9 @@ export declare const chainConfig: {
3835
4081
  maxFeePerBlobGas?: bigint | undefined;
3836
4082
  accessList?: import("../index.js").AccessList | undefined;
3837
4083
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4084
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4085
+ kzg?: import("../types/kzg.js").Kzg | undefined;
4086
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
3838
4087
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
3839
4088
  } & {
3840
4089
  data?: `0x${string}` | undefined;
@@ -3849,6 +4098,9 @@ export declare const chainConfig: {
3849
4098
  maxFeePerBlobGas: bigint;
3850
4099
  accessList?: import("../index.js").AccessList | undefined;
3851
4100
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4101
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4102
+ kzg?: import("../types/kzg.js").Kzg | undefined;
4103
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
3852
4104
  type?: "eip4844" | undefined;
3853
4105
  } & {
3854
4106
  feeCurrency?: `0x${string}` | undefined;
@@ -3867,6 +4119,9 @@ export declare const chainConfig: {
3867
4119
  maxFeePerBlobGas?: bigint | undefined;
3868
4120
  accessList?: import("../index.js").AccessList | undefined;
3869
4121
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4122
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4123
+ kzg?: import("../types/kzg.js").Kzg | undefined;
4124
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
3870
4125
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
3871
4126
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
3872
4127
  accessList?: import("../index.js").AccessList | undefined;
@@ -3887,6 +4142,9 @@ export declare const chainConfig: {
3887
4142
  maxFeePerBlobGas?: bigint | undefined;
3888
4143
  accessList?: import("../index.js").AccessList | undefined;
3889
4144
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
4145
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4146
+ kzg?: import("../types/kzg.js").Kzg | undefined;
4147
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
3890
4148
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "cip42" | "cip64" | undefined;
3891
4149
  } & import("../index.js").TransactionRequestBase & import("../index.js").ExactPartial<import("../index.js").FeeValuesEIP1559> & {
3892
4150
  accessList?: import("../index.js").AccessList | undefined;
@@ -3908,6 +4166,9 @@ export declare const chainConfig: {
3908
4166
  accessList?: undefined;
3909
4167
  blobs?: undefined;
3910
4168
  type?: "0x0" | undefined;
4169
+ blobVersionedHashes?: undefined;
4170
+ kzg?: undefined;
4171
+ sidecars?: undefined;
3911
4172
  feeCurrency?: `0x${string}` | undefined;
3912
4173
  gatewayFee?: `0x${string}` | undefined;
3913
4174
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -3925,6 +4186,9 @@ export declare const chainConfig: {
3925
4186
  accessList?: import("../index.js").AccessList | undefined;
3926
4187
  blobs?: undefined;
3927
4188
  type?: "0x1" | undefined;
4189
+ blobVersionedHashes?: undefined;
4190
+ kzg?: undefined;
4191
+ sidecars?: undefined;
3928
4192
  feeCurrency?: `0x${string}` | undefined;
3929
4193
  gatewayFee?: `0x${string}` | undefined;
3930
4194
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -3942,6 +4206,9 @@ export declare const chainConfig: {
3942
4206
  accessList?: import("../index.js").AccessList | undefined;
3943
4207
  blobs?: undefined;
3944
4208
  type?: "0x2" | undefined;
4209
+ blobVersionedHashes?: undefined;
4210
+ kzg?: undefined;
4211
+ sidecars?: undefined;
3945
4212
  feeCurrency?: `0x${string}` | undefined;
3946
4213
  gatewayFee?: `0x${string}` | undefined;
3947
4214
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -3959,6 +4226,9 @@ export declare const chainConfig: {
3959
4226
  accessList?: import("../index.js").AccessList | undefined;
3960
4227
  blobs?: undefined;
3961
4228
  type?: "0x7c" | undefined;
4229
+ blobVersionedHashes?: undefined;
4230
+ kzg?: undefined;
4231
+ sidecars?: undefined;
3962
4232
  feeCurrency?: `0x${string}` | undefined;
3963
4233
  gatewayFee?: `0x${string}` | undefined;
3964
4234
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -3976,6 +4246,9 @@ export declare const chainConfig: {
3976
4246
  accessList?: import("../index.js").AccessList | undefined;
3977
4247
  blobs?: undefined;
3978
4248
  type?: "0x7b" | undefined;
4249
+ blobVersionedHashes?: undefined;
4250
+ kzg?: undefined;
4251
+ sidecars?: undefined;
3979
4252
  feeCurrency?: `0x${string}` | undefined;
3980
4253
  gatewayFee?: undefined;
3981
4254
  gatewayFeeRecipient?: undefined;
@@ -3993,6 +4266,9 @@ export declare const chainConfig: {
3993
4266
  accessList?: undefined;
3994
4267
  blobs?: undefined;
3995
4268
  type?: "0x0" | undefined;
4269
+ blobVersionedHashes?: undefined;
4270
+ kzg?: undefined;
4271
+ sidecars?: undefined;
3996
4272
  feeCurrency?: `0x${string}` | undefined;
3997
4273
  gatewayFee?: `0x${string}` | undefined;
3998
4274
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4010,6 +4286,9 @@ export declare const chainConfig: {
4010
4286
  accessList?: import("../index.js").AccessList | undefined;
4011
4287
  blobs?: undefined;
4012
4288
  type?: "0x1" | undefined;
4289
+ blobVersionedHashes?: undefined;
4290
+ kzg?: undefined;
4291
+ sidecars?: undefined;
4013
4292
  feeCurrency?: `0x${string}` | undefined;
4014
4293
  gatewayFee?: `0x${string}` | undefined;
4015
4294
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4027,6 +4306,9 @@ export declare const chainConfig: {
4027
4306
  accessList?: import("../index.js").AccessList | undefined;
4028
4307
  blobs?: undefined;
4029
4308
  type?: "0x2" | undefined;
4309
+ blobVersionedHashes?: undefined;
4310
+ kzg?: undefined;
4311
+ sidecars?: undefined;
4030
4312
  feeCurrency?: `0x${string}` | undefined;
4031
4313
  gatewayFee?: `0x${string}` | undefined;
4032
4314
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4044,6 +4326,9 @@ export declare const chainConfig: {
4044
4326
  accessList?: import("../index.js").AccessList | undefined;
4045
4327
  blobs?: undefined;
4046
4328
  type?: "0x7c" | undefined;
4329
+ blobVersionedHashes?: undefined;
4330
+ kzg?: undefined;
4331
+ sidecars?: undefined;
4047
4332
  feeCurrency?: `0x${string}` | undefined;
4048
4333
  gatewayFee?: `0x${string}` | undefined;
4049
4334
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4061,6 +4346,9 @@ export declare const chainConfig: {
4061
4346
  accessList?: import("../index.js").AccessList | undefined;
4062
4347
  blobs?: undefined;
4063
4348
  type?: "0x7b" | undefined;
4349
+ blobVersionedHashes?: undefined;
4350
+ kzg?: undefined;
4351
+ sidecars?: undefined;
4064
4352
  feeCurrency?: `0x${string}` | undefined;
4065
4353
  gatewayFee?: undefined;
4066
4354
  gatewayFeeRecipient?: undefined;
@@ -4078,6 +4366,9 @@ export declare const chainConfig: {
4078
4366
  accessList?: undefined;
4079
4367
  blobs?: undefined;
4080
4368
  type?: "0x0" | undefined;
4369
+ blobVersionedHashes?: undefined;
4370
+ kzg?: undefined;
4371
+ sidecars?: undefined;
4081
4372
  feeCurrency?: `0x${string}` | undefined;
4082
4373
  gatewayFee?: `0x${string}` | undefined;
4083
4374
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4095,6 +4386,9 @@ export declare const chainConfig: {
4095
4386
  accessList?: import("../index.js").AccessList | undefined;
4096
4387
  blobs?: undefined;
4097
4388
  type?: "0x1" | undefined;
4389
+ blobVersionedHashes?: undefined;
4390
+ kzg?: undefined;
4391
+ sidecars?: undefined;
4098
4392
  feeCurrency?: `0x${string}` | undefined;
4099
4393
  gatewayFee?: `0x${string}` | undefined;
4100
4394
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4112,6 +4406,9 @@ export declare const chainConfig: {
4112
4406
  accessList?: import("../index.js").AccessList | undefined;
4113
4407
  blobs?: undefined;
4114
4408
  type?: "0x2" | undefined;
4409
+ blobVersionedHashes?: undefined;
4410
+ kzg?: undefined;
4411
+ sidecars?: undefined;
4115
4412
  feeCurrency?: `0x${string}` | undefined;
4116
4413
  gatewayFee?: `0x${string}` | undefined;
4117
4414
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4129,6 +4426,9 @@ export declare const chainConfig: {
4129
4426
  accessList?: import("../index.js").AccessList | undefined;
4130
4427
  blobs?: undefined;
4131
4428
  type?: "0x7c" | undefined;
4429
+ blobVersionedHashes?: undefined;
4430
+ kzg?: undefined;
4431
+ sidecars?: undefined;
4132
4432
  feeCurrency?: `0x${string}` | undefined;
4133
4433
  gatewayFee?: `0x${string}` | undefined;
4134
4434
  gatewayFeeRecipient?: `0x${string}` | undefined;
@@ -4146,6 +4446,9 @@ export declare const chainConfig: {
4146
4446
  accessList?: import("../index.js").AccessList | undefined;
4147
4447
  blobs?: undefined;
4148
4448
  type?: "0x7b" | undefined;
4449
+ blobVersionedHashes?: undefined;
4450
+ kzg?: undefined;
4451
+ sidecars?: undefined;
4149
4452
  feeCurrency?: `0x${string}` | undefined;
4150
4453
  gatewayFee?: undefined;
4151
4454
  gatewayFeeRecipient?: undefined;
@@ -4162,6 +4465,9 @@ export declare const chainConfig: {
4162
4465
  maxFeePerBlobGas: `0x${string}`;
4163
4466
  accessList?: import("../index.js").AccessList | undefined;
4164
4467
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4468
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4469
+ kzg?: import("../types/kzg.js").Kzg | undefined;
4470
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4165
4471
  type?: "0x3" | undefined;
4166
4472
  feeCurrency?: `0x${string}` | undefined;
4167
4473
  gatewayFee?: `0x${string}` | undefined;
@@ -4179,6 +4485,9 @@ export declare const chainConfig: {
4179
4485
  maxFeePerBlobGas: undefined;
4180
4486
  accessList?: import("../index.js").AccessList | undefined;
4181
4487
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4488
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4489
+ kzg?: import("../types/kzg.js").Kzg | undefined;
4490
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4182
4491
  type?: "0x7c" | undefined;
4183
4492
  feeCurrency?: `0x${string}` | undefined;
4184
4493
  gatewayFee?: `0x${string}` | undefined;
@@ -4196,6 +4505,9 @@ export declare const chainConfig: {
4196
4505
  maxFeePerBlobGas: undefined;
4197
4506
  accessList?: import("../index.js").AccessList | undefined;
4198
4507
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
4508
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
4509
+ kzg?: import("../types/kzg.js").Kzg | undefined;
4510
+ sidecars?: readonly import("../index.js").BlobSidecar<`0x${string}`>[] | undefined;
4199
4511
  type?: "0x7b" | undefined;
4200
4512
  feeCurrency?: `0x${string}` | undefined;
4201
4513
  gatewayFee?: undefined;