clarify more proposer flags

This commit is contained in:
Ryan Heywood 2025-02-28 22:55:06 -05:00
parent 02e7cc985f
commit 68f43256d3
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
2 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,7 @@
computation power available. The option `--gas-factor` may be set to a
number to multiply the gas by, such as `1.2`, to increase the amount of gas
for a transaction. The default value is `1`, and may be omitted if desired.
A value lower than 1 is not recommended.
#### Stake
Stake coins on the provided chain towards a validator operator's address.

View File

@ -11,6 +11,10 @@
#### Transfer Token
Transfer SPL tokens on Solana blockchain.
The following SPL tokens, provided to `--token-name`, are supported:
* [PYTH](https://www.pyth.network/)
`$ icepick workflow sol transfer-token --from-address <from-address> --to-address <to-address> --token-name <token-name> --token-amount <token-amount> --export-for-quorum --sign`
{{ #include template-create-tx-1.md:content }}