From d3165929fa404824b6c55e55d71d096cf8d58c3d Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 27 Feb 2025 17:40:57 -0500 Subject: [PATCH] icepick workflow cosmos transfer: add --gas-factor --- crates/icepick/workflows/cosmos/transfer.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crates/icepick/workflows/cosmos/transfer.yaml b/crates/icepick/workflows/cosmos/transfer.yaml index fadcb39..4fe93f4 100644 --- a/crates/icepick/workflows/cosmos/transfer.yaml +++ b/crates/icepick/workflows/cosmos/transfer.yaml @@ -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: