viem 2.9.12 → 2.9.15
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.
- package/CHANGELOG.md +22 -0
- package/_cjs/actions/index.js +2 -1
- package/_cjs/actions/index.js.map +1 -1
- package/_cjs/actions/public/call.js.map +1 -1
- package/_cjs/actions/public/estimateGas.js +5 -3
- package/_cjs/actions/public/estimateGas.js.map +1 -1
- package/_cjs/actions/public/watchContractEvent.js +8 -2
- package/_cjs/actions/public/watchContractEvent.js.map +1 -1
- package/_cjs/actions/public/watchEvent.js +8 -2
- package/_cjs/actions/public/watchEvent.js.map +1 -1
- package/_cjs/actions/wallet/prepareTransactionRequest.js +47 -7
- package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_cjs/actions/wallet/sendTransaction.js +1 -0
- package/_cjs/actions/wallet/sendTransaction.js.map +1 -1
- package/_cjs/chains/definitions/astarZkEVM.js +1 -1
- package/_cjs/chains/definitions/astarZkyoto.js +1 -1
- package/_cjs/chains/definitions/astarZkyoto.js.map +1 -1
- package/_cjs/chains/definitions/filecoinCalibration.js +1 -0
- package/_cjs/chains/definitions/filecoinCalibration.js.map +1 -1
- package/_cjs/chains/definitions/filecoinHyperspace.js +1 -0
- package/_cjs/chains/definitions/filecoinHyperspace.js.map +1 -1
- package/_cjs/chains/index.js +5 -7
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/utils/abi/decodeEventLog.js +1 -1
- package/_cjs/utils/abi/decodeEventLog.js.map +1 -1
- package/_cjs/utils/blob/blobsToCommitments.js.map +1 -1
- package/_cjs/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
- package/_cjs/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
- package/_cjs/utils/blob/toBlobSidecars.js.map +1 -1
- package/_cjs/utils/blob/toBlobs.js.map +1 -1
- package/_cjs/utils/formatters/transactionRequest.js +2 -0
- package/_cjs/utils/formatters/transactionRequest.js.map +1 -1
- package/_cjs/utils/transaction/serializeTransaction.js +10 -6
- package/_cjs/utils/transaction/serializeTransaction.js.map +1 -1
- package/_esm/actions/index.js +1 -1
- package/_esm/actions/index.js.map +1 -1
- package/_esm/actions/public/call.js.map +1 -1
- package/_esm/actions/public/estimateGas.js +8 -3
- package/_esm/actions/public/estimateGas.js.map +1 -1
- package/_esm/actions/public/watchContractEvent.js +8 -2
- package/_esm/actions/public/watchContractEvent.js.map +1 -1
- package/_esm/actions/public/watchEvent.js +8 -2
- package/_esm/actions/public/watchEvent.js.map +1 -1
- package/_esm/actions/wallet/prepareTransactionRequest.js +49 -9
- package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_esm/actions/wallet/sendTransaction.js +2 -1
- package/_esm/actions/wallet/sendTransaction.js.map +1 -1
- package/_esm/chains/definitions/astarZkEVM.js +1 -1
- package/_esm/chains/definitions/astarZkyoto.js +1 -1
- package/_esm/chains/definitions/astarZkyoto.js.map +1 -1
- package/_esm/chains/definitions/filecoinCalibration.js +1 -0
- package/_esm/chains/definitions/filecoinCalibration.js.map +1 -1
- package/_esm/chains/definitions/filecoinHyperspace.js +1 -0
- package/_esm/chains/definitions/filecoinHyperspace.js.map +1 -1
- package/_esm/chains/index.js +0 -1
- package/_esm/chains/index.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/utils/abi/decodeEventLog.js +1 -1
- package/_esm/utils/abi/decodeEventLog.js.map +1 -1
- package/_esm/utils/blob/blobsToCommitments.js.map +1 -1
- package/_esm/utils/blob/commitmentsToVersionedHashes.js.map +1 -1
- package/_esm/utils/blob/sidecarsToVersionedHashes.js.map +1 -1
- package/_esm/utils/blob/toBlobSidecars.js.map +1 -1
- package/_esm/utils/blob/toBlobs.js.map +1 -1
- package/_esm/utils/formatters/transactionRequest.js +2 -0
- package/_esm/utils/formatters/transactionRequest.js.map +1 -1
- package/_esm/utils/transaction/serializeTransaction.js +10 -6
- package/_esm/utils/transaction/serializeTransaction.js.map +1 -1
- package/_types/actions/index.d.ts +1 -1
- package/_types/actions/index.d.ts.map +1 -1
- package/_types/actions/public/call.d.ts +2 -3
- package/_types/actions/public/call.d.ts.map +1 -1
- package/_types/actions/public/estimateGas.d.ts.map +1 -1
- package/_types/actions/public/watchContractEvent.d.ts +3 -0
- package/_types/actions/public/watchContractEvent.d.ts.map +1 -1
- package/_types/actions/public/watchEvent.d.ts +4 -1
- package/_types/actions/public/watchEvent.d.ts.map +1 -1
- package/_types/actions/wallet/prepareTransactionRequest.d.ts +7 -6
- package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
- package/_types/actions/wallet/sendTransaction.d.ts.map +1 -1
- package/_types/celo/chainConfig.d.ts +350 -38
- package/_types/celo/chainConfig.d.ts.map +1 -1
- package/_types/celo/formatters.d.ts +175 -19
- package/_types/celo/formatters.d.ts.map +1 -1
- package/_types/chains/definitions/ancient8.d.ts +15 -15
- package/_types/chains/definitions/ancient8Sepolia.d.ts +15 -15
- package/_types/chains/definitions/astarZkEVM.d.ts +1 -1
- package/_types/chains/definitions/astarZkyoto.d.ts +1 -1
- package/_types/chains/definitions/base.d.ts +15 -15
- package/_types/chains/definitions/baseGoerli.d.ts +15 -15
- package/_types/chains/definitions/baseSepolia.d.ts +15 -15
- package/_types/chains/definitions/celo.d.ts +350 -38
- package/_types/chains/definitions/celo.d.ts.map +1 -1
- package/_types/chains/definitions/celoAlfajores.d.ts +350 -38
- package/_types/chains/definitions/celoAlfajores.d.ts.map +1 -1
- package/_types/chains/definitions/filecoinCalibration.d.ts +1 -1
- package/_types/chains/definitions/filecoinCalibration.d.ts.map +1 -1
- package/_types/chains/definitions/filecoinHyperspace.d.ts +1 -1
- package/_types/chains/definitions/filecoinHyperspace.d.ts.map +1 -1
- package/_types/chains/definitions/fraxtal.d.ts +15 -15
- package/_types/chains/definitions/fraxtalTestnet.d.ts +15 -15
- package/_types/chains/definitions/liskSepolia.d.ts +15 -15
- package/_types/chains/definitions/optimism.d.ts +15 -15
- package/_types/chains/definitions/optimismGoerli.d.ts +15 -15
- package/_types/chains/definitions/optimismSepolia.d.ts +15 -15
- package/_types/chains/definitions/pgn.d.ts +15 -15
- package/_types/chains/definitions/pgnTestnet.d.ts +15 -15
- package/_types/chains/definitions/rss3.d.ts +15 -15
- package/_types/chains/definitions/rss3Sepolia.d.ts +15 -15
- package/_types/chains/definitions/zkSync.d.ts +144 -0
- package/_types/chains/definitions/zkSync.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts +144 -0
- package/_types/chains/definitions/zkSyncInMemoryNode.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncLocalNode.d.ts +144 -0
- package/_types/chains/definitions/zkSyncLocalNode.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts +144 -0
- package/_types/chains/definitions/zkSyncSepoliaTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zkSyncTestnet.d.ts +144 -0
- package/_types/chains/definitions/zkSyncTestnet.d.ts.map +1 -1
- package/_types/chains/definitions/zora.d.ts +15 -15
- package/_types/chains/definitions/zoraSepolia.d.ts +15 -15
- package/_types/chains/definitions/zoraTestnet.d.ts +15 -15
- package/_types/chains/index.d.ts +0 -1
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/op-stack/actions/getTimeToNextGame.d.ts +1 -1
- package/_types/op-stack/actions/getTimeToNextL2Output.d.ts +1 -1
- package/_types/op-stack/actions/getTimeToProve.d.ts +1 -1
- package/_types/op-stack/actions/waitForNextGame.d.ts +1 -1
- package/_types/op-stack/actions/waitForNextL2Output.d.ts +1 -1
- package/_types/op-stack/chainConfig.d.ts +15 -15
- package/_types/op-stack/formatters.d.ts +15 -15
- package/_types/types/transaction.d.ts +16 -2
- package/_types/types/transaction.d.ts.map +1 -1
- package/_types/utils/blob/blobsToCommitments.d.ts +4 -4
- package/_types/utils/blob/blobsToCommitments.d.ts.map +1 -1
- package/_types/utils/blob/blobsToProofs.d.ts +2 -2
- package/_types/utils/blob/blobsToProofs.d.ts.map +1 -1
- package/_types/utils/blob/commitmentsToVersionedHashes.d.ts +4 -4
- package/_types/utils/blob/commitmentsToVersionedHashes.d.ts.map +1 -1
- package/_types/utils/blob/sidecarsToVersionedHashes.d.ts +1 -1
- package/_types/utils/blob/sidecarsToVersionedHashes.d.ts.map +1 -1
- package/_types/utils/blob/toBlobSidecars.d.ts +5 -5
- package/_types/utils/blob/toBlobSidecars.d.ts.map +1 -1
- package/_types/utils/blob/toBlobs.d.ts +1 -1
- package/_types/utils/blob/toBlobs.d.ts.map +1 -1
- package/_types/utils/formatters/transaction.d.ts +1 -1
- package/_types/utils/formatters/transactionRequest.d.ts +49 -1
- package/_types/utils/formatters/transactionRequest.d.ts.map +1 -1
- package/_types/utils/transaction/getTransactionType.d.ts +3 -3
- package/_types/utils/transaction/getTransactionType.d.ts.map +1 -1
- package/_types/utils/transaction/serializeTransaction.d.ts.map +1 -1
- package/_types/zksync/chainConfig.d.ts +144 -0
- package/_types/zksync/chainConfig.d.ts.map +1 -1
- package/_types/zksync/formatters.d.ts +144 -0
- package/_types/zksync/formatters.d.ts.map +1 -1
- package/actions/index.ts +1 -0
- package/actions/public/call.ts +2 -3
- package/actions/public/estimateGas.ts +9 -7
- package/actions/public/watchContractEvent.ts +10 -1
- package/actions/public/watchEvent.ts +10 -1
- package/actions/wallet/prepareTransactionRequest.ts +73 -17
- package/actions/wallet/sendTransaction.ts +2 -0
- package/chains/definitions/astarZkEVM.ts +1 -1
- package/chains/definitions/astarZkyoto.ts +1 -1
- package/chains/definitions/filecoinCalibration.ts +1 -0
- package/chains/definitions/filecoinHyperspace.ts +1 -0
- package/chains/index.ts +0 -1
- package/errors/version.ts +1 -1
- package/op-stack/actions/getTimeToNextGame.ts +1 -1
- package/op-stack/actions/getTimeToNextL2Output.ts +1 -1
- package/op-stack/actions/getTimeToProve.ts +1 -1
- package/op-stack/actions/waitForNextGame.ts +1 -1
- package/op-stack/actions/waitForNextL2Output.ts +1 -1
- package/package.json +1 -1
- package/types/transaction.ts +20 -2
- package/utils/abi/decodeEventLog.ts +1 -1
- package/utils/blob/blobsToCommitments.ts +9 -7
- package/utils/blob/blobsToProofs.ts +10 -10
- package/utils/blob/commitmentsToVersionedHashes.ts +10 -8
- package/utils/blob/sidecarsToVersionedHashes.ts +3 -3
- package/utils/blob/toBlobSidecars.ts +14 -11
- package/utils/blob/toBlobs.ts +3 -3
- package/utils/formatters/transactionRequest.ts +2 -0
- package/utils/transaction/getTransactionType.ts +3 -3
- package/utils/transaction/serializeTransaction.ts +12 -6
- package/_cjs/chains/definitions/astarZkatana.js +0 -32
- package/_cjs/chains/definitions/astarZkatana.js.map +0 -1
- package/_esm/chains/definitions/astarZkatana.js +0 -29
- package/_esm/chains/definitions/astarZkatana.js.map +0 -1
- package/_types/chains/definitions/astarZkatana.d.ts +0 -34
- package/_types/chains/definitions/astarZkatana.d.ts.map +0 -1
- package/chains/definitions/astarZkatana.ts +0 -29
@@ -484,6 +484,9 @@ export declare const zkSyncLocalNode: {
|
|
484
484
|
accessList?: undefined;
|
485
485
|
blobs?: undefined;
|
486
486
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
487
|
+
blobVersionedHashes?: undefined;
|
488
|
+
kzg?: undefined;
|
489
|
+
sidecars?: undefined;
|
487
490
|
} & {
|
488
491
|
data?: `0x${string}` | undefined;
|
489
492
|
from: `0x${string}`;
|
@@ -498,6 +501,9 @@ export declare const zkSyncLocalNode: {
|
|
498
501
|
accessList?: undefined;
|
499
502
|
blobs?: undefined;
|
500
503
|
type?: "legacy" | undefined;
|
504
|
+
blobVersionedHashes?: undefined;
|
505
|
+
kzg?: undefined;
|
506
|
+
sidecars?: undefined;
|
501
507
|
} & {
|
502
508
|
gasPerPubdata?: undefined;
|
503
509
|
customSignature?: undefined;
|
@@ -518,6 +524,9 @@ export declare const zkSyncLocalNode: {
|
|
518
524
|
accessList?: undefined;
|
519
525
|
blobs?: undefined;
|
520
526
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
527
|
+
blobVersionedHashes?: undefined;
|
528
|
+
kzg?: undefined;
|
529
|
+
sidecars?: undefined;
|
521
530
|
} & {
|
522
531
|
data?: `0x${string}` | undefined;
|
523
532
|
from: `0x${string}`;
|
@@ -532,6 +541,9 @@ export declare const zkSyncLocalNode: {
|
|
532
541
|
accessList?: import("../../index.js").AccessList | undefined;
|
533
542
|
blobs?: undefined;
|
534
543
|
type?: "eip2930" | undefined;
|
544
|
+
blobVersionedHashes?: undefined;
|
545
|
+
kzg?: undefined;
|
546
|
+
sidecars?: undefined;
|
535
547
|
} & {
|
536
548
|
gasPerPubdata?: undefined;
|
537
549
|
customSignature?: undefined;
|
@@ -552,6 +564,9 @@ export declare const zkSyncLocalNode: {
|
|
552
564
|
accessList?: undefined;
|
553
565
|
blobs?: undefined;
|
554
566
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
567
|
+
blobVersionedHashes?: undefined;
|
568
|
+
kzg?: undefined;
|
569
|
+
sidecars?: undefined;
|
555
570
|
} & {
|
556
571
|
data?: `0x${string}` | undefined;
|
557
572
|
from: `0x${string}`;
|
@@ -566,6 +581,9 @@ export declare const zkSyncLocalNode: {
|
|
566
581
|
accessList?: import("../../index.js").AccessList | undefined;
|
567
582
|
blobs?: undefined;
|
568
583
|
type?: "eip1559" | undefined;
|
584
|
+
blobVersionedHashes?: undefined;
|
585
|
+
kzg?: undefined;
|
586
|
+
sidecars?: undefined;
|
569
587
|
} & {
|
570
588
|
gasPerPubdata?: undefined;
|
571
589
|
customSignature?: undefined;
|
@@ -586,6 +604,9 @@ export declare const zkSyncLocalNode: {
|
|
586
604
|
accessList?: undefined;
|
587
605
|
blobs?: undefined;
|
588
606
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
607
|
+
blobVersionedHashes?: undefined;
|
608
|
+
kzg?: undefined;
|
609
|
+
sidecars?: undefined;
|
589
610
|
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
590
611
|
gasPerPubdata?: bigint | undefined;
|
591
612
|
customSignature?: `0x${string}` | undefined;
|
@@ -608,6 +629,9 @@ export declare const zkSyncLocalNode: {
|
|
608
629
|
accessList?: undefined;
|
609
630
|
blobs?: undefined;
|
610
631
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
632
|
+
blobVersionedHashes?: undefined;
|
633
|
+
kzg?: undefined;
|
634
|
+
sidecars?: undefined;
|
611
635
|
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
612
636
|
gasPerPubdata?: bigint | undefined;
|
613
637
|
customSignature?: `0x${string}` | undefined;
|
@@ -630,6 +654,9 @@ export declare const zkSyncLocalNode: {
|
|
630
654
|
accessList?: import("../../index.js").AccessList | undefined;
|
631
655
|
blobs?: undefined;
|
632
656
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
657
|
+
blobVersionedHashes?: undefined;
|
658
|
+
kzg?: undefined;
|
659
|
+
sidecars?: undefined;
|
633
660
|
} & {
|
634
661
|
data?: `0x${string}` | undefined;
|
635
662
|
from: `0x${string}`;
|
@@ -644,6 +671,9 @@ export declare const zkSyncLocalNode: {
|
|
644
671
|
accessList?: undefined;
|
645
672
|
blobs?: undefined;
|
646
673
|
type?: "legacy" | undefined;
|
674
|
+
blobVersionedHashes?: undefined;
|
675
|
+
kzg?: undefined;
|
676
|
+
sidecars?: undefined;
|
647
677
|
} & {
|
648
678
|
gasPerPubdata?: undefined;
|
649
679
|
customSignature?: undefined;
|
@@ -664,6 +694,9 @@ export declare const zkSyncLocalNode: {
|
|
664
694
|
accessList?: import("../../index.js").AccessList | undefined;
|
665
695
|
blobs?: undefined;
|
666
696
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
697
|
+
blobVersionedHashes?: undefined;
|
698
|
+
kzg?: undefined;
|
699
|
+
sidecars?: undefined;
|
667
700
|
} & {
|
668
701
|
data?: `0x${string}` | undefined;
|
669
702
|
from: `0x${string}`;
|
@@ -678,6 +711,9 @@ export declare const zkSyncLocalNode: {
|
|
678
711
|
accessList?: import("../../index.js").AccessList | undefined;
|
679
712
|
blobs?: undefined;
|
680
713
|
type?: "eip2930" | undefined;
|
714
|
+
blobVersionedHashes?: undefined;
|
715
|
+
kzg?: undefined;
|
716
|
+
sidecars?: undefined;
|
681
717
|
} & {
|
682
718
|
gasPerPubdata?: undefined;
|
683
719
|
customSignature?: undefined;
|
@@ -698,6 +734,9 @@ export declare const zkSyncLocalNode: {
|
|
698
734
|
accessList?: import("../../index.js").AccessList | undefined;
|
699
735
|
blobs?: undefined;
|
700
736
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
737
|
+
blobVersionedHashes?: undefined;
|
738
|
+
kzg?: undefined;
|
739
|
+
sidecars?: undefined;
|
701
740
|
} & {
|
702
741
|
data?: `0x${string}` | undefined;
|
703
742
|
from: `0x${string}`;
|
@@ -712,6 +751,9 @@ export declare const zkSyncLocalNode: {
|
|
712
751
|
accessList?: import("../../index.js").AccessList | undefined;
|
713
752
|
blobs?: undefined;
|
714
753
|
type?: "eip1559" | undefined;
|
754
|
+
blobVersionedHashes?: undefined;
|
755
|
+
kzg?: undefined;
|
756
|
+
sidecars?: undefined;
|
715
757
|
} & {
|
716
758
|
gasPerPubdata?: undefined;
|
717
759
|
customSignature?: undefined;
|
@@ -732,6 +774,9 @@ export declare const zkSyncLocalNode: {
|
|
732
774
|
accessList?: import("../../index.js").AccessList | undefined;
|
733
775
|
blobs?: undefined;
|
734
776
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
777
|
+
blobVersionedHashes?: undefined;
|
778
|
+
kzg?: undefined;
|
779
|
+
sidecars?: undefined;
|
735
780
|
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
736
781
|
gasPerPubdata?: bigint | undefined;
|
737
782
|
customSignature?: `0x${string}` | undefined;
|
@@ -754,6 +799,9 @@ export declare const zkSyncLocalNode: {
|
|
754
799
|
accessList?: import("../../index.js").AccessList | undefined;
|
755
800
|
blobs?: undefined;
|
756
801
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
802
|
+
blobVersionedHashes?: undefined;
|
803
|
+
kzg?: undefined;
|
804
|
+
sidecars?: undefined;
|
757
805
|
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
758
806
|
gasPerPubdata?: bigint | undefined;
|
759
807
|
customSignature?: `0x${string}` | undefined;
|
@@ -776,6 +824,9 @@ export declare const zkSyncLocalNode: {
|
|
776
824
|
accessList?: import("../../index.js").AccessList | undefined;
|
777
825
|
blobs?: undefined;
|
778
826
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
827
|
+
blobVersionedHashes?: undefined;
|
828
|
+
kzg?: undefined;
|
829
|
+
sidecars?: undefined;
|
779
830
|
} & {
|
780
831
|
data?: `0x${string}` | undefined;
|
781
832
|
from: `0x${string}`;
|
@@ -790,6 +841,9 @@ export declare const zkSyncLocalNode: {
|
|
790
841
|
accessList?: undefined;
|
791
842
|
blobs?: undefined;
|
792
843
|
type?: "legacy" | undefined;
|
844
|
+
blobVersionedHashes?: undefined;
|
845
|
+
kzg?: undefined;
|
846
|
+
sidecars?: undefined;
|
793
847
|
} & {
|
794
848
|
gasPerPubdata?: undefined;
|
795
849
|
customSignature?: undefined;
|
@@ -810,6 +864,9 @@ export declare const zkSyncLocalNode: {
|
|
810
864
|
accessList?: import("../../index.js").AccessList | undefined;
|
811
865
|
blobs?: undefined;
|
812
866
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
867
|
+
blobVersionedHashes?: undefined;
|
868
|
+
kzg?: undefined;
|
869
|
+
sidecars?: undefined;
|
813
870
|
} & {
|
814
871
|
data?: `0x${string}` | undefined;
|
815
872
|
from: `0x${string}`;
|
@@ -824,6 +881,9 @@ export declare const zkSyncLocalNode: {
|
|
824
881
|
accessList?: import("../../index.js").AccessList | undefined;
|
825
882
|
blobs?: undefined;
|
826
883
|
type?: "eip2930" | undefined;
|
884
|
+
blobVersionedHashes?: undefined;
|
885
|
+
kzg?: undefined;
|
886
|
+
sidecars?: undefined;
|
827
887
|
} & {
|
828
888
|
gasPerPubdata?: undefined;
|
829
889
|
customSignature?: undefined;
|
@@ -844,6 +904,9 @@ export declare const zkSyncLocalNode: {
|
|
844
904
|
accessList?: import("../../index.js").AccessList | undefined;
|
845
905
|
blobs?: undefined;
|
846
906
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
907
|
+
blobVersionedHashes?: undefined;
|
908
|
+
kzg?: undefined;
|
909
|
+
sidecars?: undefined;
|
847
910
|
} & {
|
848
911
|
data?: `0x${string}` | undefined;
|
849
912
|
from: `0x${string}`;
|
@@ -858,6 +921,9 @@ export declare const zkSyncLocalNode: {
|
|
858
921
|
accessList?: import("../../index.js").AccessList | undefined;
|
859
922
|
blobs?: undefined;
|
860
923
|
type?: "eip1559" | undefined;
|
924
|
+
blobVersionedHashes?: undefined;
|
925
|
+
kzg?: undefined;
|
926
|
+
sidecars?: undefined;
|
861
927
|
} & {
|
862
928
|
gasPerPubdata?: undefined;
|
863
929
|
customSignature?: undefined;
|
@@ -878,6 +944,9 @@ export declare const zkSyncLocalNode: {
|
|
878
944
|
accessList?: import("../../index.js").AccessList | undefined;
|
879
945
|
blobs?: undefined;
|
880
946
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
947
|
+
blobVersionedHashes?: undefined;
|
948
|
+
kzg?: undefined;
|
949
|
+
sidecars?: undefined;
|
881
950
|
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
882
951
|
gasPerPubdata?: bigint | undefined;
|
883
952
|
customSignature?: `0x${string}` | undefined;
|
@@ -900,6 +969,9 @@ export declare const zkSyncLocalNode: {
|
|
900
969
|
accessList?: import("../../index.js").AccessList | undefined;
|
901
970
|
blobs?: undefined;
|
902
971
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
972
|
+
blobVersionedHashes?: undefined;
|
973
|
+
kzg?: undefined;
|
974
|
+
sidecars?: undefined;
|
903
975
|
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
904
976
|
gasPerPubdata?: bigint | undefined;
|
905
977
|
customSignature?: `0x${string}` | undefined;
|
@@ -921,6 +993,9 @@ export declare const zkSyncLocalNode: {
|
|
921
993
|
maxFeePerBlobGas?: bigint | undefined;
|
922
994
|
accessList?: import("../../index.js").AccessList | undefined;
|
923
995
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
996
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
997
|
+
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
998
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
924
999
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
925
1000
|
} & {
|
926
1001
|
data?: `0x${string}` | undefined;
|
@@ -936,6 +1011,9 @@ export declare const zkSyncLocalNode: {
|
|
936
1011
|
accessList?: undefined;
|
937
1012
|
blobs?: undefined;
|
938
1013
|
type?: "legacy" | undefined;
|
1014
|
+
blobVersionedHashes?: undefined;
|
1015
|
+
kzg?: undefined;
|
1016
|
+
sidecars?: undefined;
|
939
1017
|
} & {
|
940
1018
|
gasPerPubdata?: undefined;
|
941
1019
|
customSignature?: undefined;
|
@@ -955,6 +1033,9 @@ export declare const zkSyncLocalNode: {
|
|
955
1033
|
maxFeePerBlobGas?: bigint | undefined;
|
956
1034
|
accessList?: import("../../index.js").AccessList | undefined;
|
957
1035
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1036
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1037
|
+
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1038
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
958
1039
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
959
1040
|
} & {
|
960
1041
|
data?: `0x${string}` | undefined;
|
@@ -970,6 +1051,9 @@ export declare const zkSyncLocalNode: {
|
|
970
1051
|
accessList?: import("../../index.js").AccessList | undefined;
|
971
1052
|
blobs?: undefined;
|
972
1053
|
type?: "eip2930" | undefined;
|
1054
|
+
blobVersionedHashes?: undefined;
|
1055
|
+
kzg?: undefined;
|
1056
|
+
sidecars?: undefined;
|
973
1057
|
} & {
|
974
1058
|
gasPerPubdata?: undefined;
|
975
1059
|
customSignature?: undefined;
|
@@ -989,6 +1073,9 @@ export declare const zkSyncLocalNode: {
|
|
989
1073
|
maxFeePerBlobGas?: bigint | undefined;
|
990
1074
|
accessList?: import("../../index.js").AccessList | undefined;
|
991
1075
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1076
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1077
|
+
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1078
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
992
1079
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
993
1080
|
} & {
|
994
1081
|
data?: `0x${string}` | undefined;
|
@@ -1004,6 +1091,9 @@ export declare const zkSyncLocalNode: {
|
|
1004
1091
|
accessList?: import("../../index.js").AccessList | undefined;
|
1005
1092
|
blobs?: undefined;
|
1006
1093
|
type?: "eip1559" | undefined;
|
1094
|
+
blobVersionedHashes?: undefined;
|
1095
|
+
kzg?: undefined;
|
1096
|
+
sidecars?: undefined;
|
1007
1097
|
} & {
|
1008
1098
|
gasPerPubdata?: undefined;
|
1009
1099
|
customSignature?: undefined;
|
@@ -1023,6 +1113,9 @@ export declare const zkSyncLocalNode: {
|
|
1023
1113
|
maxFeePerBlobGas?: bigint | undefined;
|
1024
1114
|
accessList?: import("../../index.js").AccessList | undefined;
|
1025
1115
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1116
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1117
|
+
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1118
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1026
1119
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1027
1120
|
} & {
|
1028
1121
|
data?: `0x${string}` | undefined;
|
@@ -1037,6 +1130,9 @@ export declare const zkSyncLocalNode: {
|
|
1037
1130
|
maxFeePerBlobGas: bigint;
|
1038
1131
|
accessList?: import("../../index.js").AccessList | undefined;
|
1039
1132
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1133
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1134
|
+
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1135
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1040
1136
|
type?: "eip4844" | undefined;
|
1041
1137
|
} & {
|
1042
1138
|
gasPerPubdata?: undefined;
|
@@ -1057,6 +1153,9 @@ export declare const zkSyncLocalNode: {
|
|
1057
1153
|
maxFeePerBlobGas?: bigint | undefined;
|
1058
1154
|
accessList?: import("../../index.js").AccessList | undefined;
|
1059
1155
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1156
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1157
|
+
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1158
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1060
1159
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1061
1160
|
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1062
1161
|
gasPerPubdata?: bigint | undefined;
|
@@ -1079,6 +1178,9 @@ export declare const zkSyncLocalNode: {
|
|
1079
1178
|
maxFeePerBlobGas?: bigint | undefined;
|
1080
1179
|
accessList?: import("../../index.js").AccessList | undefined;
|
1081
1180
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1181
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1182
|
+
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1183
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1082
1184
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1083
1185
|
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1084
1186
|
gasPerPubdata?: bigint | undefined;
|
@@ -1102,6 +1204,9 @@ export declare const zkSyncLocalNode: {
|
|
1102
1204
|
accessList?: undefined;
|
1103
1205
|
blobs?: undefined;
|
1104
1206
|
type?: "0x0" | undefined;
|
1207
|
+
blobVersionedHashes?: undefined;
|
1208
|
+
kzg?: undefined;
|
1209
|
+
sidecars?: undefined;
|
1105
1210
|
eip712Meta?: undefined;
|
1106
1211
|
} | {
|
1107
1212
|
data?: `0x${string}` | undefined;
|
@@ -1117,6 +1222,9 @@ export declare const zkSyncLocalNode: {
|
|
1117
1222
|
accessList?: undefined;
|
1118
1223
|
blobs?: undefined;
|
1119
1224
|
type?: "0x1" | undefined;
|
1225
|
+
blobVersionedHashes?: undefined;
|
1226
|
+
kzg?: undefined;
|
1227
|
+
sidecars?: undefined;
|
1120
1228
|
eip712Meta?: undefined;
|
1121
1229
|
} | {
|
1122
1230
|
data?: `0x${string}` | undefined;
|
@@ -1132,6 +1240,9 @@ export declare const zkSyncLocalNode: {
|
|
1132
1240
|
accessList?: undefined;
|
1133
1241
|
blobs?: undefined;
|
1134
1242
|
type?: "0x2" | undefined;
|
1243
|
+
blobVersionedHashes?: undefined;
|
1244
|
+
kzg?: undefined;
|
1245
|
+
sidecars?: undefined;
|
1135
1246
|
eip712Meta?: undefined;
|
1136
1247
|
} | {
|
1137
1248
|
data?: `0x${string}` | undefined;
|
@@ -1147,6 +1258,9 @@ export declare const zkSyncLocalNode: {
|
|
1147
1258
|
accessList?: undefined;
|
1148
1259
|
blobs?: undefined;
|
1149
1260
|
type: "0xff" | "0x71";
|
1261
|
+
blobVersionedHashes?: undefined;
|
1262
|
+
kzg?: undefined;
|
1263
|
+
sidecars?: undefined;
|
1150
1264
|
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1151
1265
|
} | {
|
1152
1266
|
data?: `0x${string}` | undefined;
|
@@ -1162,6 +1276,9 @@ export declare const zkSyncLocalNode: {
|
|
1162
1276
|
accessList?: undefined;
|
1163
1277
|
blobs?: undefined;
|
1164
1278
|
type?: "0x0" | undefined;
|
1279
|
+
blobVersionedHashes?: undefined;
|
1280
|
+
kzg?: undefined;
|
1281
|
+
sidecars?: undefined;
|
1165
1282
|
eip712Meta?: undefined;
|
1166
1283
|
} | {
|
1167
1284
|
data?: `0x${string}` | undefined;
|
@@ -1177,6 +1294,9 @@ export declare const zkSyncLocalNode: {
|
|
1177
1294
|
accessList?: import("../../index.js").AccessList | undefined;
|
1178
1295
|
blobs?: undefined;
|
1179
1296
|
type?: "0x1" | undefined;
|
1297
|
+
blobVersionedHashes?: undefined;
|
1298
|
+
kzg?: undefined;
|
1299
|
+
sidecars?: undefined;
|
1180
1300
|
eip712Meta?: undefined;
|
1181
1301
|
} | {
|
1182
1302
|
data?: `0x${string}` | undefined;
|
@@ -1192,6 +1312,9 @@ export declare const zkSyncLocalNode: {
|
|
1192
1312
|
accessList?: import("../../index.js").AccessList | undefined;
|
1193
1313
|
blobs?: undefined;
|
1194
1314
|
type?: "0x2" | undefined;
|
1315
|
+
blobVersionedHashes?: undefined;
|
1316
|
+
kzg?: undefined;
|
1317
|
+
sidecars?: undefined;
|
1195
1318
|
eip712Meta?: undefined;
|
1196
1319
|
} | {
|
1197
1320
|
data?: `0x${string}` | undefined;
|
@@ -1207,6 +1330,9 @@ export declare const zkSyncLocalNode: {
|
|
1207
1330
|
accessList?: import("../../index.js").AccessList | undefined;
|
1208
1331
|
blobs?: undefined;
|
1209
1332
|
type: "0xff" | "0x71";
|
1333
|
+
blobVersionedHashes?: undefined;
|
1334
|
+
kzg?: undefined;
|
1335
|
+
sidecars?: undefined;
|
1210
1336
|
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1211
1337
|
} | {
|
1212
1338
|
data?: `0x${string}` | undefined;
|
@@ -1222,6 +1348,9 @@ export declare const zkSyncLocalNode: {
|
|
1222
1348
|
accessList?: undefined;
|
1223
1349
|
blobs?: undefined;
|
1224
1350
|
type?: "0x0" | undefined;
|
1351
|
+
blobVersionedHashes?: undefined;
|
1352
|
+
kzg?: undefined;
|
1353
|
+
sidecars?: undefined;
|
1225
1354
|
eip712Meta?: undefined;
|
1226
1355
|
} | {
|
1227
1356
|
data?: `0x${string}` | undefined;
|
@@ -1237,6 +1366,9 @@ export declare const zkSyncLocalNode: {
|
|
1237
1366
|
accessList?: import("../../index.js").AccessList | undefined;
|
1238
1367
|
blobs?: undefined;
|
1239
1368
|
type?: "0x1" | undefined;
|
1369
|
+
blobVersionedHashes?: undefined;
|
1370
|
+
kzg?: undefined;
|
1371
|
+
sidecars?: undefined;
|
1240
1372
|
eip712Meta?: undefined;
|
1241
1373
|
} | {
|
1242
1374
|
data?: `0x${string}` | undefined;
|
@@ -1252,6 +1384,9 @@ export declare const zkSyncLocalNode: {
|
|
1252
1384
|
accessList?: import("../../index.js").AccessList | undefined;
|
1253
1385
|
blobs?: undefined;
|
1254
1386
|
type?: "0x2" | undefined;
|
1387
|
+
blobVersionedHashes?: undefined;
|
1388
|
+
kzg?: undefined;
|
1389
|
+
sidecars?: undefined;
|
1255
1390
|
eip712Meta?: undefined;
|
1256
1391
|
} | {
|
1257
1392
|
data?: `0x${string}` | undefined;
|
@@ -1267,6 +1402,9 @@ export declare const zkSyncLocalNode: {
|
|
1267
1402
|
accessList?: import("../../index.js").AccessList | undefined;
|
1268
1403
|
blobs?: undefined;
|
1269
1404
|
type: "0xff" | "0x71";
|
1405
|
+
blobVersionedHashes?: undefined;
|
1406
|
+
kzg?: undefined;
|
1407
|
+
sidecars?: undefined;
|
1270
1408
|
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1271
1409
|
} | {
|
1272
1410
|
data?: `0x${string}` | undefined;
|
@@ -1281,6 +1419,9 @@ export declare const zkSyncLocalNode: {
|
|
1281
1419
|
maxFeePerBlobGas: `0x${string}`;
|
1282
1420
|
accessList?: import("../../index.js").AccessList | undefined;
|
1283
1421
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1422
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1423
|
+
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1424
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1284
1425
|
type?: "0x3" | undefined;
|
1285
1426
|
eip712Meta?: undefined;
|
1286
1427
|
} | {
|
@@ -1296,6 +1437,9 @@ export declare const zkSyncLocalNode: {
|
|
1296
1437
|
maxFeePerBlobGas: undefined;
|
1297
1438
|
accessList?: import("../../index.js").AccessList | undefined;
|
1298
1439
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1440
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1441
|
+
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1442
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1299
1443
|
type: "0xff" | "0x71";
|
1300
1444
|
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1301
1445
|
}) & {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"zkSyncLocalNode.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zkSyncLocalNode.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe
|
1
|
+
{"version":3,"file":"zkSyncLocalNode.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zkSyncLocalNode.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAY1B,CAAA"}
|