clarify more proposer flags
This commit is contained in:
parent
02e7cc985f
commit
68f43256d3
|
@ -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.
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue