forgex-cli 1.0.63 → 1.0.64

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 (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -344,6 +344,10 @@ Options: `--direction up|down`, `--target-price <sol>`, `--amount <sol>`, `--max
344
344
  forgex --password "pwd" transfer in \
345
345
  --to "MainWalletAddress" --from-group 1 --amount all
346
346
 
347
+ # Collect from only the first 5 wallets
348
+ forgex --password "pwd" transfer in \
349
+ --to "MainWalletAddress" --from-group 1 --amount all --count 5
350
+
347
351
  # Keep 0.01 SOL in each wallet, collect the rest
348
352
  forgex --password "pwd" transfer in \
349
353
  --to "MainWalletAddress" --from-group 1 \
@@ -364,6 +368,10 @@ forgex --password "pwd" transfer in \
364
368
  forgex --password "pwd" transfer out \
365
369
  --from "SourceAddress" --to-group 1 --value 0.1
366
370
 
371
+ # Distribute to only the first 10 wallets
372
+ forgex --password "pwd" transfer out \
373
+ --from "SourceAddress" --to-group 1 --value 0.1 --count 10
374
+
367
375
  # Random distribution between 0.05 and 0.15 SOL
368
376
  forgex --password "pwd" transfer out \
369
377
  --from "SourceAddress" --to-group 1 \
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forgex-cli",
3
- "version": "1.0.63",
3
+ "version": "1.0.64",
4
4
  "description": "ForgeX CLI - Solana on-chain market making system command-line tool",
5
5
  "type": "module",
6
6
  "author": "cat",