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
@@ -476,6 +476,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
476
476
|
accessList?: undefined;
|
477
477
|
blobs?: undefined;
|
478
478
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
479
|
+
blobVersionedHashes?: undefined;
|
480
|
+
kzg?: undefined;
|
481
|
+
sidecars?: undefined;
|
479
482
|
} & {
|
480
483
|
data?: `0x${string}` | undefined;
|
481
484
|
from: `0x${string}`;
|
@@ -490,6 +493,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
490
493
|
accessList?: undefined;
|
491
494
|
blobs?: undefined;
|
492
495
|
type?: "legacy" | undefined;
|
496
|
+
blobVersionedHashes?: undefined;
|
497
|
+
kzg?: undefined;
|
498
|
+
sidecars?: undefined;
|
493
499
|
} & {
|
494
500
|
gasPerPubdata?: undefined;
|
495
501
|
customSignature?: undefined;
|
@@ -510,6 +516,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
510
516
|
accessList?: undefined;
|
511
517
|
blobs?: undefined;
|
512
518
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
519
|
+
blobVersionedHashes?: undefined;
|
520
|
+
kzg?: undefined;
|
521
|
+
sidecars?: undefined;
|
513
522
|
} & {
|
514
523
|
data?: `0x${string}` | undefined;
|
515
524
|
from: `0x${string}`;
|
@@ -524,6 +533,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
524
533
|
accessList?: import("../../index.js").AccessList | undefined;
|
525
534
|
blobs?: undefined;
|
526
535
|
type?: "eip2930" | undefined;
|
536
|
+
blobVersionedHashes?: undefined;
|
537
|
+
kzg?: undefined;
|
538
|
+
sidecars?: undefined;
|
527
539
|
} & {
|
528
540
|
gasPerPubdata?: undefined;
|
529
541
|
customSignature?: undefined;
|
@@ -544,6 +556,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
544
556
|
accessList?: undefined;
|
545
557
|
blobs?: undefined;
|
546
558
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
559
|
+
blobVersionedHashes?: undefined;
|
560
|
+
kzg?: undefined;
|
561
|
+
sidecars?: undefined;
|
547
562
|
} & {
|
548
563
|
data?: `0x${string}` | undefined;
|
549
564
|
from: `0x${string}`;
|
@@ -558,6 +573,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
558
573
|
accessList?: import("../../index.js").AccessList | undefined;
|
559
574
|
blobs?: undefined;
|
560
575
|
type?: "eip1559" | undefined;
|
576
|
+
blobVersionedHashes?: undefined;
|
577
|
+
kzg?: undefined;
|
578
|
+
sidecars?: undefined;
|
561
579
|
} & {
|
562
580
|
gasPerPubdata?: undefined;
|
563
581
|
customSignature?: undefined;
|
@@ -578,6 +596,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
578
596
|
accessList?: undefined;
|
579
597
|
blobs?: undefined;
|
580
598
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
599
|
+
blobVersionedHashes?: undefined;
|
600
|
+
kzg?: undefined;
|
601
|
+
sidecars?: undefined;
|
581
602
|
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
582
603
|
gasPerPubdata?: bigint | undefined;
|
583
604
|
customSignature?: `0x${string}` | undefined;
|
@@ -600,6 +621,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
600
621
|
accessList?: undefined;
|
601
622
|
blobs?: undefined;
|
602
623
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
624
|
+
blobVersionedHashes?: undefined;
|
625
|
+
kzg?: undefined;
|
626
|
+
sidecars?: undefined;
|
603
627
|
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
604
628
|
gasPerPubdata?: bigint | undefined;
|
605
629
|
customSignature?: `0x${string}` | undefined;
|
@@ -622,6 +646,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
622
646
|
accessList?: import("../../index.js").AccessList | undefined;
|
623
647
|
blobs?: undefined;
|
624
648
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
649
|
+
blobVersionedHashes?: undefined;
|
650
|
+
kzg?: undefined;
|
651
|
+
sidecars?: undefined;
|
625
652
|
} & {
|
626
653
|
data?: `0x${string}` | undefined;
|
627
654
|
from: `0x${string}`;
|
@@ -636,6 +663,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
636
663
|
accessList?: undefined;
|
637
664
|
blobs?: undefined;
|
638
665
|
type?: "legacy" | undefined;
|
666
|
+
blobVersionedHashes?: undefined;
|
667
|
+
kzg?: undefined;
|
668
|
+
sidecars?: undefined;
|
639
669
|
} & {
|
640
670
|
gasPerPubdata?: undefined;
|
641
671
|
customSignature?: undefined;
|
@@ -656,6 +686,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
656
686
|
accessList?: import("../../index.js").AccessList | undefined;
|
657
687
|
blobs?: undefined;
|
658
688
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
689
|
+
blobVersionedHashes?: undefined;
|
690
|
+
kzg?: undefined;
|
691
|
+
sidecars?: undefined;
|
659
692
|
} & {
|
660
693
|
data?: `0x${string}` | undefined;
|
661
694
|
from: `0x${string}`;
|
@@ -670,6 +703,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
670
703
|
accessList?: import("../../index.js").AccessList | undefined;
|
671
704
|
blobs?: undefined;
|
672
705
|
type?: "eip2930" | undefined;
|
706
|
+
blobVersionedHashes?: undefined;
|
707
|
+
kzg?: undefined;
|
708
|
+
sidecars?: undefined;
|
673
709
|
} & {
|
674
710
|
gasPerPubdata?: undefined;
|
675
711
|
customSignature?: undefined;
|
@@ -690,6 +726,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
690
726
|
accessList?: import("../../index.js").AccessList | undefined;
|
691
727
|
blobs?: undefined;
|
692
728
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
729
|
+
blobVersionedHashes?: undefined;
|
730
|
+
kzg?: undefined;
|
731
|
+
sidecars?: undefined;
|
693
732
|
} & {
|
694
733
|
data?: `0x${string}` | undefined;
|
695
734
|
from: `0x${string}`;
|
@@ -704,6 +743,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
704
743
|
accessList?: import("../../index.js").AccessList | undefined;
|
705
744
|
blobs?: undefined;
|
706
745
|
type?: "eip1559" | undefined;
|
746
|
+
blobVersionedHashes?: undefined;
|
747
|
+
kzg?: undefined;
|
748
|
+
sidecars?: undefined;
|
707
749
|
} & {
|
708
750
|
gasPerPubdata?: undefined;
|
709
751
|
customSignature?: undefined;
|
@@ -724,6 +766,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
724
766
|
accessList?: import("../../index.js").AccessList | undefined;
|
725
767
|
blobs?: undefined;
|
726
768
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
769
|
+
blobVersionedHashes?: undefined;
|
770
|
+
kzg?: undefined;
|
771
|
+
sidecars?: undefined;
|
727
772
|
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
728
773
|
gasPerPubdata?: bigint | undefined;
|
729
774
|
customSignature?: `0x${string}` | undefined;
|
@@ -746,6 +791,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
746
791
|
accessList?: import("../../index.js").AccessList | undefined;
|
747
792
|
blobs?: undefined;
|
748
793
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
794
|
+
blobVersionedHashes?: undefined;
|
795
|
+
kzg?: undefined;
|
796
|
+
sidecars?: undefined;
|
749
797
|
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
750
798
|
gasPerPubdata?: bigint | undefined;
|
751
799
|
customSignature?: `0x${string}` | undefined;
|
@@ -768,6 +816,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
768
816
|
accessList?: import("../../index.js").AccessList | undefined;
|
769
817
|
blobs?: undefined;
|
770
818
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
819
|
+
blobVersionedHashes?: undefined;
|
820
|
+
kzg?: undefined;
|
821
|
+
sidecars?: undefined;
|
771
822
|
} & {
|
772
823
|
data?: `0x${string}` | undefined;
|
773
824
|
from: `0x${string}`;
|
@@ -782,6 +833,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
782
833
|
accessList?: undefined;
|
783
834
|
blobs?: undefined;
|
784
835
|
type?: "legacy" | undefined;
|
836
|
+
blobVersionedHashes?: undefined;
|
837
|
+
kzg?: undefined;
|
838
|
+
sidecars?: undefined;
|
785
839
|
} & {
|
786
840
|
gasPerPubdata?: undefined;
|
787
841
|
customSignature?: undefined;
|
@@ -802,6 +856,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
802
856
|
accessList?: import("../../index.js").AccessList | undefined;
|
803
857
|
blobs?: undefined;
|
804
858
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
859
|
+
blobVersionedHashes?: undefined;
|
860
|
+
kzg?: undefined;
|
861
|
+
sidecars?: undefined;
|
805
862
|
} & {
|
806
863
|
data?: `0x${string}` | undefined;
|
807
864
|
from: `0x${string}`;
|
@@ -816,6 +873,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
816
873
|
accessList?: import("../../index.js").AccessList | undefined;
|
817
874
|
blobs?: undefined;
|
818
875
|
type?: "eip2930" | undefined;
|
876
|
+
blobVersionedHashes?: undefined;
|
877
|
+
kzg?: undefined;
|
878
|
+
sidecars?: undefined;
|
819
879
|
} & {
|
820
880
|
gasPerPubdata?: undefined;
|
821
881
|
customSignature?: undefined;
|
@@ -836,6 +896,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
836
896
|
accessList?: import("../../index.js").AccessList | undefined;
|
837
897
|
blobs?: undefined;
|
838
898
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
899
|
+
blobVersionedHashes?: undefined;
|
900
|
+
kzg?: undefined;
|
901
|
+
sidecars?: undefined;
|
839
902
|
} & {
|
840
903
|
data?: `0x${string}` | undefined;
|
841
904
|
from: `0x${string}`;
|
@@ -850,6 +913,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
850
913
|
accessList?: import("../../index.js").AccessList | undefined;
|
851
914
|
blobs?: undefined;
|
852
915
|
type?: "eip1559" | undefined;
|
916
|
+
blobVersionedHashes?: undefined;
|
917
|
+
kzg?: undefined;
|
918
|
+
sidecars?: undefined;
|
853
919
|
} & {
|
854
920
|
gasPerPubdata?: undefined;
|
855
921
|
customSignature?: undefined;
|
@@ -870,6 +936,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
870
936
|
accessList?: import("../../index.js").AccessList | undefined;
|
871
937
|
blobs?: undefined;
|
872
938
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
939
|
+
blobVersionedHashes?: undefined;
|
940
|
+
kzg?: undefined;
|
941
|
+
sidecars?: undefined;
|
873
942
|
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
874
943
|
gasPerPubdata?: bigint | undefined;
|
875
944
|
customSignature?: `0x${string}` | undefined;
|
@@ -892,6 +961,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
892
961
|
accessList?: import("../../index.js").AccessList | undefined;
|
893
962
|
blobs?: undefined;
|
894
963
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
964
|
+
blobVersionedHashes?: undefined;
|
965
|
+
kzg?: undefined;
|
966
|
+
sidecars?: undefined;
|
895
967
|
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
896
968
|
gasPerPubdata?: bigint | undefined;
|
897
969
|
customSignature?: `0x${string}` | undefined;
|
@@ -913,6 +985,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
913
985
|
maxFeePerBlobGas?: bigint | undefined;
|
914
986
|
accessList?: import("../../index.js").AccessList | undefined;
|
915
987
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
988
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
989
|
+
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
990
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
916
991
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
917
992
|
} & {
|
918
993
|
data?: `0x${string}` | undefined;
|
@@ -928,6 +1003,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
928
1003
|
accessList?: undefined;
|
929
1004
|
blobs?: undefined;
|
930
1005
|
type?: "legacy" | undefined;
|
1006
|
+
blobVersionedHashes?: undefined;
|
1007
|
+
kzg?: undefined;
|
1008
|
+
sidecars?: undefined;
|
931
1009
|
} & {
|
932
1010
|
gasPerPubdata?: undefined;
|
933
1011
|
customSignature?: undefined;
|
@@ -947,6 +1025,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
947
1025
|
maxFeePerBlobGas?: bigint | undefined;
|
948
1026
|
accessList?: import("../../index.js").AccessList | undefined;
|
949
1027
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1028
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1029
|
+
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1030
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
950
1031
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
951
1032
|
} & {
|
952
1033
|
data?: `0x${string}` | undefined;
|
@@ -962,6 +1043,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
962
1043
|
accessList?: import("../../index.js").AccessList | undefined;
|
963
1044
|
blobs?: undefined;
|
964
1045
|
type?: "eip2930" | undefined;
|
1046
|
+
blobVersionedHashes?: undefined;
|
1047
|
+
kzg?: undefined;
|
1048
|
+
sidecars?: undefined;
|
965
1049
|
} & {
|
966
1050
|
gasPerPubdata?: undefined;
|
967
1051
|
customSignature?: undefined;
|
@@ -981,6 +1065,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
981
1065
|
maxFeePerBlobGas?: bigint | undefined;
|
982
1066
|
accessList?: import("../../index.js").AccessList | undefined;
|
983
1067
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1068
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1069
|
+
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1070
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
984
1071
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
985
1072
|
} & {
|
986
1073
|
data?: `0x${string}` | undefined;
|
@@ -996,6 +1083,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
996
1083
|
accessList?: import("../../index.js").AccessList | undefined;
|
997
1084
|
blobs?: undefined;
|
998
1085
|
type?: "eip1559" | undefined;
|
1086
|
+
blobVersionedHashes?: undefined;
|
1087
|
+
kzg?: undefined;
|
1088
|
+
sidecars?: undefined;
|
999
1089
|
} & {
|
1000
1090
|
gasPerPubdata?: undefined;
|
1001
1091
|
customSignature?: undefined;
|
@@ -1015,6 +1105,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1015
1105
|
maxFeePerBlobGas?: bigint | undefined;
|
1016
1106
|
accessList?: import("../../index.js").AccessList | undefined;
|
1017
1107
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1108
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1109
|
+
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1110
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1018
1111
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1019
1112
|
} & {
|
1020
1113
|
data?: `0x${string}` | undefined;
|
@@ -1029,6 +1122,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1029
1122
|
maxFeePerBlobGas: bigint;
|
1030
1123
|
accessList?: import("../../index.js").AccessList | undefined;
|
1031
1124
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1125
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1126
|
+
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1127
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1032
1128
|
type?: "eip4844" | undefined;
|
1033
1129
|
} & {
|
1034
1130
|
gasPerPubdata?: undefined;
|
@@ -1049,6 +1145,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1049
1145
|
maxFeePerBlobGas?: bigint | undefined;
|
1050
1146
|
accessList?: import("../../index.js").AccessList | undefined;
|
1051
1147
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1148
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1149
|
+
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1150
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1052
1151
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1053
1152
|
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1054
1153
|
gasPerPubdata?: bigint | undefined;
|
@@ -1071,6 +1170,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1071
1170
|
maxFeePerBlobGas?: bigint | undefined;
|
1072
1171
|
accessList?: import("../../index.js").AccessList | undefined;
|
1073
1172
|
blobs?: readonly `0x${string}`[] | readonly Uint8Array[] | undefined;
|
1173
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1174
|
+
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1175
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1074
1176
|
type?: "legacy" | "eip1559" | "eip4844" | "eip2930" | "priority" | "eip712" | undefined;
|
1075
1177
|
} & Omit<import("../../index.js").TransactionRequestBase, "type"> & import("../../index.js").ExactPartial<import("../../index.js").FeeValuesEIP1559> & {
|
1076
1178
|
gasPerPubdata?: bigint | undefined;
|
@@ -1094,6 +1196,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1094
1196
|
accessList?: undefined;
|
1095
1197
|
blobs?: undefined;
|
1096
1198
|
type?: "0x0" | undefined;
|
1199
|
+
blobVersionedHashes?: undefined;
|
1200
|
+
kzg?: undefined;
|
1201
|
+
sidecars?: undefined;
|
1097
1202
|
eip712Meta?: undefined;
|
1098
1203
|
} | {
|
1099
1204
|
data?: `0x${string}` | undefined;
|
@@ -1109,6 +1214,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1109
1214
|
accessList?: undefined;
|
1110
1215
|
blobs?: undefined;
|
1111
1216
|
type?: "0x1" | undefined;
|
1217
|
+
blobVersionedHashes?: undefined;
|
1218
|
+
kzg?: undefined;
|
1219
|
+
sidecars?: undefined;
|
1112
1220
|
eip712Meta?: undefined;
|
1113
1221
|
} | {
|
1114
1222
|
data?: `0x${string}` | undefined;
|
@@ -1124,6 +1232,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1124
1232
|
accessList?: undefined;
|
1125
1233
|
blobs?: undefined;
|
1126
1234
|
type?: "0x2" | undefined;
|
1235
|
+
blobVersionedHashes?: undefined;
|
1236
|
+
kzg?: undefined;
|
1237
|
+
sidecars?: undefined;
|
1127
1238
|
eip712Meta?: undefined;
|
1128
1239
|
} | {
|
1129
1240
|
data?: `0x${string}` | undefined;
|
@@ -1139,6 +1250,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1139
1250
|
accessList?: undefined;
|
1140
1251
|
blobs?: undefined;
|
1141
1252
|
type: "0xff" | "0x71";
|
1253
|
+
blobVersionedHashes?: undefined;
|
1254
|
+
kzg?: undefined;
|
1255
|
+
sidecars?: undefined;
|
1142
1256
|
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1143
1257
|
} | {
|
1144
1258
|
data?: `0x${string}` | undefined;
|
@@ -1154,6 +1268,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1154
1268
|
accessList?: undefined;
|
1155
1269
|
blobs?: undefined;
|
1156
1270
|
type?: "0x0" | undefined;
|
1271
|
+
blobVersionedHashes?: undefined;
|
1272
|
+
kzg?: undefined;
|
1273
|
+
sidecars?: undefined;
|
1157
1274
|
eip712Meta?: undefined;
|
1158
1275
|
} | {
|
1159
1276
|
data?: `0x${string}` | undefined;
|
@@ -1169,6 +1286,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1169
1286
|
accessList?: import("../../index.js").AccessList | undefined;
|
1170
1287
|
blobs?: undefined;
|
1171
1288
|
type?: "0x1" | undefined;
|
1289
|
+
blobVersionedHashes?: undefined;
|
1290
|
+
kzg?: undefined;
|
1291
|
+
sidecars?: undefined;
|
1172
1292
|
eip712Meta?: undefined;
|
1173
1293
|
} | {
|
1174
1294
|
data?: `0x${string}` | undefined;
|
@@ -1184,6 +1304,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1184
1304
|
accessList?: import("../../index.js").AccessList | undefined;
|
1185
1305
|
blobs?: undefined;
|
1186
1306
|
type?: "0x2" | undefined;
|
1307
|
+
blobVersionedHashes?: undefined;
|
1308
|
+
kzg?: undefined;
|
1309
|
+
sidecars?: undefined;
|
1187
1310
|
eip712Meta?: undefined;
|
1188
1311
|
} | {
|
1189
1312
|
data?: `0x${string}` | undefined;
|
@@ -1199,6 +1322,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1199
1322
|
accessList?: import("../../index.js").AccessList | undefined;
|
1200
1323
|
blobs?: undefined;
|
1201
1324
|
type: "0xff" | "0x71";
|
1325
|
+
blobVersionedHashes?: undefined;
|
1326
|
+
kzg?: undefined;
|
1327
|
+
sidecars?: undefined;
|
1202
1328
|
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1203
1329
|
} | {
|
1204
1330
|
data?: `0x${string}` | undefined;
|
@@ -1214,6 +1340,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1214
1340
|
accessList?: undefined;
|
1215
1341
|
blobs?: undefined;
|
1216
1342
|
type?: "0x0" | undefined;
|
1343
|
+
blobVersionedHashes?: undefined;
|
1344
|
+
kzg?: undefined;
|
1345
|
+
sidecars?: undefined;
|
1217
1346
|
eip712Meta?: undefined;
|
1218
1347
|
} | {
|
1219
1348
|
data?: `0x${string}` | undefined;
|
@@ -1229,6 +1358,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1229
1358
|
accessList?: import("../../index.js").AccessList | undefined;
|
1230
1359
|
blobs?: undefined;
|
1231
1360
|
type?: "0x1" | undefined;
|
1361
|
+
blobVersionedHashes?: undefined;
|
1362
|
+
kzg?: undefined;
|
1363
|
+
sidecars?: undefined;
|
1232
1364
|
eip712Meta?: undefined;
|
1233
1365
|
} | {
|
1234
1366
|
data?: `0x${string}` | undefined;
|
@@ -1244,6 +1376,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1244
1376
|
accessList?: import("../../index.js").AccessList | undefined;
|
1245
1377
|
blobs?: undefined;
|
1246
1378
|
type?: "0x2" | undefined;
|
1379
|
+
blobVersionedHashes?: undefined;
|
1380
|
+
kzg?: undefined;
|
1381
|
+
sidecars?: undefined;
|
1247
1382
|
eip712Meta?: undefined;
|
1248
1383
|
} | {
|
1249
1384
|
data?: `0x${string}` | undefined;
|
@@ -1259,6 +1394,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1259
1394
|
accessList?: import("../../index.js").AccessList | undefined;
|
1260
1395
|
blobs?: undefined;
|
1261
1396
|
type: "0xff" | "0x71";
|
1397
|
+
blobVersionedHashes?: undefined;
|
1398
|
+
kzg?: undefined;
|
1399
|
+
sidecars?: undefined;
|
1262
1400
|
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1263
1401
|
} | {
|
1264
1402
|
data?: `0x${string}` | undefined;
|
@@ -1273,6 +1411,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1273
1411
|
maxFeePerBlobGas: `0x${string}`;
|
1274
1412
|
accessList?: import("../../index.js").AccessList | undefined;
|
1275
1413
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1414
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1415
|
+
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1416
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1276
1417
|
type?: "0x3" | undefined;
|
1277
1418
|
eip712Meta?: undefined;
|
1278
1419
|
} | {
|
@@ -1288,6 +1429,9 @@ export declare const zkSyncSepoliaTestnet: {
|
|
1288
1429
|
maxFeePerBlobGas: undefined;
|
1289
1430
|
accessList?: import("../../index.js").AccessList | undefined;
|
1290
1431
|
blobs: readonly `0x${string}`[] | readonly Uint8Array[];
|
1432
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
1433
|
+
kzg?: import("../../types/kzg.js").Kzg | undefined;
|
1434
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
1291
1435
|
type: "0xff" | "0x71";
|
1292
1436
|
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
1293
1437
|
}) & {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"zkSyncSepoliaTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zkSyncSepoliaTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB
|
1
|
+
{"version":3,"file":"zkSyncSepoliaTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/zkSyncSepoliaTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwB/B,CAAA"}
|