@lightprotocol/zk-compression-cli 0.28.0-beta.1 → 0.28.0-beta.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.
- package/oclif.manifest.json +41 -41
- package/package.json +3 -3
package/oclif.manifest.json
CHANGED
|
@@ -131,60 +131,56 @@
|
|
|
131
131
|
"index.js"
|
|
132
132
|
]
|
|
133
133
|
},
|
|
134
|
-
"
|
|
134
|
+
"compress-spl": {
|
|
135
135
|
"aliases": [],
|
|
136
136
|
"args": {},
|
|
137
|
-
"description": "Initialize or update the configuration values. The default config path is ~/.config/light/config.json you can set up a custom path with an environment variable export LIGHT_PROTOCOL_CONFIG=path/to/config.json",
|
|
138
137
|
"examples": [
|
|
139
|
-
"$ light
|
|
138
|
+
"$ light compress-spl --mint PublicKey --to PublicKey --amount 10"
|
|
140
139
|
],
|
|
141
140
|
"flags": {
|
|
142
|
-
"
|
|
143
|
-
"description": "
|
|
144
|
-
"name": "
|
|
141
|
+
"mint": {
|
|
142
|
+
"description": "Specify the mint address.",
|
|
143
|
+
"name": "mint",
|
|
144
|
+
"required": true,
|
|
145
145
|
"hasDynamicHelp": false,
|
|
146
146
|
"multiple": false,
|
|
147
147
|
"type": "option"
|
|
148
148
|
},
|
|
149
|
-
"
|
|
150
|
-
"description": "
|
|
151
|
-
"name": "
|
|
149
|
+
"to": {
|
|
150
|
+
"description": "Specify the recipient address (owner of destination compressed token account).",
|
|
151
|
+
"name": "to",
|
|
152
|
+
"required": true,
|
|
152
153
|
"hasDynamicHelp": false,
|
|
153
154
|
"multiple": false,
|
|
154
155
|
"type": "option"
|
|
155
156
|
},
|
|
156
|
-
"
|
|
157
|
-
"description": "
|
|
158
|
-
"name": "
|
|
157
|
+
"amount": {
|
|
158
|
+
"description": "Amount to compress, in tokens.",
|
|
159
|
+
"name": "amount",
|
|
160
|
+
"required": true,
|
|
159
161
|
"hasDynamicHelp": false,
|
|
160
162
|
"multiple": false,
|
|
161
163
|
"type": "option"
|
|
162
|
-
},
|
|
163
|
-
"get": {
|
|
164
|
-
"description": "Gets the current config values",
|
|
165
|
-
"name": "get",
|
|
166
|
-
"required": false,
|
|
167
|
-
"allowNo": false,
|
|
168
|
-
"type": "boolean"
|
|
169
164
|
}
|
|
170
165
|
},
|
|
171
166
|
"hasDynamicHelp": false,
|
|
172
167
|
"hiddenAliases": [],
|
|
173
|
-
"id": "
|
|
168
|
+
"id": "compress-spl",
|
|
174
169
|
"pluginAlias": "@lightprotocol/zk-compression-cli",
|
|
175
170
|
"pluginName": "@lightprotocol/zk-compression-cli",
|
|
176
171
|
"pluginType": "core",
|
|
177
172
|
"strict": true,
|
|
173
|
+
"summary": "Compress SPL tokens.",
|
|
178
174
|
"enableJsonFlag": false,
|
|
179
175
|
"isESM": false,
|
|
180
176
|
"relativePath": [
|
|
181
177
|
"dist",
|
|
182
178
|
"commands",
|
|
183
|
-
"
|
|
179
|
+
"compress-spl",
|
|
184
180
|
"index.js"
|
|
185
181
|
]
|
|
186
182
|
},
|
|
187
|
-
"config": {
|
|
183
|
+
"config:config": {
|
|
188
184
|
"aliases": [],
|
|
189
185
|
"args": {},
|
|
190
186
|
"description": "Initialize or update the configuration values. The default config path is ~/.config/light/config.json you can set up a custom path with an environment variable export LIGHT_PROTOCOL_CONFIG=path/to/config.json",
|
|
@@ -223,7 +219,7 @@
|
|
|
223
219
|
},
|
|
224
220
|
"hasDynamicHelp": false,
|
|
225
221
|
"hiddenAliases": [],
|
|
226
|
-
"id": "config",
|
|
222
|
+
"id": "config:config",
|
|
227
223
|
"pluginAlias": "@lightprotocol/zk-compression-cli",
|
|
228
224
|
"pluginName": "@lightprotocol/zk-compression-cli",
|
|
229
225
|
"pluginType": "core",
|
|
@@ -237,52 +233,56 @@
|
|
|
237
233
|
"index.js"
|
|
238
234
|
]
|
|
239
235
|
},
|
|
240
|
-
"
|
|
236
|
+
"config": {
|
|
241
237
|
"aliases": [],
|
|
242
238
|
"args": {},
|
|
239
|
+
"description": "Initialize or update the configuration values. The default config path is ~/.config/light/config.json you can set up a custom path with an environment variable export LIGHT_PROTOCOL_CONFIG=path/to/config.json",
|
|
243
240
|
"examples": [
|
|
244
|
-
"$ light
|
|
241
|
+
"$ light config --solanaRpcUrl https://solana-api.example.com"
|
|
245
242
|
],
|
|
246
243
|
"flags": {
|
|
247
|
-
"
|
|
248
|
-
"description": "
|
|
249
|
-
"name": "
|
|
250
|
-
"required": true,
|
|
244
|
+
"solanaRpcUrl": {
|
|
245
|
+
"description": "Solana RPC url",
|
|
246
|
+
"name": "solanaRpcUrl",
|
|
251
247
|
"hasDynamicHelp": false,
|
|
252
248
|
"multiple": false,
|
|
253
249
|
"type": "option"
|
|
254
250
|
},
|
|
255
|
-
"
|
|
256
|
-
"description": "
|
|
257
|
-
"name": "
|
|
258
|
-
"required": true,
|
|
251
|
+
"indexerUrl": {
|
|
252
|
+
"description": "Indexer url",
|
|
253
|
+
"name": "indexerUrl",
|
|
259
254
|
"hasDynamicHelp": false,
|
|
260
255
|
"multiple": false,
|
|
261
256
|
"type": "option"
|
|
262
257
|
},
|
|
263
|
-
"
|
|
264
|
-
"description": "
|
|
265
|
-
"name": "
|
|
266
|
-
"required": true,
|
|
258
|
+
"proverUrl": {
|
|
259
|
+
"description": "Prover url",
|
|
260
|
+
"name": "proverUrl",
|
|
267
261
|
"hasDynamicHelp": false,
|
|
268
262
|
"multiple": false,
|
|
269
263
|
"type": "option"
|
|
264
|
+
},
|
|
265
|
+
"get": {
|
|
266
|
+
"description": "Gets the current config values",
|
|
267
|
+
"name": "get",
|
|
268
|
+
"required": false,
|
|
269
|
+
"allowNo": false,
|
|
270
|
+
"type": "boolean"
|
|
270
271
|
}
|
|
271
272
|
},
|
|
272
273
|
"hasDynamicHelp": false,
|
|
273
274
|
"hiddenAliases": [],
|
|
274
|
-
"id": "
|
|
275
|
+
"id": "config",
|
|
275
276
|
"pluginAlias": "@lightprotocol/zk-compression-cli",
|
|
276
277
|
"pluginName": "@lightprotocol/zk-compression-cli",
|
|
277
278
|
"pluginType": "core",
|
|
278
279
|
"strict": true,
|
|
279
|
-
"summary": "Compress SPL tokens.",
|
|
280
280
|
"enableJsonFlag": false,
|
|
281
281
|
"isESM": false,
|
|
282
282
|
"relativePath": [
|
|
283
283
|
"dist",
|
|
284
284
|
"commands",
|
|
285
|
-
"
|
|
285
|
+
"config",
|
|
286
286
|
"index.js"
|
|
287
287
|
]
|
|
288
288
|
},
|
|
@@ -918,5 +918,5 @@
|
|
|
918
918
|
]
|
|
919
919
|
}
|
|
920
920
|
},
|
|
921
|
-
"version": "0.28.0-beta.
|
|
921
|
+
"version": "0.28.0-beta.2"
|
|
922
922
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lightprotocol/zk-compression-cli",
|
|
3
|
-
"version": "0.28.0-beta.
|
|
3
|
+
"version": "0.28.0-beta.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.0-beta.
|
|
53
|
-
"@lightprotocol/stateless.js": "0.23.0-beta.
|
|
52
|
+
"@lightprotocol/compressed-token": "0.23.0-beta.2",
|
|
53
|
+
"@lightprotocol/stateless.js": "0.23.0-beta.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@eslint/js": "9.36.0",
|