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

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 +1 -2
  2. package/_cjs/actions/index.js.map +1 -1
  3. package/_cjs/actions/public/estimateGas.js +3 -5
  4. package/_cjs/actions/public/estimateGas.js.map +1 -1
  5. package/_cjs/actions/wallet/prepareTransactionRequest.js +7 -47
  6. package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
  7. package/_cjs/actions/wallet/sendTransaction.js +0 -1
  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 +0 -2
  16. package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
  17. package/_cjs/utils/transaction/serializeTransaction.js +6 -10
  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 +3 -8
  22. package/_esm/actions/public/estimateGas.js.map +1 -1
  23. package/_esm/actions/wallet/prepareTransactionRequest.js +9 -49
  24. package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
  25. package/_esm/actions/wallet/sendTransaction.js +1 -2
  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 +0 -2
  34. package/_esm/utils/formatters/transactionRequest.js.map +1 -1
  35. package/_esm/utils/transaction/serializeTransaction.js +6 -10
  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 +6 -7
  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 +341 -1837
  44. package/_types/celo/chainConfig.d.ts.map +1 -1
  45. package/_types/celo/formatters.d.ts +97 -845
  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 +341 -1837
  53. package/_types/chains/definitions/celo.d.ts.map +1 -1
  54. package/_types/chains/definitions/celoAlfajores.d.ts +341 -1837
  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 +101 -817
  67. package/_types/chains/definitions/zkSync.d.ts.map +1 -1
  68. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +101 -817
  69. package/_types/chains/definitions/zkSyncInMemoryNode.d.ts.map +1 -1
  70. package/_types/chains/definitions/zkSyncLocalNode.d.ts +101 -817
  71. package/_types/chains/definitions/zkSyncLocalNode.d.ts.map +1 -1
  72. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +101 -817
  73. package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts.map +1 -1
  74. package/_types/chains/definitions/zkSyncTestnet.d.ts +101 -817
  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 +3 -22
  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 +2 -186
  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 +101 -817
  103. package/_types/zksync/chainConfig.d.ts.map +1 -1
  104. package/_types/zksync/formatters.d.ts +101 -817
  105. package/_types/zksync/formatters.d.ts.map +1 -1
  106. package/actions/index.ts +0 -1
  107. package/actions/public/estimateGas.ts +7 -9
  108. package/actions/wallet/prepareTransactionRequest.ts +17 -73
  109. package/actions/wallet/sendTransaction.ts +0 -2
  110. package/errors/version.ts +1 -1
  111. package/package.json +1 -1
  112. package/types/transaction.ts +3 -28
  113. package/utils/blob/blobsToCommitments.ts +7 -9
  114. package/utils/blob/blobsToProofs.ts +10 -10
  115. package/utils/blob/commitmentsToVersionedHashes.ts +8 -10
  116. package/utils/blob/sidecarsToVersionedHashes.ts +3 -3
  117. package/utils/blob/toBlobSidecars.ts +11 -14
  118. package/utils/blob/toBlobs.ts +3 -3
  119. package/utils/formatters/transactionRequest.ts +0 -2
  120. package/utils/transaction/getTransactionType.ts +3 -3
  121. package/utils/transaction/serializeTransaction.ts +6 -12
