viem 0.0.0-main.20240408T055542 → 0.0.0-main.20240408T061242

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 (121) hide show
  1. package/_cjs/actions/index.js +2 -1
  2. package/_cjs/actions/index.js.map +1 -1
  3. package/_cjs/actions/public/estimateGas.js +5 -3
  4. package/_cjs/actions/public/estimateGas.js.map +1 -1
  5. package/_cjs/actions/wallet/prepareTransactionRequest.js +47 -7
  6. package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
  7. package/_cjs/actions/wallet/sendTransaction.js +1 -0
  8. package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
  9. package/_cjs/errors/version.js +1 -1
  10. package/_cjs/utils/blob/blobsToCommitments.js.map +1 -1
  11. package/_cjs/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
  12. package/_cjs/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
  13. package/_cjs/utils/blob/toBlobSidecars.js.map +1 -1
  14. package/_cjs/utils/blob/toBlobs.js.map +1 -1
  15. package/_cjs/utils/formatters/transactionRequest.js +2 -0
  16. package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
  17. package/_cjs/utils/transaction/serializeTransaction.js +10 -6
  18. package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
  19. package/_esm/actions/index.js +1 -1
  20. package/_esm/actions/index.js.map +1 -1
  21. package/_esm/actions/public/estimateGas.js +8 -3
  22. package/_esm/actions/public/estimateGas.js.map +1 -1
  23. package/_esm/actions/wallet/prepareTransactionRequest.js +49 -9
  24. package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
  25. package/_esm/actions/wallet/sendTransaction.js +2 -1
  26. package/_esm/actions/wallet/sendTransaction.js.map +1 -1
  27. package/_esm/errors/version.js +1 -1
  28. package/_esm/utils/blob/blobsToCommitments.js.map +1 -1
  29. package/_esm/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
  30. package/_esm/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
  31. package/_esm/utils/blob/toBlobSidecars.js.map +1 -1
  32. package/_esm/utils/blob/toBlobs.js.map +1 -1
  33. package/_esm/utils/formatters/transactionRequest.js +2 -0
  34. package/_esm/utils/formatters/transactionRequest.js.map +1 -1
  35. package/_esm/utils/transaction/serializeTransaction.js +10 -6
  36. package/_esm/utils/transaction/serializeTransaction.js.map +1 -1
  37. package/_types/actions/index.d.ts +1 -1
  38. package/_types/actions/index.d.ts.map +1 -1
  39. package/_types/actions/public/estimateGas.d.ts.map +1 -1
  40. package/_types/actions/wallet/prepareTransactionRequest.d.ts +7 -6
  41. package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
  42. package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
  43. package/_types/celo/chainConfig.d.ts +1679 -183
  44. package/_types/celo/chainConfig.d.ts.map +1 -1
  45. package/_types/celo/formatters.d.ts +846 -98
  46. package/_types/celo/formatters.d.ts.map +1 -1
  47. package/_types/chains/definitions/ancient8.d.ts +15 -15
  48. package/_types/chains/definitions/ancient8Sepolia.d.ts +15 -15
  49. package/_types/chains/definitions/base.d.ts +15 -15
  50. package/_types/chains/definitions/baseGoerli.d.ts +15 -15
  51. package/_types/chains/definitions/baseSepolia.d.ts +15 -15
  52. package/_types/chains/definitions/celo.d.ts +1679 -183
  53. package/_types/chains/definitions/celo.d.ts.map +1 -1
  54. package/_types/chains/definitions/celoAlfajores.d.ts +1679 -183
  55. package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
  56. package/_types/chains/definitions/fraxtal.d.ts +15 -15
  57. package/_types/chains/definitions/fraxtalTestnet.d.ts +15 -15
  58. package/_types/chains/definitions/liskSepolia.d.ts +15 -15
  59. package/_types/chains/definitions/optimism.d.ts +15 -15
  60. package/_types/chains/definitions/optimismGoerli.d.ts +15 -15
  61. package/_types/chains/definitions/optimismSepolia.d.ts +15 -15
  62. package/_types/chains/definitions/pgn.d.ts +15 -15
  63. package/_types/chains/definitions/pgnTestnet.d.ts +15 -15
  64. package/_types/chains/definitions/rss3.d.ts +15 -15
  65. package/_types/chains/definitions/rss3Sepolia.d.ts +15 -15
  66. package/_types/chains/definitions/zkSync.d.ts +844 -128
  67. package/_types/chains/definitions/zkSync.d.ts.map +1 -1
  68. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +844 -128
  69. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts.map +1 -1
  70. package/_types/chains/definitions/zkSyncLocalNode.d.ts +844 -128
  71. package/_types/chains/definitions/zkSyncLocalNode.d.ts.map +1 -1
  72. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +844 -128
  73. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts.map +1 -1
  74. package/_types/chains/definitions/zkSyncTestnet.d.ts +844 -128
  75. package/_types/chains/definitions/zkSyncTestnet.d.ts.map +1 -1
  76. package/_types/chains/definitions/zora.d.ts +15 -15
  77. package/_types/chains/definitions/zoraSepolia.d.ts +15 -15
  78. package/_types/chains/definitions/zoraTestnet.d.ts +15 -15
  79. package/_types/errors/version.d.ts +1 -1
  80. package/_types/op-stack/chainConfig.d.ts +15 -15
  81. package/_types/op-stack/formatters.d.ts +15 -15
  82. package/_types/types/transaction.d.ts +22 -3
  83. package/_types/types/transaction.d.ts.map +1 -1
  84. package/_types/utils/blob/blobsToCommitments.d.ts +4 -4
  85. package/_types/utils/blob/blobsToCommitments.d.ts.map +1 -1
  86. package/_types/utils/blob/blobsToProofs.d.ts +2 -2
  87. package/_types/utils/blob/blobsToProofs.d.ts.map +1 -1
  88. package/_types/utils/blob/commitmentsToVersionedHashes.d.ts +4 -4
  89. package/_types/utils/blob/commitmentsToVersionedHashes.d.ts.map +1 -1
  90. package/_types/utils/blob/sidecarsToVersionedHashes.d.ts +1 -1
  91. package/_types/utils/blob/sidecarsToVersionedHashes.d.ts.map +1 -1
  92. package/_types/utils/blob/toBlobSidecars.d.ts +5 -5
  93. package/_types/utils/blob/toBlobSidecars.d.ts.map +1 -1
  94. package/_types/utils/blob/toBlobs.d.ts +1 -1
  95. package/_types/utils/blob/toBlobs.d.ts.map +1 -1
  96. package/_types/utils/formatters/transaction.d.ts +1 -1
  97. package/_types/utils/formatters/transactionRequest.d.ts +186 -2
  98. package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
  99. package/_types/utils/transaction/getTransactionType.d.ts +3 -3
  100. package/_types/utils/transaction/getTransactionType.d.ts.map +1 -1
  101. package/_types/utils/transaction/serializeTransaction.d.ts.map +1 -1
  102. package/_types/zksync/chainConfig.d.ts +844 -128
  103. package/_types/zksync/chainConfig.d.ts.map +1 -1
  104. package/_types/zksync/formatters.d.ts +844 -128
  105. package/_types/zksync/formatters.d.ts.map +1 -1
  106. package/actions/index.ts +1 -0
  107. package/actions/public/estimateGas.ts +9 -7
  108. package/actions/wallet/prepareTransactionRequest.ts +73 -17
  109. package/actions/wallet/sendTransaction.ts +2 -0
  110. package/errors/version.ts +1 -1
  111. package/package.json +1 -1
  112. package/types/transaction.ts +28 -3
  113. package/utils/blob/blobsToCommitments.ts +9 -7
  114. package/utils/blob/blobsToProofs.ts +10 -10
  115. package/utils/blob/commitmentsToVersionedHashes.ts +10 -8
  116. package/utils/blob/sidecarsToVersionedHashes.ts +3 -3
  117. package/utils/blob/toBlobSidecars.ts +14 -11
  118. package/utils/blob/toBlobs.ts +3 -3
  119. package/utils/formatters/transactionRequest.ts +2 -0
  120. package/utils/transaction/getTransactionType.ts +3 -3
  121. package/utils/transaction/serializeTransaction.ts +12 -6
