@lightprotocol/zk-compression-cli 0.28.0 → 0.28.2
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.
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const PHOTON_VERSION = "0.51.2";
|
|
2
|
-
export declare const PHOTON_GIT_COMMIT = "
|
|
2
|
+
export declare const PHOTON_GIT_COMMIT = "52ca110cf8e3d5aca6e65e1ef8e98b7632d3a16f";
|
|
3
3
|
export declare const PHOTON_GIT_REPO = "https://github.com/lightprotocol/photon.git";
|
|
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.PHOTON_GIT_REPO = exports.PHOTON_GIT_COMMIT = exports.PHOTON_VERSION = void 0;
|
|
4
4
|
// Auto-generated from external/photon submodule - do not edit manually
|
|
5
5
|
exports.PHOTON_VERSION = "0.51.2";
|
|
6
|
-
exports.PHOTON_GIT_COMMIT = "
|
|
6
|
+
exports.PHOTON_GIT_COMMIT = "52ca110cf8e3d5aca6e65e1ef8e98b7632d3a16f";
|
|
7
7
|
exports.PHOTON_GIT_REPO = "https://github.com/lightprotocol/photon.git";
|
package/oclif.manifest.json
CHANGED
|
@@ -527,6 +527,63 @@
|
|
|
527
527
|
"index.js"
|
|
528
528
|
]
|
|
529
529
|
},
|
|
530
|
+
"mint-to": {
|
|
531
|
+
"aliases": [],
|
|
532
|
+
"args": {},
|
|
533
|
+
"examples": [
|
|
534
|
+
"$ light mint-to --mint PublicKey --to PublicKey --amount 1000"
|
|
535
|
+
],
|
|
536
|
+
"flags": {
|
|
537
|
+
"mint-authority": {
|
|
538
|
+
"description": "Specify the filepath of the mint authority keypair. Defaults to your local solana wallet.",
|
|
539
|
+
"name": "mint-authority",
|
|
540
|
+
"required": false,
|
|
541
|
+
"hasDynamicHelp": false,
|
|
542
|
+
"multiple": false,
|
|
543
|
+
"type": "option"
|
|
544
|
+
},
|
|
545
|
+
"mint": {
|
|
546
|
+
"description": "Specify the mint address.",
|
|
547
|
+
"name": "mint",
|
|
548
|
+
"required": true,
|
|
549
|
+
"hasDynamicHelp": false,
|
|
550
|
+
"multiple": false,
|
|
551
|
+
"type": "option"
|
|
552
|
+
},
|
|
553
|
+
"to": {
|
|
554
|
+
"description": "Specify the recipient address.",
|
|
555
|
+
"name": "to",
|
|
556
|
+
"required": true,
|
|
557
|
+
"hasDynamicHelp": false,
|
|
558
|
+
"multiple": false,
|
|
559
|
+
"type": "option"
|
|
560
|
+
},
|
|
561
|
+
"amount": {
|
|
562
|
+
"description": "Amount to mint, in tokens.",
|
|
563
|
+
"name": "amount",
|
|
564
|
+
"required": true,
|
|
565
|
+
"hasDynamicHelp": false,
|
|
566
|
+
"multiple": false,
|
|
567
|
+
"type": "option"
|
|
568
|
+
}
|
|
569
|
+
},
|
|
570
|
+
"hasDynamicHelp": false,
|
|
571
|
+
"hiddenAliases": [],
|
|
572
|
+
"id": "mint-to",
|
|
573
|
+
"pluginAlias": "@lightprotocol/zk-compression-cli",
|
|
574
|
+
"pluginName": "@lightprotocol/zk-compression-cli",
|
|
575
|
+
"pluginType": "core",
|
|
576
|
+
"strict": true,
|
|
577
|
+
"summary": "Mint tokens to an account.",
|
|
578
|
+
"enableJsonFlag": false,
|
|
579
|
+
"isESM": false,
|
|
580
|
+
"relativePath": [
|
|
581
|
+
"dist",
|
|
582
|
+
"commands",
|
|
583
|
+
"mint-to",
|
|
584
|
+
"index.js"
|
|
585
|
+
]
|
|
586
|
+
},
|
|
530
587
|
"start-prover": {
|
|
531
588
|
"aliases": [],
|
|
532
589
|
"args": {},
|
|
@@ -841,63 +898,6 @@
|
|
|
841
898
|
"index.js"
|
|
842
899
|
]
|
|
843
900
|
},
|
|
844
|
-
"mint-to": {
|
|
845
|
-
"aliases": [],
|
|
846
|
-
"args": {},
|
|
847
|
-
"examples": [
|
|
848
|
-
"$ light mint-to --mint PublicKey --to PublicKey --amount 1000"
|
|
849
|
-
],
|
|
850
|
-
"flags": {
|
|
851
|
-
"mint-authority": {
|
|
852
|
-
"description": "Specify the filepath of the mint authority keypair. Defaults to your local solana wallet.",
|
|
853
|
-
"name": "mint-authority",
|
|
854
|
-
"required": false,
|
|
855
|
-
"hasDynamicHelp": false,
|
|
856
|
-
"multiple": false,
|
|
857
|
-
"type": "option"
|
|
858
|
-
},
|
|
859
|
-
"mint": {
|
|
860
|
-
"description": "Specify the mint address.",
|
|
861
|
-
"name": "mint",
|
|
862
|
-
"required": true,
|
|
863
|
-
"hasDynamicHelp": false,
|
|
864
|
-
"multiple": false,
|
|
865
|
-
"type": "option"
|
|
866
|
-
},
|
|
867
|
-
"to": {
|
|
868
|
-
"description": "Specify the recipient address.",
|
|
869
|
-
"name": "to",
|
|
870
|
-
"required": true,
|
|
871
|
-
"hasDynamicHelp": false,
|
|
872
|
-
"multiple": false,
|
|
873
|
-
"type": "option"
|
|
874
|
-
},
|
|
875
|
-
"amount": {
|
|
876
|
-
"description": "Amount to mint, in tokens.",
|
|
877
|
-
"name": "amount",
|
|
878
|
-
"required": true,
|
|
879
|
-
"hasDynamicHelp": false,
|
|
880
|
-
"multiple": false,
|
|
881
|
-
"type": "option"
|
|
882
|
-
}
|
|
883
|
-
},
|
|
884
|
-
"hasDynamicHelp": false,
|
|
885
|
-
"hiddenAliases": [],
|
|
886
|
-
"id": "mint-to",
|
|
887
|
-
"pluginAlias": "@lightprotocol/zk-compression-cli",
|
|
888
|
-
"pluginName": "@lightprotocol/zk-compression-cli",
|
|
889
|
-
"pluginType": "core",
|
|
890
|
-
"strict": true,
|
|
891
|
-
"summary": "Mint tokens to an account.",
|
|
892
|
-
"enableJsonFlag": false,
|
|
893
|
-
"isESM": false,
|
|
894
|
-
"relativePath": [
|
|
895
|
-
"dist",
|
|
896
|
-
"commands",
|
|
897
|
-
"mint-to",
|
|
898
|
-
"index.js"
|
|
899
|
-
]
|
|
900
|
-
},
|
|
901
901
|
"transfer": {
|
|
902
902
|
"aliases": [],
|
|
903
903
|
"args": {},
|
|
@@ -956,5 +956,5 @@
|
|
|
956
956
|
]
|
|
957
957
|
}
|
|
958
958
|
},
|
|
959
|
-
"version": "0.28.
|
|
959
|
+
"version": "0.28.2"
|
|
960
960
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lightprotocol/zk-compression-cli",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.2",
|
|
4
4
|
"description": "ZK Compression: Secure Scaling on Solana",
|
|
5
5
|
"maintainers": [
|
|
6
6
|
{
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"tweetnacl": "^1.0.3",
|
|
50
50
|
"wait-on": "^7.2.0",
|
|
51
51
|
"which": "^5.0.0",
|
|
52
|
-
"@lightprotocol/compressed-token": "0.23.
|
|
53
|
-
"@lightprotocol/stateless.js": "0.23.
|
|
52
|
+
"@lightprotocol/compressed-token": "0.23.2",
|
|
53
|
+
"@lightprotocol/stateless.js": "0.23.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@eslint/js": "9.36.0",
|