@@ -102,7 +102,6 @@ export declare const zoraTestnet: {
102
102
  gas?: `0x${string}`;
103
103
  nonce?: `0x${string}`;
104
104
  value?: `0x${string}`;
105
- blobVersionedHashes?: undefined;
106
105
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
107
106
  accessList?: undefined;
108
107
  blockHash?: `0x${string}` | null;
@@ -110,6 +109,7 @@ export declare const zoraTestnet: {
110
109
  hash?: `0x${string}`;
111
110
  input?: `0x${string}`;
112
111
  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,7 +153,6 @@ export declare const zoraTestnet: {
153
153
  gas?: `0x${string}`;
154
154
  nonce?: `0x${string}`;
155
155
  value?: `0x${string}`;
156
- blobVersionedHashes?: undefined;
157
156
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
158
157
  accessList?: undefined;
159
158
  blockHash?: `0x${string}` | null;
@@ -161,6 +160,7 @@ export declare const zoraTestnet: {
161
160
  hash?: `0x${string}`;
162
161
  input?: `0x${string}`;
163
162
  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,7 +181,6 @@ export declare const zoraTestnet: {
181
181
  gas?: `0x${string}`;
182
182
  nonce?: `0x${string}`;
183
183
  value?: `0x${string}`;
184
- blobVersionedHashes?: undefined;
185
184
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
186
185
  accessList?: import("../../index.js").AccessList | undefined;
187
186
  blockHash?: `0x${string}` | null;
@@ -189,6 +188,7 @@ export declare const zoraTestnet: {
189
188
  hash?: `0x${string}`;
190
189
  input?: `0x${string}`;
191
190
  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,7 +232,6 @@ export declare const zoraTestnet: {
232
232
  gas?: `0x${string}`;
233
233
  nonce?: `0x${string}`;
234
234
  value?: `0x${string}`;
235
- blobVersionedHashes?: undefined;
236
235
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
237
236
  accessList?: import("../../index.js").AccessList | undefined;
238
237
  blockHash?: `0x${string}` | null;
@@ -240,6 +239,7 @@ export declare const zoraTestnet: {
240
239
  hash?: `0x${string}`;
241
240
  input?: `0x${string}`;
242
241
  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,7 +283,6 @@ export declare const zoraTestnet: {
283
283
  gas?: `0x${string}`;
284
284
  nonce?: `0x${string}`;
285
285
  value?: `0x${string}`;
286
- blobVersionedHashes?: undefined;
287
286
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
288
287
  accessList?: import("../../index.js").AccessList | undefined;
289
288
  blockHash?: `0x${string}` | null;
@@ -291,6 +290,7 @@ export declare const zoraTestnet: {
291
290
  hash?: `0x${string}`;
292
291
  input?: `0x${string}`;
293
292
  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,7 +334,6 @@ export declare const zoraTestnet: {
334
334
  gas?: `0x${string}`;
335
335
  nonce?: `0x${string}`;
336
336
  value?: `0x${string}`;
337
- blobVersionedHashes?: undefined;
338
337
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
339
338
  accessList?: import("../../index.js").AccessList | undefined;
340
339
  blockHash?: `0x${string}` | null;
@@ -342,6 +341,7 @@ export declare const zoraTestnet: {
342
341
  hash?: `0x${string}`;
343
342
  input?: `0x${string}`;
344
343
  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,7 +362,6 @@ export declare const zoraTestnet: {
362
362
  gas?: `0x${string}`;
363
363
  nonce?: `0x${string}`;
364
364
  value?: `0x${string}`;
365
- blobVersionedHashes?: undefined;
366
365
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
367
366
  accessList?: import("../../index.js").AccessList | undefined;
368
367
  blockHash?: `0x${string}` | null;
@@ -370,6 +369,7 @@ export declare const zoraTestnet: {
370
369
  hash?: `0x${string}`;
371
370
  input?: `0x${string}`;
372
371
  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,7 +413,6 @@ export declare const zoraTestnet: {
413
413
  gas?: `0x${string}`;
414
414
  nonce?: `0x${string}`;
415
415
  value?: `0x${string}`;
416
- blobVersionedHashes?: undefined;
417
416
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
418
417
  accessList?: import("../../index.js").AccessList | undefined;
419
418
  blockHash?: `0x${string}` | null;
@@ -421,6 +420,7 @@ export declare const zoraTestnet: {
421
420
  hash?: `0x${string}`;
422
421
  input?: `0x${string}`;
423
422
  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,7 +464,6 @@ export declare const zoraTestnet: {
464
464
  gas?: `0x${string}`;
465
465
  nonce?: `0x${string}`;
466
466
  value?: `0x${string}`;
467
- blobVersionedHashes?: undefined;
468
467
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
469
468
  accessList?: import("../../index.js").AccessList | undefined;
470
469
  blockHash?: `0x${string}` | null;
@@ -472,6 +471,7 @@ export declare const zoraTestnet: {
472
471
  hash?: `0x${string}`;
473
472
  input?: `0x${string}`;
474
473
  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,7 +515,6 @@ export declare const zoraTestnet: {
515
515
  gas?: `0x${string}`;
516
516
  nonce?: `0x${string}`;
517
517
  value?: `0x${string}`;
518
- blobVersionedHashes?: undefined;
519
518
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
520
519
  accessList?: import("../../index.js").AccessList | undefined;
521
520
  blockHash?: `0x${string}` | null;
@@ -523,6 +522,7 @@ export declare const zoraTestnet: {
523
522
  hash?: `0x${string}`;
524
523
  input?: `0x${string}`;
525
524
  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,7 +543,6 @@ export declare const zoraTestnet: {
543
543
  gas?: `0x${string}`;
544
544
  nonce?: `0x${string}`;
545
545
  value?: `0x${string}`;
546
- blobVersionedHashes?: `0x${string}`[] | undefined;
547
546
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
548
547
  accessList?: import("../../index.js").AccessList | undefined;
549
548
  blockHash?: `0x${string}` | null;
@@ -551,6 +550,7 @@ export declare const zoraTestnet: {
551
550
  hash?: `0x${string}`;
552
551
  input?: `0x${string}`;
553
552
  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,7 +594,6 @@ export declare const zoraTestnet: {
594
594
  gas?: `0x${string}`;
595
595
  nonce?: `0x${string}`;
596
596
  value?: `0x${string}`;
597
- blobVersionedHashes?: `0x${string}`[] | undefined;
598
597
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
599
598
  accessList?: import("../../index.js").AccessList | undefined;
600
599
  blockHash?: `0x${string}` | null;
@@ -602,6 +601,7 @@ export declare const zoraTestnet: {
602
601
  hash?: `0x${string}`;
603
602
  input?: `0x${string}`;
604
603
  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,7 +645,6 @@ export declare const zoraTestnet: {
645
645
  gas?: `0x${string}`;
646
646
  nonce?: `0x${string}`;
647
647
  value?: `0x${string}`;
648
- blobVersionedHashes?: `0x${string}`[] | undefined;
649
648
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
650
649
  accessList?: import("../../index.js").AccessList | undefined;
651
650
  blockHash?: `0x${string}` | null;
@@ -653,6 +652,7 @@ export declare const zoraTestnet: {
653
652
  hash?: `0x${string}`;
654
653
  input?: `0x${string}`;
655
654
  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,7 +696,6 @@ export declare const zoraTestnet: {
696
696
  gas?: `0x${string}`;
697
697
  nonce?: `0x${string}`;
698
698
  value?: `0x${string}`;
699
- blobVersionedHashes?: `0x${string}`[] | undefined;
700
699
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
701
700
  accessList?: import("../../index.js").AccessList | undefined;
702
701
  blockHash?: `0x${string}` | null;
@@ -704,6 +703,7 @@ export declare const zoraTestnet: {
704
703
  hash?: `0x${string}`;
705
704
  input?: `0x${string}`;
706
705
  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,7 +747,6 @@ export declare const zoraTestnet: {
747
747
  gas?: `0x${string}`;
748
748
  nonce?: `0x${string}`;
749
749
  value?: `0x${string}`;
750
- blobVersionedHashes?: `0x${string}`[] | undefined;
751
750
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
752
751
  accessList?: import("../../index.js").AccessList | undefined;
753
752
  blockHash?: `0x${string}` | null;
@@ -755,6 +754,7 @@ export declare const zoraTestnet: {
755
754
  hash?: `0x${string}`;
756
755
  input?: `0x${string}`;
757
756
  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.20240408T061242";
1
+ export declare const version = "0.0.0-main.20240408T070011";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -70,7 +70,6 @@ export declare const chainConfig: {
70
70
  gas?: `0x${string}`;
71
71
  nonce?: `0x${string}`;
72
72
  value?: `0x${string}`;
73
- blobVersionedHashes?: undefined;
74
73
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
75
74
  accessList?: undefined;
76
75
  blockHash?: `0x${string}` | null;
@@ -78,6 +77,7 @@ export declare const chainConfig: {
78
77
  hash?: `0x${string}`;
79
78
  input?: `0x${string}`;
80
79
  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,7 +121,6 @@ export declare const chainConfig: {
121
121
  gas?: `0x${string}`;
122
122
  nonce?: `0x${string}`;
123
123
  value?: `0x${string}`;
124
- blobVersionedHashes?: undefined;
125
124
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
126
125
  accessList?: undefined;
127
126
  blockHash?: `0x${string}` | null;
@@ -129,6 +128,7 @@ export declare const chainConfig: {
129
128
  hash?: `0x${string}`;
130
129
  input?: `0x${string}`;
131
130
  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,7 +149,6 @@ export declare const chainConfig: {
149
149
  gas?: `0x${string}`;
150
150
  nonce?: `0x${string}`;
151
151
  value?: `0x${string}`;
152
- blobVersionedHashes?: undefined;
153
152
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
154
153
  accessList?: import("../index.js").AccessList | undefined;
155
154
  blockHash?: `0x${string}` | null;
@@ -157,6 +156,7 @@ export declare const chainConfig: {
157
156
  hash?: `0x${string}`;
158
157
  input?: `0x${string}`;
159
158
  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,7 +200,6 @@ export declare const chainConfig: {
200
200
  gas?: `0x${string}`;
201
201
  nonce?: `0x${string}`;
202
202
  value?: `0x${string}`;
203
- blobVersionedHashes?: undefined;
204
203
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
205
204
  accessList?: import("../index.js").AccessList | undefined;
206
205
  blockHash?: `0x${string}` | null;
@@ -208,6 +207,7 @@ export declare const chainConfig: {
208
207
  hash?: `0x${string}`;
209
208
  input?: `0x${string}`;
210
209
  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,7 +251,6 @@ export declare const chainConfig: {
251
251
  gas?: `0x${string}`;
252
252
  nonce?: `0x${string}`;
253
253
  value?: `0x${string}`;
254
- blobVersionedHashes?: undefined;
255
254
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
256
255
  accessList?: import("../index.js").AccessList | undefined;
257
256
  blockHash?: `0x${string}` | null;
@@ -259,6 +258,7 @@ export declare const chainConfig: {
259
258
  hash?: `0x${string}`;
260
259
  input?: `0x${string}`;
261
260
  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,7 +302,6 @@ export declare const chainConfig: {
302
302
  gas?: `0x${string}`;
303
303
  nonce?: `0x${string}`;
304
304
  value?: `0x${string}`;
305
- blobVersionedHashes?: undefined;
306
305
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
307
306
  accessList?: import("../index.js").AccessList | undefined;
308
307
  blockHash?: `0x${string}` | null;
@@ -310,6 +309,7 @@ export declare const chainConfig: {
310
309
  hash?: `0x${string}`;
311
310
  input?: `0x${string}`;
312
311
  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,7 +330,6 @@ export declare const chainConfig: {
330
330
  gas?: `0x${string}`;
331
331
  nonce?: `0x${string}`;
332
332
  value?: `0x${string}`;
333
- blobVersionedHashes?: undefined;
334
333
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
335
334
  accessList?: import("../index.js").AccessList | undefined;
336
335
  blockHash?: `0x${string}` | null;
@@ -338,6 +337,7 @@ export declare const chainConfig: {
338
337
  hash?: `0x${string}`;
339
338
  input?: `0x${string}`;
340
339
  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,7 +381,6 @@ export declare const chainConfig: {
381
381
  gas?: `0x${string}`;
382
382
  nonce?: `0x${string}`;
383
383
  value?: `0x${string}`;
384
- blobVersionedHashes?: undefined;
385
384
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
386
385
  accessList?: import("../index.js").AccessList | undefined;
387
386
  blockHash?: `0x${string}` | null;
@@ -389,6 +388,7 @@ export declare const chainConfig: {
389
388
  hash?: `0x${string}`;
390
389
  input?: `0x${string}`;
391
390
  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,7 +432,6 @@ export declare const chainConfig: {
432
432
  gas?: `0x${string}`;
433
433
  nonce?: `0x${string}`;
434
434
  value?: `0x${string}`;
435
- blobVersionedHashes?: undefined;
436
435
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
437
436
  accessList?: import("../index.js").AccessList | undefined;
438
437
  blockHash?: `0x${string}` | null;
@@ -440,6 +439,7 @@ export declare const chainConfig: {
440
439
  hash?: `0x${string}`;
441
440
  input?: `0x${string}`;
442
441
  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,7 +483,6 @@ export declare const chainConfig: {
483
483
  gas?: `0x${string}`;
484
484
  nonce?: `0x${string}`;
485
485
  value?: `0x${string}`;
486
- blobVersionedHashes?: undefined;
487
486
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
488
487
  accessList?: import("../index.js").AccessList | undefined;
489
488
  blockHash?: `0x${string}` | null;
@@ -491,6 +490,7 @@ export declare const chainConfig: {
491
490
  hash?: `0x${string}`;
492
491
  input?: `0x${string}`;
493
492
  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,7 +511,6 @@ export declare const chainConfig: {
511
511
  gas?: `0x${string}`;
512
512
  nonce?: `0x${string}`;
513
513
  value?: `0x${string}`;
514
- blobVersionedHashes?: `0x${string}`[] | undefined;
515
514
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
516
515
  accessList?: import("../index.js").AccessList | undefined;
517
516
  blockHash?: `0x${string}` | null;
@@ -519,6 +518,7 @@ export declare const chainConfig: {
519
518
  hash?: `0x${string}`;
520
519
  input?: `0x${string}`;
521
520
  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,7 +562,6 @@ export declare const chainConfig: {
562
562
  gas?: `0x${string}`;
563
563
  nonce?: `0x${string}`;
564
564
  value?: `0x${string}`;
565
- blobVersionedHashes?: `0x${string}`[] | undefined;
566
565
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
567
566
  accessList?: import("../index.js").AccessList | undefined;
568
567
  blockHash?: `0x${string}` | null;
@@ -570,6 +569,7 @@ export declare const chainConfig: {
570
569
  hash?: `0x${string}`;
571
570
  input?: `0x${string}`;
572
571
  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,7 +613,6 @@ export declare const chainConfig: {
613
613
  gas?: `0x${string}`;
614
614
  nonce?: `0x${string}`;
615
615
  value?: `0x${string}`;
616
- blobVersionedHashes?: `0x${string}`[] | undefined;
617
616
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
618
617
  accessList?: import("../index.js").AccessList | undefined;
619
618
  blockHash?: `0x${string}` | null;
@@ -621,6 +620,7 @@ export declare const chainConfig: {
621
620
  hash?: `0x${string}`;
622
621
  input?: `0x${string}`;
623
622
  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,7 +664,6 @@ export declare const chainConfig: {
664
664
  gas?: `0x${string}`;
665
665
  nonce?: `0x${string}`;
666
666
  value?: `0x${string}`;
667
- blobVersionedHashes?: `0x${string}`[] | undefined;
668
667
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
669
668
  accessList?: import("../index.js").AccessList | undefined;
670
669
  blockHash?: `0x${string}` | null;
@@ -672,6 +671,7 @@ export declare const chainConfig: {
672
671
  hash?: `0x${string}`;
673
672
  input?: `0x${string}`;
674
673
  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,7 +715,6 @@ export declare const chainConfig: {
715
715
  gas?: `0x${string}`;
716
716
  nonce?: `0x${string}`;
717
717
  value?: `0x${string}`;
718
- blobVersionedHashes?: `0x${string}`[] | undefined;
719
718
  type?: "0x0" | "0x1" | "0x2" | "0x3" | "0x7e";
720
719
  accessList?: import("../index.js").AccessList | undefined;
721
720
  blockHash?: `0x${string}` | null;
@@ -723,6 +722,7 @@ export declare const chainConfig: {
723
722
  hash?: `0x${string}`;
724
723
  input?: `0x${string}`;
725
724
  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;