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

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