starkfi 0.4.0 → 0.4.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/README.md +1 -1
- package/dist/index.js +100 -100
- package/package.json +1 -1
- package/skills/staking/SKILL.md +2 -1
package/README.md
CHANGED
|
@@ -314,7 +314,7 @@ npx starkfi@latest trade 10 STRK ETH # Execute
|
|
|
314
314
|
| ----------------------------------------------------------------------------- | ---------------------- |
|
|
315
315
|
| `validators [--json]` | List active validators |
|
|
316
316
|
| `pools <validator> [--json]` | Show delegation pools |
|
|
317
|
-
| `stake <amount> --validator <name> [--token <symbol>] [--simulate]`
|
|
317
|
+
| `stake <amount> --validator <name> [--token <symbol>] [--simulate] [--json]` | Stake tokens |
|
|
318
318
|
| `stake-status [validator] [--json]` | Staking dashboard |
|
|
319
319
|
| `rewards --validator <name> [--token <symbol>] <--claim\|--compound>` | Manage rewards |
|
|
320
320
|
| `unstake <intent\|exit> --validator <name> [--token <symbol>] [--amount <n>]` | Unstake (2-step) |
|