viem 0.0.0-main.20240408T054443 → 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
@@ -476,6 +476,9 @@ export declare const zkSyncSepoliaTestnet: {
476
476
  accessList?: undefined;
477
477
  blobs?: undefined;
478
478
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
479
+ kzg?: undefined;
480
+ blobVersionedHashes?: undefined;
481
+ sidecars?: undefined;
479
482
  } & {
480
483
  data?: `0x${string}` | undefined;
481
484
  from: `0x${string}`;
@@ -490,6 +493,9 @@ export declare const zkSyncSepoliaTestnet: {
490
493
  accessList?: undefined;
491
494
  blobs?: undefined;
492
495
  type?: "legacy" | undefined;
496
+ kzg?: undefined;
497
+ blobVersionedHashes?: undefined;
498
+ sidecars?: undefined;
493
499
  } & {
494
500
  gasPerPubdata?: undefined;
495
501
  customSignature?: undefined;
@@ -510,6 +516,9 @@ export declare const zkSyncSepoliaTestnet: {
510
516
  accessList?: undefined;
511
517
  blobs?: undefined;
512
518
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
519
+ kzg?: undefined;
520
+ blobVersionedHashes?: undefined;
521
+ sidecars?: undefined;
513
522
  } & {
514
523
  data?: `0x${string}` | undefined;
515
524
  from: `0x${string}`;
@@ -524,6 +533,9 @@ export declare const zkSyncSepoliaTestnet: {
524
533
  accessList?: import("../../index.js").AccessList | undefined;
525
534
  blobs?: undefined;
526
535
  type?: "eip2930" | undefined;
536
+ kzg?: undefined;
537
+ blobVersionedHashes?: undefined;
538
+ sidecars?: undefined;
527
539
  } & {
528
540
  gasPerPubdata?: undefined;
529
541
  customSignature?: undefined;
@@ -544,6 +556,9 @@ export declare const zkSyncSepoliaTestnet: {
544
556
  accessList?: undefined;
545
557
  blobs?: undefined;
546
558
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
559
+ kzg?: undefined;
560
+ blobVersionedHashes?: undefined;
561
+ sidecars?: undefined;
547
562
  } & {
548
563
  data?: `0x${string}` | undefined;
549
564
  from: `0x${string}`;
@@ -558,6 +573,9 @@ export declare const zkSyncSepoliaTestnet: {
558
573
  accessList?: import("../../index.js").AccessList | undefined;
559
574
  blobs?: undefined;
560
575
  type?: "eip1559" | undefined;
576
+ kzg?: undefined;
577
+ blobVersionedHashes?: undefined;
578
+ sidecars?: undefined;
561
579
  } & {
562
580
  gasPerPubdata?: undefined;
563
581
  customSignature?: undefined;
@@ -578,6 +596,9 @@ export declare const zkSyncSepoliaTestnet: {
578
596
  accessList?: undefined;
579
597
  blobs?: undefined;
580
598
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
599
+ kzg?: undefined;
600
+ blobVersionedHashes?: undefined;
601
+ sidecars?: undefined;
581
602
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
582
603
  gasPerPubdata?: bigint | undefined;
583
604
  customSignature?: `0x${string}` | undefined;
@@ -600,6 +621,9 @@ export declare const zkSyncSepoliaTestnet: {
600
621
  accessList?: undefined;
601
622
  blobs?: undefined;
602
623
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
624
+ kzg?: undefined;
625
+ blobVersionedHashes?: undefined;
626
+ sidecars?: undefined;
603
627
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
604
628
  gasPerPubdata?: bigint | undefined;
605
629
  customSignature?: `0x${string}` | undefined;
@@ -622,6 +646,9 @@ export declare const zkSyncSepoliaTestnet: {
622
646
  accessList?: import("../../index.js").AccessList | undefined;
623
647
  blobs?: undefined;
624
648
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
649
+ kzg?: undefined;
650
+ blobVersionedHashes?: undefined;
651
+ sidecars?: undefined;
625
652
  } & {
626
653
  data?: `0x${string}` | undefined;
627
654
  from: `0x${string}`;
@@ -636,6 +663,9 @@ export declare const zkSyncSepoliaTestnet: {
636
663
  accessList?: undefined;
637
664
  blobs?: undefined;
638
665
  type?: "legacy" | undefined;
666
+ kzg?: undefined;
667
+ blobVersionedHashes?: undefined;
668
+ sidecars?: undefined;
639
669
  } & {
640
670
  gasPerPubdata?: undefined;
641
671
  customSignature?: undefined;
@@ -656,6 +686,9 @@ export declare const zkSyncSepoliaTestnet: {
656
686
  accessList?: import("../../index.js").AccessList | undefined;
657
687
  blobs?: undefined;
658
688
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
689
+ kzg?: undefined;
690
+ blobVersionedHashes?: undefined;
691
+ sidecars?: undefined;
659
692
  } & {
660
693
  data?: `0x${string}` | undefined;
661
694
  from: `0x${string}`;
@@ -670,6 +703,9 @@ export declare const zkSyncSepoliaTestnet: {
670
703
  accessList?: import("../../index.js").AccessList | undefined;
671
704
  blobs?: undefined;
672
705
  type?: "eip2930" | undefined;
706
+ kzg?: undefined;
707
+ blobVersionedHashes?: undefined;
708
+ sidecars?: undefined;
673
709
  } & {
674
710
  gasPerPubdata?: undefined;
675
711
  customSignature?: undefined;
@@ -690,6 +726,9 @@ export declare const zkSyncSepoliaTestnet: {
690
726
  accessList?: import("../../index.js").AccessList | undefined;
691
727
  blobs?: undefined;
692
728
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
729
+ kzg?: undefined;
730
+ blobVersionedHashes?: undefined;
731
+ sidecars?: undefined;
693
732
  } & {
694
733
  data?: `0x${string}` | undefined;
695
734
  from: `0x${string}`;
@@ -704,6 +743,9 @@ export declare const zkSyncSepoliaTestnet: {
704
743
  accessList?: import("../../index.js").AccessList | undefined;
705
744
  blobs?: undefined;
706
745
  type?: "eip1559" | undefined;
746
+ kzg?: undefined;
747
+ blobVersionedHashes?: undefined;
748
+ sidecars?: undefined;
707
749
  } & {
708
750
  gasPerPubdata?: undefined;
709
751
  customSignature?: undefined;
@@ -724,6 +766,9 @@ export declare const zkSyncSepoliaTestnet: {
724
766
  accessList?: import("../../index.js").AccessList | undefined;
725
767
  blobs?: undefined;
726
768
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
769
+ kzg?: undefined;
770
+ blobVersionedHashes?: undefined;
771
+ sidecars?: undefined;
727
772
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
728
773
  gasPerPubdata?: bigint | undefined;
729
774
  customSignature?: `0x${string}` | undefined;
@@ -746,6 +791,9 @@ export declare const zkSyncSepoliaTestnet: {
746
791
  accessList?: import("../../index.js").AccessList | undefined;
747
792
  blobs?: undefined;
748
793
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
794
+ kzg?: undefined;
795
+ blobVersionedHashes?: undefined;
796
+ sidecars?: undefined;
749
797
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
750
798
  gasPerPubdata?: bigint | undefined;
751
799
  customSignature?: `0x${string}` | undefined;
@@ -768,6 +816,9 @@ export declare const zkSyncSepoliaTestnet: {
768
816
  accessList?: import("../../index.js").AccessList | undefined;
769
817
  blobs?: undefined;
770
818
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
819
+ kzg?: undefined;
820
+ blobVersionedHashes?: undefined;
821
+ sidecars?: undefined;
771
822
  } & {
772
823
  data?: `0x${string}` | undefined;
773
824
  from: `0x${string}`;
@@ -782,6 +833,9 @@ export declare const zkSyncSepoliaTestnet: {
782
833
  accessList?: undefined;
783
834
  blobs?: undefined;
784
835
  type?: "legacy" | undefined;
836
+ kzg?: undefined;
837
+ blobVersionedHashes?: undefined;
838
+ sidecars?: undefined;
785
839
  } & {
786
840
  gasPerPubdata?: undefined;
787
841
  customSignature?: undefined;
@@ -802,6 +856,9 @@ export declare const zkSyncSepoliaTestnet: {
802
856
  accessList?: import("../../index.js").AccessList | undefined;
803
857
  blobs?: undefined;
804
858
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
859
+ kzg?: undefined;
860
+ blobVersionedHashes?: undefined;
861
+ sidecars?: undefined;
805
862
  } & {
806
863
  data?: `0x${string}` | undefined;
807
864
  from: `0x${string}`;
@@ -816,6 +873,9 @@ export declare const zkSyncSepoliaTestnet: {
816
873
  accessList?: import("../../index.js").AccessList | undefined;
817
874
  blobs?: undefined;
818
875
  type?: "eip2930" | undefined;
876
+ kzg?: undefined;
877
+ blobVersionedHashes?: undefined;
878
+ sidecars?: undefined;
819
879
  } & {
820
880
  gasPerPubdata?: undefined;
821
881
  customSignature?: undefined;
@@ -836,6 +896,9 @@ export declare const zkSyncSepoliaTestnet: {
836
896
  accessList?: import("../../index.js").AccessList | undefined;
837
897
  blobs?: undefined;
838
898
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
899
+ kzg?: undefined;
900
+ blobVersionedHashes?: undefined;
901
+ sidecars?: undefined;
839
902
  } & {
840
903
  data?: `0x${string}` | undefined;
841
904
  from: `0x${string}`;
@@ -850,6 +913,9 @@ export declare const zkSyncSepoliaTestnet: {
850
913
  accessList?: import("../../index.js").AccessList | undefined;
851
914
  blobs?: undefined;
852
915
  type?: "eip1559" | undefined;
916
+ kzg?: undefined;
917
+ blobVersionedHashes?: undefined;
918
+ sidecars?: undefined;
853
919
  } & {
854
920
  gasPerPubdata?: undefined;
855
921
  customSignature?: undefined;
@@ -870,6 +936,9 @@ export declare const zkSyncSepoliaTestnet: {
870
936
  accessList?: import("../../index.js").AccessList | undefined;
871
937
  blobs?: undefined;
872
938
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
939
+ kzg?: undefined;
940
+ blobVersionedHashes?: undefined;
941
+ sidecars?: undefined;
873
942
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
874
943
  gasPerPubdata?: bigint | undefined;
875
944
  customSignature?: `0x${string}` | undefined;
@@ -892,6 +961,9 @@ export declare const zkSyncSepoliaTestnet: {
892
961
  accessList?: import("../../index.js").AccessList | undefined;
893
962
  blobs?: undefined;
894
963
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
964
+ kzg?: undefined;
965
+ blobVersionedHashes?: undefined;
966
+ sidecars?: undefined;
895
967
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
896
968
  gasPerPubdata?: bigint | undefined;
897
969
  customSignature?: `0x${string}` | undefined;
@@ -914,6 +986,9 @@ export declare const zkSyncSepoliaTestnet: {
914
986
  accessList?: import("../../index.js").AccessList | undefined;
915
987
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
916
988
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
989
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
990
+ blobVersionedHashes?: undefined;
991
+ sidecars?: undefined;
917
992
  } & {
918
993
  data?: `0x${string}` | undefined;
919
994
  from: `0x${string}`;
@@ -928,6 +1003,9 @@ export declare const zkSyncSepoliaTestnet: {
928
1003
  accessList?: undefined;
929
1004
  blobs?: undefined;
930
1005
  type?: "legacy" | undefined;
1006
+ kzg?: undefined;
1007
+ blobVersionedHashes?: undefined;
1008
+ sidecars?: undefined;
931
1009
  } & {
932
1010
  gasPerPubdata?: undefined;
933
1011
  customSignature?: undefined;
@@ -948,6 +1026,9 @@ export declare const zkSyncSepoliaTestnet: {
948
1026
  accessList?: import("../../index.js").AccessList | undefined;
949
1027
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
950
1028
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1029
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1030
+ blobVersionedHashes?: undefined;
1031
+ sidecars?: undefined;
951
1032
  } & {
952
1033
  data?: `0x${string}` | undefined;
953
1034
  from: `0x${string}`;
@@ -962,6 +1043,9 @@ export declare const zkSyncSepoliaTestnet: {
962
1043
  accessList?: import("../../index.js").AccessList | undefined;
963
1044
  blobs?: undefined;
964
1045
  type?: "eip2930" | undefined;
1046
+ kzg?: undefined;
1047
+ blobVersionedHashes?: undefined;
1048
+ sidecars?: undefined;
965
1049
  } & {
966
1050
  gasPerPubdata?: undefined;
967
1051
  customSignature?: undefined;
@@ -982,6 +1066,9 @@ export declare const zkSyncSepoliaTestnet: {
982
1066
  accessList?: import("../../index.js").AccessList | undefined;
983
1067
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
984
1068
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1069
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1070
+ blobVersionedHashes?: undefined;
1071
+ sidecars?: undefined;
985
1072
  } & {
986
1073
  data?: `0x${string}` | undefined;
987
1074
  from: `0x${string}`;
@@ -996,6 +1083,9 @@ export declare const zkSyncSepoliaTestnet: {
996
1083
  accessList?: import("../../index.js").AccessList | undefined;
997
1084
  blobs?: undefined;
998
1085
  type?: "eip1559" | undefined;
1086
+ kzg?: undefined;
1087
+ blobVersionedHashes?: undefined;
1088
+ sidecars?: undefined;
999
1089
  } & {
1000
1090
  gasPerPubdata?: undefined;
1001
1091
  customSignature?: undefined;
@@ -1016,6 +1106,9 @@ export declare const zkSyncSepoliaTestnet: {
1016
1106
  accessList?: import("../../index.js").AccessList | undefined;
1017
1107
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1018
1108
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1109
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1110
+ blobVersionedHashes?: undefined;
1111
+ sidecars?: undefined;
1019
1112
  } & {
1020
1113
  data?: `0x${string}` | undefined;
1021
1114
  from: `0x${string}`;
@@ -1030,6 +1123,9 @@ export declare const zkSyncSepoliaTestnet: {
1030
1123
  accessList?: import("../../index.js").AccessList | undefined;
1031
1124
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1032
1125
  type?: "eip4844" | undefined;
1126
+ kzg: import("../../types/kzg.js").Kzg | undefined;
1127
+ blobVersionedHashes?: undefined;
1128
+ sidecars?: undefined;
1033
1129
  } & {
1034
1130
  gasPerPubdata?: undefined;
1035
1131
  customSignature?: undefined;
@@ -1050,6 +1146,9 @@ export declare const zkSyncSepoliaTestnet: {
1050
1146
  accessList?: import("../../index.js").AccessList | undefined;
1051
1147
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1052
1148
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1149
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1150
+ blobVersionedHashes?: undefined;
1151
+ sidecars?: undefined;
1053
1152
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1054
1153
  gasPerPubdata?: bigint | undefined;
1055
1154
  customSignature?: `0x${string}` | undefined;
@@ -1072,6 +1171,9 @@ export declare const zkSyncSepoliaTestnet: {
1072
1171
  accessList?: import("../../index.js").AccessList | undefined;
1073
1172
  blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1074
1173
  type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1174
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1175
+ blobVersionedHashes?: undefined;
1176
+ sidecars?: undefined;
1075
1177
  } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1076
1178
  gasPerPubdata?: bigint | undefined;
1077
1179
  customSignature?: `0x${string}` | undefined;
@@ -1080,171 +1182,704 @@ export declare const zkSyncSepoliaTestnet: {
1080
1182
  } & {
1081
1183
  paymaster?: undefined;
1082
1184
  paymasterInput?: undefined;
1083
- })) => ({
1185
+ }) | ({
1084
1186
  data?: `0x${string}` | undefined;
1085
- from: `0x${string}`;
1086
- gas?: `0x${string}` | undefined;
1087
- nonce?: `0x${string}` | undefined;
1187
+ from?: `0x${string}`;
1188
+ gas?: bigint | undefined;
1189
+ nonce?: number | undefined;
1190
+ value?: bigint | undefined;
1088
1191
  to?: `0x${string}` | null | undefined;
1089
- value?: `0x${string}` | undefined;
1090
- gasPrice?: `0x${string}` | undefined;
1091
- maxFeePerBlobGas?: undefined;
1092
- maxFeePerGas?: undefined;
1093
- maxPriorityFeePerGas?: undefined;
1094
- accessList?: undefined;
1095
- blobs?: undefined;
1096
- type?: "0x0" | undefined;
1097
- eip712Meta?: undefined;
1098
- } | {
1192
+ gasPrice?: bigint | undefined;
1193
+ maxFeePerGas?: bigint | undefined;
1194
+ maxPriorityFeePerGas?: bigint | undefined;
1195
+ maxFeePerBlobGas?: bigint | undefined;
1196
+ accessList?: import("../../index.js").AccessList | undefined;
1197
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1198
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1199
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1200
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1201
+ sidecars?: undefined;
1202
+ } & {
1099
1203
  data?: `0x${string}` | undefined;
1100
1204
  from: `0x${string}`;
1101
- gas?: `0x${string}` | undefined;
1102
- nonce?: `0x${string}` | undefined;
1205
+ gas?: bigint | undefined;
1206
+ nonce?: number | undefined;
1103
1207
  to?: `0x${string}` | null | undefined;
1104
- value?: `0x${string}` | undefined;
1105
- gasPrice?: `0x${string}` | undefined;
1208
+ value?: bigint | undefined;
1209
+ gasPrice?: bigint | undefined;
1106
1210
  maxFeePerBlobGas?: undefined;
1107
1211
  maxFeePerGas?: undefined;
1108
1212
  maxPriorityFeePerGas?: undefined;
1109
1213
  accessList?: undefined;
1110
1214
  blobs?: undefined;
1111
- type?: "0x1" | undefined;
1112
- eip712Meta?: undefined;
1113
- } | {
1114
- data?: `0x${string}` | undefined;
1115
- from: `0x${string}`;
1116
- gas?: `0x${string}` | undefined;
1117
- nonce?: `0x${string}` | undefined;
1118
- to?: `0x${string}` | null | undefined;
1119
- value?: `0x${string}` | undefined;
1120
- gasPrice?: undefined;
1121
- maxFeePerBlobGas?: undefined;
1122
- maxFeePerGas?: `0x${string}` | undefined;
1123
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1124
- accessList?: undefined;
1125
- blobs?: undefined;
1126
- type?: "0x2" | undefined;
1127
- eip712Meta?: undefined;
1128
- } | {
1129
- data?: `0x${string}` | undefined;
1130
- from: `0x${string}`;
1131
- gas?: `0x${string}` | undefined;
1132
- nonce?: `0x${string}` | undefined;
1133
- to?: `0x${string}` | null | undefined;
1134
- value?: `0x${string}` | undefined;
1135
- gasPrice?: undefined;
1136
- maxFeePerBlobGas?: undefined;
1137
- maxFeePerGas?: `0x${string}` | undefined;
1138
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1139
- accessList?: undefined;
1140
- blobs?: undefined;
1141
- type: "0xff" | "0x71";
1142
- eip712Meta: import("../index.js").ZkSyncEip712Meta;
1143
- } | {
1215
+ type?: "legacy" | undefined;
1216
+ kzg?: undefined;
1217
+ blobVersionedHashes?: undefined;
1218
+ sidecars?: undefined;
1219
+ } & {
1220
+ gasPerPubdata?: undefined;
1221
+ customSignature?: undefined;
1222
+ paymaster?: undefined;
1223
+ paymasterInput?: undefined;
1224
+ factoryDeps?: undefined;
1225
+ }) | ({
1144
1226
  data?: `0x${string}` | undefined;
1145
- from: `0x${string}`;
1146
- gas?: `0x${string}` | undefined;
1147
- nonce?: `0x${string}` | undefined;
1227
+ from?: `0x${string}`;
1228
+ gas?: bigint | undefined;
1229
+ nonce?: number | undefined;
1230
+ value?: bigint | undefined;
1148
1231
  to?: `0x${string}` | null | undefined;
1149
- value?: `0x${string}` | undefined;
1150
- gasPrice?: `0x${string}` | undefined;
1151
- maxFeePerBlobGas?: undefined;
1152
- maxFeePerGas?: undefined;
1153
- maxPriorityFeePerGas?: undefined;
1154
- accessList?: undefined;
1155
- blobs?: undefined;
1156
- type?: "0x0" | undefined;
1157
- eip712Meta?: undefined;
1158
- } | {
1232
+ gasPrice?: bigint | undefined;
1233
+ maxFeePerGas?: bigint | undefined;
1234
+ maxPriorityFeePerGas?: bigint | undefined;
1235
+ maxFeePerBlobGas?: bigint | undefined;
1236
+ accessList?: import("../../index.js").AccessList | undefined;
1237
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1238
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1239
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1240
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1241
+ sidecars?: undefined;
1242
+ } & {
1159
1243
  data?: `0x${string}` | undefined;
1160
1244
  from: `0x${string}`;
1161
- gas?: `0x${string}` | undefined;
1162
- nonce?: `0x${string}` | undefined;
1245
+ gas?: bigint | undefined;
1246
+ nonce?: number | undefined;
1163
1247
  to?: `0x${string}` | null | undefined;
1164
- value?: `0x${string}` | undefined;
1165
- gasPrice?: `0x${string}` | undefined;
1248
+ value?: bigint | undefined;
1249
+ gasPrice?: bigint | undefined;
1166
1250
  maxFeePerBlobGas?: undefined;
1167
1251
  maxFeePerGas?: undefined;
1168
1252
  maxPriorityFeePerGas?: undefined;
1169
1253
  accessList?: import("../../index.js").AccessList | undefined;
1170
1254
  blobs?: undefined;
1171
- type?: "0x1" | undefined;
1172
- eip712Meta?: undefined;
1173
- } | {
1255
+ type?: "eip2930" | undefined;
1256
+ kzg?: undefined;
1257
+ blobVersionedHashes?: undefined;
1258
+ sidecars?: undefined;
1259
+ } & {
1260
+ gasPerPubdata?: undefined;
1261
+ customSignature?: undefined;
1262
+ paymaster?: undefined;
1263
+ paymasterInput?: undefined;
1264
+ factoryDeps?: undefined;
1265
+ }) | ({
1174
1266
  data?: `0x${string}` | undefined;
1175
- from: `0x${string}`;
1176
- gas?: `0x${string}` | undefined;
1177
- nonce?: `0x${string}` | undefined;
1267
+ from?: `0x${string}`;
1268
+ gas?: bigint | undefined;
1269
+ nonce?: number | undefined;
1270
+ value?: bigint | undefined;
1178
1271
  to?: `0x${string}` | null | undefined;
1179
- value?: `0x${string}` | undefined;
1180
- gasPrice?: undefined;
1181
- maxFeePerBlobGas?: undefined;
1182
- maxFeePerGas?: `0x${string}` | undefined;
1183
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1272
+ gasPrice?: bigint | undefined;
1273
+ maxFeePerGas?: bigint | undefined;
1274
+ maxPriorityFeePerGas?: bigint | undefined;
1275
+ maxFeePerBlobGas?: bigint | undefined;
1184
1276
  accessList?: import("../../index.js").AccessList | undefined;
1185
- blobs?: undefined;
1186
- type?: "0x2" | undefined;
1187
- eip712Meta?: undefined;
1188
- } | {
1277
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1278
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1279
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1280
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1281
+ sidecars?: undefined;
1282
+ } & {
1189
1283
  data?: `0x${string}` | undefined;
1190
1284
  from: `0x${string}`;
1191
- gas?: `0x${string}` | undefined;
1192
- nonce?: `0x${string}` | undefined;
1285
+ gas?: bigint | undefined;
1286
+ nonce?: number | undefined;
1193
1287
  to?: `0x${string}` | null | undefined;
1194
- value?: `0x${string}` | undefined;
1288
+ value?: bigint | undefined;
1195
1289
  gasPrice?: undefined;
1196
1290
  maxFeePerBlobGas?: undefined;
1197
- maxFeePerGas?: `0x${string}` | undefined;
1198
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1291
+ maxFeePerGas?: bigint | undefined;
1292
+ maxPriorityFeePerGas?: bigint | undefined;
1199
1293
  accessList?: import("../../index.js").AccessList | undefined;
1200
1294
  blobs?: undefined;
1201
- type: "0xff" | "0x71";
1202
- eip712Meta: import("../index.js").ZkSyncEip712Meta;
1203
- } | {
1204
- data?: `0x${string}` | undefined;
1205
- from: `0x${string}`;
1206
- gas?: `0x${string}` | undefined;
1207
- nonce?: `0x${string}` | undefined;
1208
- to?: `0x${string}` | null | undefined;
1209
- value?: `0x${string}` | undefined;
1210
- gasPrice?: `0x${string}` | undefined;
1211
- maxFeePerBlobGas?: undefined;
1212
- maxFeePerGas?: undefined;
1213
- maxPriorityFeePerGas?: undefined;
1214
- accessList?: undefined;
1215
- blobs?: undefined;
1216
- type?: "0x0" | undefined;
1217
- eip712Meta?: undefined;
1218
- } | {
1295
+ type?: "eip1559" | undefined;
1296
+ kzg?: undefined;
1297
+ blobVersionedHashes?: undefined;
1298
+ sidecars?: undefined;
1299
+ } & {
1300
+ gasPerPubdata?: undefined;
1301
+ customSignature?: undefined;
1302
+ paymaster?: undefined;
1303
+ paymasterInput?: undefined;
1304
+ factoryDeps?: undefined;
1305
+ }) | ({
1219
1306
  data?: `0x${string}` | undefined;
1220
- from: `0x${string}`;
1221
- gas?: `0x${string}` | undefined;
1222
- nonce?: `0x${string}` | undefined;
1307
+ from?: `0x${string}`;
1308
+ gas?: bigint | undefined;
1309
+ nonce?: number | undefined;
1310
+ value?: bigint | undefined;
1223
1311
  to?: `0x${string}` | null | undefined;
1224
- value?: `0x${string}` | undefined;
1225
- gasPrice?: `0x${string}` | undefined;
1226
- maxFeePerBlobGas?: undefined;
1227
- maxFeePerGas?: undefined;
1228
- maxPriorityFeePerGas?: undefined;
1312
+ gasPrice?: bigint | undefined;
1313
+ maxFeePerGas?: bigint | undefined;
1314
+ maxPriorityFeePerGas?: bigint | undefined;
1315
+ maxFeePerBlobGas?: bigint | undefined;
1229
1316
  accessList?: import("../../index.js").AccessList | undefined;
1230
- blobs?: undefined;
1231
- type?: "0x1" | undefined;
1232
- eip712Meta?: undefined;
1233
- } | {
1317
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1318
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1319
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1320
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1321
+ sidecars?: undefined;
1322
+ } & {
1234
1323
  data?: `0x${string}` | undefined;
1235
1324
  from: `0x${string}`;
1236
- gas?: `0x${string}` | undefined;
1237
- nonce?: `0x${string}` | undefined;
1238
- to?: `0x${string}` | null | undefined;
1239
- value?: `0x${string}` | undefined;
1325
+ gas?: bigint | undefined;
1326
+ nonce?: number | undefined;
1327
+ value?: bigint | undefined;
1328
+ to: `0x${string}` | null;
1240
1329
  gasPrice?: undefined;
1241
- maxFeePerBlobGas?: undefined;
1242
- maxFeePerGas?: `0x${string}` | undefined;
1243
- maxPriorityFeePerGas?: `0x${string}` | undefined;
1330
+ maxFeePerGas?: bigint | undefined;
1331
+ maxPriorityFeePerGas?: bigint | undefined;
1332
+ maxFeePerBlobGas: bigint;
1244
1333
  accessList?: import("../../index.js").AccessList | undefined;
1245
- blobs?: undefined;
1246
- type?: "0x2" | undefined;
1247
- eip712Meta?: undefined;
1334
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1335
+ type?: "eip4844" | undefined;
1336
+ kzg: import("../../types/kzg.js").Kzg | undefined;
1337
+ blobVersionedHashes?: undefined;
1338
+ sidecars?: undefined;
1339
+ } & {
1340
+ gasPerPubdata?: undefined;
1341
+ customSignature?: undefined;
1342
+ paymaster?: undefined;
1343
+ paymasterInput?: undefined;
1344
+ factoryDeps?: undefined;
1345
+ }) | ({
1346
+ data?: `0x${string}` | undefined;
1347
+ from?: `0x${string}`;
1348
+ gas?: bigint | undefined;
1349
+ nonce?: number | undefined;
1350
+ value?: bigint | undefined;
1351
+ to?: `0x${string}` | null | undefined;
1352
+ gasPrice?: bigint | undefined;
1353
+ maxFeePerGas?: bigint | undefined;
1354
+ maxPriorityFeePerGas?: bigint | undefined;
1355
+ maxFeePerBlobGas?: bigint | undefined;
1356
+ accessList?: import("../../index.js").AccessList | undefined;
1357
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1358
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1359
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1360
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1361
+ sidecars?: undefined;
1362
+ } & {
1363
+ data?: `0x${string}` | undefined;
1364
+ from: `0x${string}`;
1365
+ gas?: bigint | undefined;
1366
+ nonce?: number | undefined;
1367
+ value?: bigint | undefined;
1368
+ to: `0x${string}` | null;
1369
+ gasPrice?: undefined;
1370
+ maxFeePerGas?: bigint | undefined;
1371
+ maxPriorityFeePerGas?: bigint | undefined;
1372
+ maxFeePerBlobGas: bigint;
1373
+ accessList?: import("../../index.js").AccessList | undefined;
1374
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1375
+ type?: "eip4844" | undefined;
1376
+ blobVersionedHashes: readonly `0x${string}`[];
1377
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1378
+ sidecars?: undefined;
1379
+ } & {
1380
+ gasPerPubdata?: undefined;
1381
+ customSignature?: undefined;
1382
+ paymaster?: undefined;
1383
+ paymasterInput?: undefined;
1384
+ factoryDeps?: undefined;
1385
+ }) | ({
1386
+ data?: `0x${string}` | undefined;
1387
+ from?: `0x${string}`;
1388
+ gas?: bigint | undefined;
1389
+ nonce?: number | undefined;
1390
+ value?: bigint | undefined;
1391
+ to?: `0x${string}` | null | undefined;
1392
+ gasPrice?: bigint | undefined;
1393
+ maxFeePerGas?: bigint | undefined;
1394
+ maxPriorityFeePerGas?: bigint | undefined;
1395
+ maxFeePerBlobGas?: bigint | undefined;
1396
+ accessList?: import("../../index.js").AccessList | undefined;
1397
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1398
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1399
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1400
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1401
+ sidecars?: undefined;
1402
+ } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1403
+ gasPerPubdata?: bigint | undefined;
1404
+ customSignature?: `0x${string}` | undefined;
1405
+ factoryDeps?: `0x${string}`[] | undefined;
1406
+ type?: "priority" | "eip712" | undefined;
1407
+ } & {
1408
+ paymaster: `0x${string}`;
1409
+ paymasterInput: `0x${string}`;
1410
+ }) | ({
1411
+ data?: `0x${string}` | undefined;
1412
+ from?: `0x${string}`;
1413
+ gas?: bigint | undefined;
1414
+ nonce?: number | undefined;
1415
+ value?: bigint | undefined;
1416
+ to?: `0x${string}` | null | undefined;
1417
+ gasPrice?: bigint | undefined;
1418
+ maxFeePerGas?: bigint | undefined;
1419
+ maxPriorityFeePerGas?: bigint | undefined;
1420
+ maxFeePerBlobGas?: bigint | undefined;
1421
+ accessList?: import("../../index.js").AccessList | undefined;
1422
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1423
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1424
+ blobVersionedHashes?: readonly `0x${string}`[] | undefined;
1425
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1426
+ sidecars?: undefined;
1427
+ } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1428
+ gasPerPubdata?: bigint | undefined;
1429
+ customSignature?: `0x${string}` | undefined;
1430
+ factoryDeps?: `0x${string}`[] | undefined;
1431
+ type?: "priority" | "eip712" | undefined;
1432
+ } & {
1433
+ paymaster?: undefined;
1434
+ paymasterInput?: undefined;
1435
+ }) | ({
1436
+ data?: `0x${string}` | undefined;
1437
+ from?: `0x${string}`;
1438
+ gas?: bigint | undefined;
1439
+ nonce?: number | undefined;
1440
+ value?: bigint | undefined;
1441
+ to?: `0x${string}` | null | undefined;
1442
+ gasPrice?: bigint | undefined;
1443
+ maxFeePerGas?: bigint | undefined;
1444
+ maxPriorityFeePerGas?: bigint | undefined;
1445
+ maxFeePerBlobGas?: bigint | undefined;
1446
+ accessList?: import("../../index.js").AccessList | undefined;
1447
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1448
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1449
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1450
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1451
+ blobVersionedHashes?: undefined;
1452
+ } & {
1453
+ data?: `0x${string}` | undefined;
1454
+ from: `0x${string}`;
1455
+ gas?: bigint | undefined;
1456
+ nonce?: number | undefined;
1457
+ to?: `0x${string}` | null | undefined;
1458
+ value?: bigint | undefined;
1459
+ gasPrice?: bigint | undefined;
1460
+ maxFeePerBlobGas?: undefined;
1461
+ maxFeePerGas?: undefined;
1462
+ maxPriorityFeePerGas?: undefined;
1463
+ accessList?: undefined;
1464
+ blobs?: undefined;
1465
+ type?: "legacy" | undefined;
1466
+ kzg?: undefined;
1467
+ blobVersionedHashes?: undefined;
1468
+ sidecars?: undefined;
1469
+ } & {
1470
+ gasPerPubdata?: undefined;
1471
+ customSignature?: undefined;
1472
+ paymaster?: undefined;
1473
+ paymasterInput?: undefined;
1474
+ factoryDeps?: undefined;
1475
+ }) | ({
1476
+ data?: `0x${string}` | undefined;
1477
+ from?: `0x${string}`;
1478
+ gas?: bigint | undefined;
1479
+ nonce?: number | undefined;
1480
+ value?: bigint | undefined;
1481
+ to?: `0x${string}` | null | undefined;
1482
+ gasPrice?: bigint | undefined;
1483
+ maxFeePerGas?: bigint | undefined;
1484
+ maxPriorityFeePerGas?: bigint | undefined;
1485
+ maxFeePerBlobGas?: bigint | undefined;
1486
+ accessList?: import("../../index.js").AccessList | undefined;
1487
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1488
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1489
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1490
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1491
+ blobVersionedHashes?: undefined;
1492
+ } & {
1493
+ data?: `0x${string}` | undefined;
1494
+ from: `0x${string}`;
1495
+ gas?: bigint | undefined;
1496
+ nonce?: number | undefined;
1497
+ to?: `0x${string}` | null | undefined;
1498
+ value?: bigint | undefined;
1499
+ gasPrice?: bigint | undefined;
1500
+ maxFeePerBlobGas?: undefined;
1501
+ maxFeePerGas?: undefined;
1502
+ maxPriorityFeePerGas?: undefined;
1503
+ accessList?: import("../../index.js").AccessList | undefined;
1504
+ blobs?: undefined;
1505
+ type?: "eip2930" | undefined;
1506
+ kzg?: undefined;
1507
+ blobVersionedHashes?: undefined;
1508
+ sidecars?: undefined;
1509
+ } & {
1510
+ gasPerPubdata?: undefined;
1511
+ customSignature?: undefined;
1512
+ paymaster?: undefined;
1513
+ paymasterInput?: undefined;
1514
+ factoryDeps?: undefined;
1515
+ }) | ({
1516
+ data?: `0x${string}` | undefined;
1517
+ from?: `0x${string}`;
1518
+ gas?: bigint | undefined;
1519
+ nonce?: number | undefined;
1520
+ value?: bigint | undefined;
1521
+ to?: `0x${string}` | null | undefined;
1522
+ gasPrice?: bigint | undefined;
1523
+ maxFeePerGas?: bigint | undefined;
1524
+ maxPriorityFeePerGas?: bigint | undefined;
1525
+ maxFeePerBlobGas?: bigint | undefined;
1526
+ accessList?: import("../../index.js").AccessList | undefined;
1527
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1528
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1529
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1530
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1531
+ blobVersionedHashes?: undefined;
1532
+ } & {
1533
+ data?: `0x${string}` | undefined;
1534
+ from: `0x${string}`;
1535
+ gas?: bigint | undefined;
1536
+ nonce?: number | undefined;
1537
+ to?: `0x${string}` | null | undefined;
1538
+ value?: bigint | undefined;
1539
+ gasPrice?: undefined;
1540
+ maxFeePerBlobGas?: undefined;
1541
+ maxFeePerGas?: bigint | undefined;
1542
+ maxPriorityFeePerGas?: bigint | undefined;
1543
+ accessList?: import("../../index.js").AccessList | undefined;
1544
+ blobs?: undefined;
1545
+ type?: "eip1559" | undefined;
1546
+ kzg?: undefined;
1547
+ blobVersionedHashes?: undefined;
1548
+ sidecars?: undefined;
1549
+ } & {
1550
+ gasPerPubdata?: undefined;
1551
+ customSignature?: undefined;
1552
+ paymaster?: undefined;
1553
+ paymasterInput?: undefined;
1554
+ factoryDeps?: undefined;
1555
+ }) | ({
1556
+ data?: `0x${string}` | undefined;
1557
+ from?: `0x${string}`;
1558
+ gas?: bigint | undefined;
1559
+ nonce?: number | undefined;
1560
+ value?: bigint | undefined;
1561
+ to?: `0x${string}` | null | undefined;
1562
+ gasPrice?: bigint | undefined;
1563
+ maxFeePerGas?: bigint | undefined;
1564
+ maxPriorityFeePerGas?: bigint | undefined;
1565
+ maxFeePerBlobGas?: bigint | undefined;
1566
+ accessList?: import("../../index.js").AccessList | undefined;
1567
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1568
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1569
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1570
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1571
+ blobVersionedHashes?: undefined;
1572
+ } & {
1573
+ data?: `0x${string}` | undefined;
1574
+ from: `0x${string}`;
1575
+ gas?: bigint | undefined;
1576
+ nonce?: number | undefined;
1577
+ value?: bigint | undefined;
1578
+ to: `0x${string}` | null;
1579
+ gasPrice?: undefined;
1580
+ maxFeePerGas?: bigint | undefined;
1581
+ maxPriorityFeePerGas?: bigint | undefined;
1582
+ maxFeePerBlobGas: bigint;
1583
+ accessList?: import("../../index.js").AccessList | undefined;
1584
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1585
+ type?: "eip4844" | undefined;
1586
+ kzg: import("../../types/kzg.js").Kzg | undefined;
1587
+ blobVersionedHashes?: undefined;
1588
+ sidecars?: undefined;
1589
+ } & {
1590
+ gasPerPubdata?: undefined;
1591
+ customSignature?: undefined;
1592
+ paymaster?: undefined;
1593
+ paymasterInput?: undefined;
1594
+ factoryDeps?: undefined;
1595
+ }) | ({
1596
+ data?: `0x${string}` | undefined;
1597
+ from?: `0x${string}`;
1598
+ gas?: bigint | undefined;
1599
+ nonce?: number | undefined;
1600
+ value?: bigint | undefined;
1601
+ to?: `0x${string}` | null | undefined;
1602
+ gasPrice?: bigint | undefined;
1603
+ maxFeePerGas?: bigint | undefined;
1604
+ maxPriorityFeePerGas?: bigint | undefined;
1605
+ maxFeePerBlobGas?: bigint | undefined;
1606
+ accessList?: import("../../index.js").AccessList | undefined;
1607
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1608
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1609
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1610
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1611
+ blobVersionedHashes?: undefined;
1612
+ } & {
1613
+ data?: `0x${string}` | undefined;
1614
+ from: `0x${string}`;
1615
+ gas?: bigint | undefined;
1616
+ nonce?: number | undefined;
1617
+ value?: bigint | undefined;
1618
+ to: `0x${string}` | null;
1619
+ gasPrice?: undefined;
1620
+ maxFeePerGas?: bigint | undefined;
1621
+ maxPriorityFeePerGas?: bigint | undefined;
1622
+ maxFeePerBlobGas: bigint;
1623
+ accessList?: import("../../index.js").AccessList | undefined;
1624
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1625
+ type?: "eip4844" | undefined;
1626
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1627
+ sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
1628
+ blobVersionedHashes?: undefined;
1629
+ } & {
1630
+ gasPerPubdata?: undefined;
1631
+ customSignature?: undefined;
1632
+ paymaster?: undefined;
1633
+ paymasterInput?: undefined;
1634
+ factoryDeps?: undefined;
1635
+ }) | ({
1636
+ data?: `0x${string}` | undefined;
1637
+ from?: `0x${string}`;
1638
+ gas?: bigint | undefined;
1639
+ nonce?: number | undefined;
1640
+ value?: bigint | undefined;
1641
+ to?: `0x${string}` | null | undefined;
1642
+ gasPrice?: bigint | undefined;
1643
+ maxFeePerGas?: bigint | undefined;
1644
+ maxPriorityFeePerGas?: bigint | undefined;
1645
+ maxFeePerBlobGas?: bigint | undefined;
1646
+ accessList?: import("../../index.js").AccessList | undefined;
1647
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1648
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1649
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1650
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1651
+ blobVersionedHashes?: undefined;
1652
+ } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1653
+ gasPerPubdata?: bigint | undefined;
1654
+ customSignature?: `0x${string}` | undefined;
1655
+ factoryDeps?: `0x${string}`[] | undefined;
1656
+ type?: "priority" | "eip712" | undefined;
1657
+ } & {
1658
+ paymaster: `0x${string}`;
1659
+ paymasterInput: `0x${string}`;
1660
+ }) | ({
1661
+ data?: `0x${string}` | undefined;
1662
+ from?: `0x${string}`;
1663
+ gas?: bigint | undefined;
1664
+ nonce?: number | undefined;
1665
+ value?: bigint | undefined;
1666
+ to?: `0x${string}` | null | undefined;
1667
+ gasPrice?: bigint | undefined;
1668
+ maxFeePerGas?: bigint | undefined;
1669
+ maxPriorityFeePerGas?: bigint | undefined;
1670
+ maxFeePerBlobGas?: bigint | undefined;
1671
+ accessList?: import("../../index.js").AccessList | undefined;
1672
+ blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
1673
+ type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
1674
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1675
+ sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
1676
+ blobVersionedHashes?: undefined;
1677
+ } & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
1678
+ gasPerPubdata?: bigint | undefined;
1679
+ customSignature?: `0x${string}` | undefined;
1680
+ factoryDeps?: `0x${string}`[] | undefined;
1681
+ type?: "priority" | "eip712" | undefined;
1682
+ } & {
1683
+ paymaster?: undefined;
1684
+ paymasterInput?: undefined;
1685
+ })) => ({
1686
+ data?: `0x${string}` | undefined;
1687
+ from: `0x${string}`;
1688
+ gas?: `0x${string}` | undefined;
1689
+ nonce?: `0x${string}` | undefined;
1690
+ to?: `0x${string}` | null | undefined;
1691
+ value?: `0x${string}` | undefined;
1692
+ gasPrice?: `0x${string}` | undefined;
1693
+ maxFeePerBlobGas?: undefined;
1694
+ maxFeePerGas?: undefined;
1695
+ maxPriorityFeePerGas?: undefined;
1696
+ accessList?: undefined;
1697
+ blobs?: undefined;
1698
+ type?: "0x0" | undefined;
1699
+ kzg?: undefined;
1700
+ blobVersionedHashes?: undefined;
1701
+ sidecars?: undefined;
1702
+ eip712Meta?: undefined;
1703
+ } | {
1704
+ data?: `0x${string}` | undefined;
1705
+ from: `0x${string}`;
1706
+ gas?: `0x${string}` | undefined;
1707
+ nonce?: `0x${string}` | undefined;
1708
+ to?: `0x${string}` | null | undefined;
1709
+ value?: `0x${string}` | undefined;
1710
+ gasPrice?: `0x${string}` | undefined;
1711
+ maxFeePerBlobGas?: undefined;
1712
+ maxFeePerGas?: undefined;
1713
+ maxPriorityFeePerGas?: undefined;
1714
+ accessList?: undefined;
1715
+ blobs?: undefined;
1716
+ type?: "0x1" | undefined;
1717
+ kzg?: undefined;
1718
+ blobVersionedHashes?: undefined;
1719
+ sidecars?: undefined;
1720
+ eip712Meta?: undefined;
1721
+ } | {
1722
+ data?: `0x${string}` | undefined;
1723
+ from: `0x${string}`;
1724
+ gas?: `0x${string}` | undefined;
1725
+ nonce?: `0x${string}` | undefined;
1726
+ to?: `0x${string}` | null | undefined;
1727
+ value?: `0x${string}` | undefined;
1728
+ gasPrice?: undefined;
1729
+ maxFeePerBlobGas?: undefined;
1730
+ maxFeePerGas?: `0x${string}` | undefined;
1731
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1732
+ accessList?: undefined;
1733
+ blobs?: undefined;
1734
+ type?: "0x2" | undefined;
1735
+ kzg?: undefined;
1736
+ blobVersionedHashes?: undefined;
1737
+ sidecars?: undefined;
1738
+ eip712Meta?: undefined;
1739
+ } | {
1740
+ data?: `0x${string}` | undefined;
1741
+ from: `0x${string}`;
1742
+ gas?: `0x${string}` | undefined;
1743
+ nonce?: `0x${string}` | undefined;
1744
+ to?: `0x${string}` | null | undefined;
1745
+ value?: `0x${string}` | undefined;
1746
+ gasPrice?: undefined;
1747
+ maxFeePerBlobGas?: undefined;
1748
+ maxFeePerGas?: `0x${string}` | undefined;
1749
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1750
+ accessList?: undefined;
1751
+ blobs?: undefined;
1752
+ type: "0xff" | "0x71";
1753
+ kzg?: undefined;
1754
+ blobVersionedHashes?: undefined;
1755
+ sidecars?: undefined;
1756
+ eip712Meta: import("../index.js").ZkSyncEip712Meta;
1757
+ } | {
1758
+ data?: `0x${string}` | undefined;
1759
+ from: `0x${string}`;
1760
+ gas?: `0x${string}` | undefined;
1761
+ nonce?: `0x${string}` | undefined;
1762
+ to?: `0x${string}` | null | undefined;
1763
+ value?: `0x${string}` | undefined;
1764
+ gasPrice?: `0x${string}` | undefined;
1765
+ maxFeePerBlobGas?: undefined;
1766
+ maxFeePerGas?: undefined;
1767
+ maxPriorityFeePerGas?: undefined;
1768
+ accessList?: undefined;
1769
+ blobs?: undefined;
1770
+ type?: "0x0" | undefined;
1771
+ kzg?: undefined;
1772
+ blobVersionedHashes?: undefined;
1773
+ sidecars?: undefined;
1774
+ eip712Meta?: undefined;
1775
+ } | {
1776
+ data?: `0x${string}` | undefined;
1777
+ from: `0x${string}`;
1778
+ gas?: `0x${string}` | undefined;
1779
+ nonce?: `0x${string}` | undefined;
1780
+ to?: `0x${string}` | null | undefined;
1781
+ value?: `0x${string}` | undefined;
1782
+ gasPrice?: `0x${string}` | undefined;
1783
+ maxFeePerBlobGas?: undefined;
1784
+ maxFeePerGas?: undefined;
1785
+ maxPriorityFeePerGas?: undefined;
1786
+ accessList?: import("../../index.js").AccessList | undefined;
1787
+ blobs?: undefined;
1788
+ type?: "0x1" | undefined;
1789
+ kzg?: undefined;
1790
+ blobVersionedHashes?: undefined;
1791
+ sidecars?: undefined;
1792
+ eip712Meta?: undefined;
1793
+ } | {
1794
+ data?: `0x${string}` | undefined;
1795
+ from: `0x${string}`;
1796
+ gas?: `0x${string}` | undefined;
1797
+ nonce?: `0x${string}` | undefined;
1798
+ to?: `0x${string}` | null | undefined;
1799
+ value?: `0x${string}` | undefined;
1800
+ gasPrice?: undefined;
1801
+ maxFeePerBlobGas?: undefined;
1802
+ maxFeePerGas?: `0x${string}` | undefined;
1803
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1804
+ accessList?: import("../../index.js").AccessList | undefined;
1805
+ blobs?: undefined;
1806
+ type?: "0x2" | undefined;
1807
+ kzg?: undefined;
1808
+ blobVersionedHashes?: undefined;
1809
+ sidecars?: undefined;
1810
+ eip712Meta?: undefined;
1811
+ } | {
1812
+ data?: `0x${string}` | undefined;
1813
+ from: `0x${string}`;
1814
+ gas?: `0x${string}` | undefined;
1815
+ nonce?: `0x${string}` | undefined;
1816
+ to?: `0x${string}` | null | undefined;
1817
+ value?: `0x${string}` | undefined;
1818
+ gasPrice?: undefined;
1819
+ maxFeePerBlobGas?: undefined;
1820
+ maxFeePerGas?: `0x${string}` | undefined;
1821
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1822
+ accessList?: import("../../index.js").AccessList | undefined;
1823
+ blobs?: undefined;
1824
+ type: "0xff" | "0x71";
1825
+ kzg?: undefined;
1826
+ blobVersionedHashes?: undefined;
1827
+ sidecars?: undefined;
1828
+ eip712Meta: import("../index.js").ZkSyncEip712Meta;
1829
+ } | {
1830
+ data?: `0x${string}` | undefined;
1831
+ from: `0x${string}`;
1832
+ gas?: `0x${string}` | undefined;
1833
+ nonce?: `0x${string}` | undefined;
1834
+ to?: `0x${string}` | null | undefined;
1835
+ value?: `0x${string}` | undefined;
1836
+ gasPrice?: `0x${string}` | undefined;
1837
+ maxFeePerBlobGas?: undefined;
1838
+ maxFeePerGas?: undefined;
1839
+ maxPriorityFeePerGas?: undefined;
1840
+ accessList?: undefined;
1841
+ blobs?: undefined;
1842
+ type?: "0x0" | undefined;
1843
+ kzg?: undefined;
1844
+ blobVersionedHashes?: undefined;
1845
+ sidecars?: undefined;
1846
+ eip712Meta?: undefined;
1847
+ } | {
1848
+ data?: `0x${string}` | undefined;
1849
+ from: `0x${string}`;
1850
+ gas?: `0x${string}` | undefined;
1851
+ nonce?: `0x${string}` | undefined;
1852
+ to?: `0x${string}` | null | undefined;
1853
+ value?: `0x${string}` | undefined;
1854
+ gasPrice?: `0x${string}` | undefined;
1855
+ maxFeePerBlobGas?: undefined;
1856
+ maxFeePerGas?: undefined;
1857
+ maxPriorityFeePerGas?: undefined;
1858
+ accessList?: import("../../index.js").AccessList | undefined;
1859
+ blobs?: undefined;
1860
+ type?: "0x1" | undefined;
1861
+ kzg?: undefined;
1862
+ blobVersionedHashes?: undefined;
1863
+ sidecars?: undefined;
1864
+ eip712Meta?: undefined;
1865
+ } | {
1866
+ data?: `0x${string}` | undefined;
1867
+ from: `0x${string}`;
1868
+ gas?: `0x${string}` | undefined;
1869
+ nonce?: `0x${string}` | undefined;
1870
+ to?: `0x${string}` | null | undefined;
1871
+ value?: `0x${string}` | undefined;
1872
+ gasPrice?: undefined;
1873
+ maxFeePerBlobGas?: undefined;
1874
+ maxFeePerGas?: `0x${string}` | undefined;
1875
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1876
+ accessList?: import("../../index.js").AccessList | undefined;
1877
+ blobs?: undefined;
1878
+ type?: "0x2" | undefined;
1879
+ kzg?: undefined;
1880
+ blobVersionedHashes?: undefined;
1881
+ sidecars?: undefined;
1882
+ eip712Meta?: undefined;
1248
1883
  } | {
1249
1884
  data?: `0x${string}` | undefined;
1250
1885
  from: `0x${string}`;
@@ -1259,6 +1894,81 @@ export declare const zkSyncSepoliaTestnet: {
1259
1894
  accessList?: import("../../index.js").AccessList | undefined;
1260
1895
  blobs?: undefined;
1261
1896
  type: "0xff" | "0x71";
1897
+ kzg?: undefined;
1898
+ blobVersionedHashes?: undefined;
1899
+ sidecars?: undefined;
1900
+ eip712Meta: import("../index.js").ZkSyncEip712Meta;
1901
+ } | {
1902
+ data?: `0x${string}` | undefined;
1903
+ from: `0x${string}`;
1904
+ gas?: `0x${string}` | undefined;
1905
+ nonce?: `0x${string}` | undefined;
1906
+ value?: `0x${string}` | undefined;
1907
+ to: `0x${string}` | null;
1908
+ gasPrice?: undefined;
1909
+ maxFeePerGas?: `0x${string}` | undefined;
1910
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1911
+ maxFeePerBlobGas: `0x${string}`;
1912
+ accessList?: import("../../index.js").AccessList | undefined;
1913
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1914
+ type?: "0x3" | undefined;
1915
+ kzg: import("../../types/kzg.js").Kzg | undefined;
1916
+ blobVersionedHashes?: undefined;
1917
+ sidecars?: undefined;
1918
+ eip712Meta?: undefined;
1919
+ } | {
1920
+ data?: `0x${string}` | undefined;
1921
+ from: `0x${string}`;
1922
+ gas?: `0x${string}` | undefined;
1923
+ nonce?: `0x${string}` | undefined;
1924
+ value?: `0x${string}` | undefined;
1925
+ to: `0x${string}` | null | undefined;
1926
+ gasPrice?: undefined;
1927
+ maxFeePerGas?: `0x${string}` | undefined;
1928
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1929
+ maxFeePerBlobGas: undefined;
1930
+ accessList?: import("../../index.js").AccessList | undefined;
1931
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1932
+ type: "0xff" | "0x71";
1933
+ kzg: import("../../types/kzg.js").Kzg | undefined;
1934
+ blobVersionedHashes?: undefined;
1935
+ sidecars?: undefined;
1936
+ eip712Meta: import("../index.js").ZkSyncEip712Meta;
1937
+ } | {
1938
+ data?: `0x${string}` | undefined;
1939
+ from: `0x${string}`;
1940
+ gas?: `0x${string}` | undefined;
1941
+ nonce?: `0x${string}` | undefined;
1942
+ value?: `0x${string}` | undefined;
1943
+ to: `0x${string}` | null;
1944
+ gasPrice?: undefined;
1945
+ maxFeePerGas?: `0x${string}` | undefined;
1946
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1947
+ maxFeePerBlobGas: `0x${string}`;
1948
+ accessList?: import("../../index.js").AccessList | undefined;
1949
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1950
+ type?: "0x3" | undefined;
1951
+ blobVersionedHashes: readonly `0x${string}`[];
1952
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1953
+ sidecars?: undefined;
1954
+ eip712Meta?: undefined;
1955
+ } | {
1956
+ data?: `0x${string}` | undefined;
1957
+ from: `0x${string}`;
1958
+ gas?: `0x${string}` | undefined;
1959
+ nonce?: `0x${string}` | undefined;
1960
+ value?: `0x${string}` | undefined;
1961
+ to: `0x${string}` | null | undefined;
1962
+ gasPrice?: undefined;
1963
+ maxFeePerGas?: `0x${string}` | undefined;
1964
+ maxPriorityFeePerGas?: `0x${string}` | undefined;
1965
+ maxFeePerBlobGas: undefined;
1966
+ accessList?: import("../../index.js").AccessList | undefined;
1967
+ blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1968
+ type: "0xff" | "0x71";
1969
+ blobVersionedHashes: readonly `0x${string}`[];
1970
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1971
+ sidecars?: undefined;
1262
1972
  eip712Meta: import("../index.js").ZkSyncEip712Meta;
1263
1973
  } | {
1264
1974
  data?: `0x${string}` | undefined;
@@ -1274,6 +1984,9 @@ export declare const zkSyncSepoliaTestnet: {
1274
1984
  accessList?: import("../../index.js").AccessList | undefined;
1275
1985
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1276
1986
  type?: "0x3" | undefined;
1987
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
1988
+ sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
1989
+ blobVersionedHashes?: undefined;
1277
1990
  eip712Meta?: undefined;
1278
1991
  } | {
1279
1992
  data?: `0x${string}` | undefined;
@@ -1289,6 +2002,9 @@ export declare const zkSyncSepoliaTestnet: {
1289
2002
  accessList?: import("../../index.js").AccessList | undefined;
1290
2003
  blobs: readonly `0x${string}`[] | readonly Uint8Array[];
1291
2004
  type: "0xff" | "0x71";
2005
+ kzg?: import("../../types/kzg.js").Kzg | undefined;
2006
+ sidecars: readonly import("../../index.js").BlobSidecar<`0x${string}`>[];
2007
+ blobVersionedHashes?: undefined;
1292
2008
  eip712Meta: import("../index.js").ZkSyncEip712Meta;
1293
2009
  }) & {
1294
2010
  gasPerPubdata: never;