Skip to content

Commit

Permalink
setup gas auto
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed May 19, 2024
1 parent 64f2101 commit 1750e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/upgrade/v_6_6_0/setup-08-wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $BINARY tx gov submit-proposal scripts/08-wasm/ics10_grandpa_cw.wasm.json --from

sleep 5
# TODO: fetch the propsoal id dynamically
$BINARY tx gov deposit "1" "20000000ppica" --from $KEY --fees 100000${DENOM} --keyring-backend test --home $HOME_DIR --chain-id $CHAINID -y
$BINARY tx gov deposit "1" "20000000ppica" --from $KEY --fees 100000${DENOM} --gas auto --keyring-backend test --home $HOME_DIR --chain-id $CHAINID -y

sleep 5
$BINARY tx gov vote 1 yes --from $KEY --fees 100000${DENOM} --keyring-backend test --home $HOME_DIR --chain-id $CHAINID -y
Expand Down

0 comments on commit 1750e87

Please sign in to comment.