From 6c572c70d937be32eff9c30eb57cbf5ea01facb5 Mon Sep 17 00:00:00 2001 From: Dante Sanchez Date: Sun, 21 Apr 2024 20:14:46 -0400 Subject: [PATCH] fund ICA in host chain --- .github/workflows/upgrade-gaia-v16-fresh-state.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upgrade-gaia-v16-fresh-state.yml b/.github/workflows/upgrade-gaia-v16-fresh-state.yml index 0975db3d..a977d5b9 100644 --- a/.github/workflows/upgrade-gaia-v16-fresh-state.yml +++ b/.github/workflows/upgrade-gaia-v16-fresh-state.yml @@ -928,8 +928,8 @@ ica_address=$($CHAIN_BINARY q interchain-accounts controller interchain-account $WALLET_1 connection-0 --home $CONTROLLER_HOME -o json | jq -r '.address') echo "ICA address: $ica_address" - echo "Funcing ICA..." - $CHAIN_BINARY tx bank send $WALLET_1 $ica_address 100000000$DENOM --gas $GAS --gas-adjustment $GAS_ADJUSTMENT --gas-prices $GAS_PRICE$DENOM -y -o json --home $CONTROLLER_HOME + echo "Funding ICA..." + $CHAIN_BINARY tx bank send $WALLET_1 $ica_address 100000000$DENOM --gas $GAS --gas-adjustment $GAS_ADJUSTMENT --gas-prices $GAS_PRICE$DENOM -y -o json --home $HOST_HOME sleep 10 echo "ICA balance in secondary chain:"