diff --git a/quorum-vault-system/src/generated-documents/level-2/fixed-location/proposer/cosmos-create-transaction-payload.md b/quorum-vault-system/src/generated-documents/level-2/fixed-location/proposer/cosmos-create-transaction-payload.md index 86627d8..51eeee5 100644 --- a/quorum-vault-system/src/generated-documents/level-2/fixed-location/proposer/cosmos-create-transaction-payload.md +++ b/quorum-vault-system/src/generated-documents/level-2/fixed-location/proposer/cosmos-create-transaction-payload.md @@ -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. diff --git a/quorum-vault-system/src/generated-documents/level-2/fixed-location/proposer/sol-create-transaction-payload.md b/quorum-vault-system/src/generated-documents/level-2/fixed-location/proposer/sol-create-transaction-payload.md index 93302ae..44c514b 100644 --- a/quorum-vault-system/src/generated-documents/level-2/fixed-location/proposer/sol-create-transaction-payload.md +++ b/quorum-vault-system/src/generated-documents/level-2/fixed-location/proposer/sol-create-transaction-payload.md @@ -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 --to-address --token-name --token-amount --export-for-quorum --sign` {{ #include template-create-tx-1.md:content }}