@@ -102,6 +102,7 @@ export declare const zoraTestnet: {
102
102
  gas?: `0x${string}`;
103
103
  nonce?: `0x${string}`;
104
104
  value?: `0x${string}`;
105
+ blobVersionedHashes?: undefined;
105
106
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
106
107
  accessList?: undefined;
107
108
  blockHash?: `0x${string}` | null;
@@ -109,7 +110,6 @@ export declare const zoraTestnet: {
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}`;
@@ -153,6 +153,7 @@ export declare const zoraTestnet: {
153
153
  gas?: `0x${string}`;
154
154
  nonce?: `0x${string}`;
155
155
  value?: `0x${string}`;
156
+ blobVersionedHashes?: undefined;
156
157
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
157
158
  accessList?: undefined;
158
159
  blockHash?: `0x${string}` | null;
@@ -160,7 +161,6 @@ export declare const zoraTestnet: {
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;
@@ -181,6 +181,7 @@ export declare const zoraTestnet: {
181
181
  gas?: `0x${string}`;
182
182
  nonce?: `0x${string}`;
183
183
  value?: `0x${string}`;
184
+ blobVersionedHashes?: undefined;
184
185
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
185
186
  accessList?: import("../../index.js").AccessList | undefined;
186
187
  blockHash?: `0x${string}` | null;
@@ -188,7 +189,6 @@ export declare const zoraTestnet: {
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}`;
@@ -232,6 +232,7 @@ export declare const zoraTestnet: {
232
232
  gas?: `0x${string}`;
233
233
  nonce?: `0x${string}`;
234
234
  value?: `0x${string}`;
235
+ blobVersionedHashes?: undefined;
235
236
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
236
237
  accessList?: import("../../index.js").AccessList | undefined;
237
238
  blockHash?: `0x${string}` | null;
@@ -239,7 +240,6 @@ export declare const zoraTestnet: {
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;
@@ -283,6 +283,7 @@ export declare const zoraTestnet: {
283
283
  gas?: `0x${string}`;
284
284
  nonce?: `0x${string}`;
285
285
  value?: `0x${string}`;
286
+ blobVersionedHashes?: undefined;
286
287
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
287
288
  accessList?: import("../../index.js").AccessList | undefined;
288
289
  blockHash?: `0x${string}` | null;
@@ -290,7 +291,6 @@ export declare const zoraTestnet: {
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;
@@ -334,6 +334,7 @@ export declare const zoraTestnet: {
334
334
  gas?: `0x${string}`;
335
335
  nonce?: `0x${string}`;
336
336
  value?: `0x${string}`;
337
+ blobVersionedHashes?: undefined;
337
338
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
338
339
  accessList?: import("../../index.js").AccessList | undefined;
339
340
  blockHash?: `0x${string}` | null;
@@ -341,7 +342,6 @@ export declare const zoraTestnet: {
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;
@@ -362,6 +362,7 @@ export declare const zoraTestnet: {
362
362
  gas?: `0x${string}`;
363
363
  nonce?: `0x${string}`;
364
364
  value?: `0x${string}`;
365
+ blobVersionedHashes?: undefined;
365
366
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
366
367
  accessList?: import("../../index.js").AccessList | undefined;
367
368
  blockHash?: `0x${string}` | null;
@@ -369,7 +370,6 @@ export declare const zoraTestnet: {
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}`;
@@ -413,6 +413,7 @@ export declare const zoraTestnet: {
413
413
  gas?: `0x${string}`;
414
414
  nonce?: `0x${string}`;
415
415
  value?: `0x${string}`;
416
+ blobVersionedHashes?: undefined;
416
417
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
417
418
  accessList?: import("../../index.js").AccessList | undefined;
418
419
  blockHash?: `0x${string}` | null;
@@ -420,7 +421,6 @@ export declare const zoraTestnet: {
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;
@@ -464,6 +464,7 @@ export declare const zoraTestnet: {
464
464
  gas?: `0x${string}`;
465
465
  nonce?: `0x${string}`;
466
466
  value?: `0x${string}`;
467
+ blobVersionedHashes?: undefined;
467
468
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
468
469
  accessList?: import("../../index.js").AccessList | undefined;
469
470
  blockHash?: `0x${string}` | null;
@@ -471,7 +472,6 @@ export declare const zoraTestnet: {
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;
@@ -515,6 +515,7 @@ export declare const zoraTestnet: {
515
515
  gas?: `0x${string}`;
516
516
  nonce?: `0x${string}`;
517
517
  value?: `0x${string}`;
518
+ blobVersionedHashes?: undefined;
518
519
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
519
520
  accessList?: import("../../index.js").AccessList | undefined;
520
521
  blockHash?: `0x${string}` | null;
@@ -522,7 +523,6 @@ export declare const zoraTestnet: {
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;
@@ -543,6 +543,7 @@ export declare const zoraTestnet: {
543
543
  gas?: `0x${string}`;
544
544
  nonce?: `0x${string}`;
545
545
  value?: `0x${string}`;
546
+ blobVersionedHashes?: `0x${string}`[] | undefined;
546
547
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
547
548
  accessList?: import("../../index.js").AccessList | undefined;
548
549
  blockHash?: `0x${string}` | null;
@@ -550,7 +551,6 @@ export declare const zoraTestnet: {
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}`;
@@ -594,6 +594,7 @@ export declare const zoraTestnet: {
594
594
  gas?: `0x${string}`;
595
595
  nonce?: `0x${string}`;
596
596
  value?: `0x${string}`;
597
+ blobVersionedHashes?: `0x${string}`[] | undefined;
597
598
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
598
599
  accessList?: import("../../index.js").AccessList | undefined;
599
600
  blockHash?: `0x${string}` | null;
@@ -601,7 +602,6 @@ export declare const zoraTestnet: {
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;
@@ -645,6 +645,7 @@ export declare const zoraTestnet: {
645
645
  gas?: `0x${string}`;
646
646
  nonce?: `0x${string}`;
647
647
  value?: `0x${string}`;
648
+ blobVersionedHashes?: `0x${string}`[] | undefined;
648
649
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
649
650
  accessList?: import("../../index.js").AccessList | undefined;
650
651
  blockHash?: `0x${string}` | null;
@@ -652,7 +653,6 @@ export declare const zoraTestnet: {
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;
@@ -696,6 +696,7 @@ export declare const zoraTestnet: {
696
696
  gas?: `0x${string}`;
697
697
  nonce?: `0x${string}`;
698
698
  value?: `0x${string}`;
699
+ blobVersionedHashes?: `0x${string}`[] | undefined;
699
700
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
700
701
  accessList?: import("../../index.js").AccessList | undefined;
701
702
  blockHash?: `0x${string}` | null;
@@ -703,7 +704,6 @@ export declare const zoraTestnet: {
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;
@@ -747,6 +747,7 @@ export declare const zoraTestnet: {
747
747
  gas?: `0x${string}`;
748
748
  nonce?: `0x${string}`;
749
749
  value?: `0x${string}`;
750
+ blobVersionedHashes?: `0x${string}`[] | undefined;
750
751
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
751
752
  accessList?: import("../../index.js").AccessList | undefined;
752
753
  blockHash?: `0x${string}` | null;
@@ -754,7 +755,6 @@ export declare const zoraTestnet: {
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;
@@ -1,2 +1,2 @@
1
- export declare const version = "0.0.0-main.20240408T055542";
1
+ export declare const version = "0.0.0-main.20240408T061242";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -70,6 +70,7 @@ export declare const chainConfig: {
70
70
  gas?: `0x${string}`;
71
71
  nonce?: `0x${string}`;
72
72
  value?: `0x${string}`;
73
+ blobVersionedHashes?: undefined;
73
74
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
74
75
  accessList?: undefined;
75
76
  blockHash?: `0x${string}` | null;
@@ -77,7 +78,6 @@ export declare const chainConfig: {
77
78
  hash?: `0x${string}`;
78
79
  input?: `0x${string}`;
79
80
  transactionIndex?: `0x${string}` | null;
80
- blobVersionedHashes?: undefined;
81
81
  chainId?: `0x${string}` | undefined;
82
82
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
83
83
  r: `0x${string}`;
@@ -121,6 +121,7 @@ export declare const chainConfig: {
121
121
  gas?: `0x${string}`;
122
122
  nonce?: `0x${string}`;
123
123
  value?: `0x${string}`;
124
+ blobVersionedHashes?: undefined;
124
125
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
125
126
  accessList?: undefined;
126
127
  blockHash?: `0x${string}` | null;
@@ -128,7 +129,6 @@ export declare const chainConfig: {
128
129
  hash?: `0x${string}`;
129
130
  input?: `0x${string}`;
130
131
  transactionIndex?: `0x${string}` | null;
131
- blobVersionedHashes?: undefined;
132
132
  chainId?: `0x${string}` | undefined;
133
133
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
134
134
  isSystemTx?: boolean | undefined;
@@ -149,6 +149,7 @@ export declare const chainConfig: {
149
149
  gas?: `0x${string}`;
150
150
  nonce?: `0x${string}`;
151
151
  value?: `0x${string}`;
152
+ blobVersionedHashes?: undefined;
152
153
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
153
154
  accessList?: import("../index.js").AccessList | undefined;
154
155
  blockHash?: `0x${string}` | null;
@@ -156,7 +157,6 @@ export declare const chainConfig: {
156
157
  hash?: `0x${string}`;
157
158
  input?: `0x${string}`;
158
159
  transactionIndex?: `0x${string}` | null;
159
- blobVersionedHashes?: undefined;
160
160
  chainId?: `0x${string}` | undefined;
161
161
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
162
162
  r: `0x${string}`;
@@ -200,6 +200,7 @@ export declare const chainConfig: {
200
200
  gas?: `0x${string}`;
201
201
  nonce?: `0x${string}`;
202
202
  value?: `0x${string}`;
203
+ blobVersionedHashes?: undefined;
203
204
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
204
205
  accessList?: import("../index.js").AccessList | undefined;
205
206
  blockHash?: `0x${string}` | null;
@@ -207,7 +208,6 @@ export declare const chainConfig: {
207
208
  hash?: `0x${string}`;
208
209
  input?: `0x${string}`;
209
210
  transactionIndex?: `0x${string}` | null;
210
- blobVersionedHashes?: undefined;
211
211
  chainId?: `0x${string}` | undefined;
212
212
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
213
213
  blockHash: `0x${string}` | null;
@@ -251,6 +251,7 @@ export declare const chainConfig: {
251
251
  gas?: `0x${string}`;
252
252
  nonce?: `0x${string}`;
253
253
  value?: `0x${string}`;
254
+ blobVersionedHashes?: undefined;
254
255
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
255
256
  accessList?: import("../index.js").AccessList | undefined;
256
257
  blockHash?: `0x${string}` | null;
@@ -258,7 +259,6 @@ export declare const chainConfig: {
258
259
  hash?: `0x${string}`;
259
260
  input?: `0x${string}`;
260
261
  transactionIndex?: `0x${string}` | null;
261
- blobVersionedHashes?: undefined;
262
262
  chainId?: `0x${string}` | undefined;
263
263
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
264
264
  blockHash: `0x${string}` | null;
@@ -302,6 +302,7 @@ export declare const chainConfig: {
302
302
  gas?: `0x${string}`;
303
303
  nonce?: `0x${string}`;
304
304
  value?: `0x${string}`;
305
+ blobVersionedHashes?: undefined;
305
306
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
306
307
  accessList?: import("../index.js").AccessList | undefined;
307
308
  blockHash?: `0x${string}` | null;
@@ -309,7 +310,6 @@ export declare const chainConfig: {
309
310
  hash?: `0x${string}`;
310
311
  input?: `0x${string}`;
311
312
  transactionIndex?: `0x${string}` | null;
312
- blobVersionedHashes?: undefined;
313
313
  chainId?: `0x${string}` | undefined;
314
314
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
315
315
  isSystemTx?: boolean | undefined;
@@ -330,6 +330,7 @@ export declare const chainConfig: {
330
330
  gas?: `0x${string}`;
331
331
  nonce?: `0x${string}`;
332
332
  value?: `0x${string}`;
333
+ blobVersionedHashes?: undefined;
333
334
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
334
335
  accessList?: import("../index.js").AccessList | undefined;
335
336
  blockHash?: `0x${string}` | null;
@@ -337,7 +338,6 @@ export declare const chainConfig: {
337
338
  hash?: `0x${string}`;
338
339
  input?: `0x${string}`;
339
340
  transactionIndex?: `0x${string}` | null;
340
- blobVersionedHashes?: undefined;
341
341
  chainId?: `0x${string}` | undefined;
342
342
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
343
343
  r: `0x${string}`;
@@ -381,6 +381,7 @@ export declare const chainConfig: {
381
381
  gas?: `0x${string}`;
382
382
  nonce?: `0x${string}`;
383
383
  value?: `0x${string}`;
384
+ blobVersionedHashes?: undefined;
384
385
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
385
386
  accessList?: import("../index.js").AccessList | undefined;
386
387
  blockHash?: `0x${string}` | null;
@@ -388,7 +389,6 @@ export declare const chainConfig: {
388
389
  hash?: `0x${string}`;
389
390
  input?: `0x${string}`;
390
391
  transactionIndex?: `0x${string}` | null;
391
- blobVersionedHashes?: undefined;
392
392
  chainId?: `0x${string}` | undefined;
393
393
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
394
394
  blockHash: `0x${string}` | null;
@@ -432,6 +432,7 @@ export declare const chainConfig: {
432
432
  gas?: `0x${string}`;
433
433
  nonce?: `0x${string}`;
434
434
  value?: `0x${string}`;
435
+ blobVersionedHashes?: undefined;
435
436
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
436
437
  accessList?: import("../index.js").AccessList | undefined;
437
438
  blockHash?: `0x${string}` | null;
@@ -439,7 +440,6 @@ export declare const chainConfig: {
439
440
  hash?: `0x${string}`;
440
441
  input?: `0x${string}`;
441
442
  transactionIndex?: `0x${string}` | null;
442
- blobVersionedHashes?: undefined;
443
443
  chainId?: `0x${string}` | undefined;
444
444
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
445
445
  blockHash: `0x${string}` | null;
@@ -483,6 +483,7 @@ export declare const chainConfig: {
483
483
  gas?: `0x${string}`;
484
484
  nonce?: `0x${string}`;
485
485
  value?: `0x${string}`;
486
+ blobVersionedHashes?: undefined;
486
487
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
487
488
  accessList?: import("../index.js").AccessList | undefined;
488
489
  blockHash?: `0x${string}` | null;
@@ -490,7 +491,6 @@ export declare const chainConfig: {
490
491
  hash?: `0x${string}`;
491
492
  input?: `0x${string}`;
492
493
  transactionIndex?: `0x${string}` | null;
493
- blobVersionedHashes?: undefined;
494
494
  chainId?: `0x${string}` | undefined;
495
495
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
496
496
  isSystemTx?: boolean | undefined;
@@ -511,6 +511,7 @@ export declare const chainConfig: {
511
511
  gas?: `0x${string}`;
512
512
  nonce?: `0x${string}`;
513
513
  value?: `0x${string}`;
514
+ blobVersionedHashes?: `0x${string}`[] | undefined;
514
515
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
515
516
  accessList?: import("../index.js").AccessList | undefined;
516
517
  blockHash?: `0x${string}` | null;
@@ -518,7 +519,6 @@ export declare const chainConfig: {
518
519
  hash?: `0x${string}`;
519
520
  input?: `0x${string}`;
520
521
  transactionIndex?: `0x${string}` | null;
521
- blobVersionedHashes?: `0x${string}`[] | undefined;
522
522
  chainId?: `0x${string}` | undefined;
523
523
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
524
524
  r: `0x${string}`;
@@ -562,6 +562,7 @@ export declare const chainConfig: {
562
562
  gas?: `0x${string}`;
563
563
  nonce?: `0x${string}`;
564
564
  value?: `0x${string}`;
565
+ blobVersionedHashes?: `0x${string}`[] | undefined;
565
566
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
566
567
  accessList?: import("../index.js").AccessList | undefined;
567
568
  blockHash?: `0x${string}` | null;
@@ -569,7 +570,6 @@ export declare const chainConfig: {
569
570
  hash?: `0x${string}`;
570
571
  input?: `0x${string}`;
571
572
  transactionIndex?: `0x${string}` | null;
572
- blobVersionedHashes?: `0x${string}`[] | undefined;
573
573
  chainId?: `0x${string}` | undefined;
574
574
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
575
575
  blockHash: `0x${string}` | null;
@@ -613,6 +613,7 @@ export declare const chainConfig: {
613
613
  gas?: `0x${string}`;
614
614
  nonce?: `0x${string}`;
615
615
  value?: `0x${string}`;
616
+ blobVersionedHashes?: `0x${string}`[] | undefined;
616
617
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
617
618
  accessList?: import("../index.js").AccessList | undefined;
618
619
  blockHash?: `0x${string}` | null;
@@ -620,7 +621,6 @@ export declare const chainConfig: {
620
621
  hash?: `0x${string}`;
621
622
  input?: `0x${string}`;
622
623
  transactionIndex?: `0x${string}` | null;
623
- blobVersionedHashes?: `0x${string}`[] | undefined;
624
624
  chainId?: `0x${string}` | undefined;
625
625
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
626
626
  blockHash: `0x${string}` | null;
@@ -664,6 +664,7 @@ export declare const chainConfig: {
664
664
  gas?: `0x${string}`;
665
665
  nonce?: `0x${string}`;
666
666
  value?: `0x${string}`;
667
+ blobVersionedHashes?: `0x${string}`[] | undefined;
667
668
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
668
669
  accessList?: import("../index.js").AccessList | undefined;
669
670
  blockHash?: `0x${string}` | null;
@@ -671,7 +672,6 @@ export declare const chainConfig: {
671
672
  hash?: `0x${string}`;
672
673
  input?: `0x${string}`;
673
674
  transactionIndex?: `0x${string}` | null;
674
- blobVersionedHashes?: `0x${string}`[] | undefined;
675
675
  chainId?: `0x${string}` | undefined;
676
676
  } & import("../types/utils.js").Omit<import("../types/utils.js").PartialBy<{
677
677
  blockHash: `0x${string}` | null;
@@ -715,6 +715,7 @@ export declare const chainConfig: {
715
715
  gas?: `0x${string}`;
716
716
  nonce?: `0x${string}`;
717
717
  value?: `0x${string}`;
718
+ blobVersionedHashes?: `0x${string}`[] | undefined;
718
719
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
719
720
  accessList?: import("../index.js").AccessList | undefined;
720
721
  blockHash?: `0x${string}` | null;
@@ -722,7 +723,6 @@ export declare const chainConfig: {
722
723
  hash?: `0x${string}`;
723
724
  input?: `0x${string}`;
724
725
  transactionIndex?: `0x${string}` | null;
725
- blobVersionedHashes?: `0x${string}`[] | undefined;
726
726
  chainId?: `0x${string}` | undefined;
727
727
  } & Omit<import("../index.js").TransactionBase<`0x${string}`, `0x${string}`, boolean>, "typeHex"> & import("../index.js").FeeValuesEIP1559<`0x${string}`> & {
728
728
  isSystemTx?: boolean | undefined;