icepick workflow cosmos transfer: add --gas-factor
This commit is contained in:
parent
3d14a34321
commit
d3165929fa
|
@ -17,6 +17,11 @@ inputs:
|
|||
- name: "asset_amount"
|
||||
description: >-
|
||||
The amount of the asset to send.
|
||||
- name: gas_factor
|
||||
description: >-
|
||||
An amount to multiply the required gas by; necessary if a chain requires
|
||||
more gas for a specific operation.
|
||||
optional: true
|
||||
step:
|
||||
- type: "cosmos-get-chain-info"
|
||||
inputs:
|
||||
|
|
Loading…
Reference in New Issue