add sol transfer example

This commit is contained in:
Anton Livaja 2025-02-11 14:40:59 -05:00
parent 8e067bdf03
commit ade8be2e8e
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,8 @@ The proposer must combine these values into a JSON file, such as:
* e.g `icepick workflow cosmos withdraw-rewards --delegate-address kyve1q9w3nar74up6mxnwd428wpr5nffcw3360tkxer --validator-address kyvevaloper1ghpmzfuggm7vcruyhfzrczl4aczy8gas8guslh --chain-name korellia --export-for-quorum --sign > <namespace>/ceremonies/<date>/payloads/payload_<num>.json`
* e.g `icepick workflow sol transfer --from-address "$(cat <namespace>/<coin>/0.txt)" --to-address "$(cat to_address.txt) --amount <amount> --export-for-quorum --sign > <namespace>/ceremonies/<date>/payloads/payload_<num>.json`
1. Copy the updated ceremonies repo to the SD card
* `cp -r /root/vaults /media`