Skip to content

Commit

Permalink
Remove duplicate set -e
Browse files Browse the repository at this point in the history
  • Loading branch information
lubkoll committed Sep 6, 2024
1 parent 491a1e2 commit 0bfb499
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/generate_signed_upload_tx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ NODE=https://rpc.osmosis.zone:443
MULTISIG_ADDRESS=$(osmosisd keys show ${MULTISIG} | grep address | sed "s/- address: //g")
CHAIN=osmosis-1

set -e

osmosisd tx wasm store ${WASM_FILE} --from ${MULTISIG} --gas 25000000 --fees ${FEES} --chain-id ${CHAIN} --node ${NODE} --generate-only > tx.json
osmosisd tx sign tx.json --multisig=${MULTISIG_ADDRESS} --sign-mode amino-json --chain-id ${CHAIN} --node ${NODE} --from ${DEPLOYER} --output-document ${DEPLOYER}-signed-tx.json

0 comments on commit 0bfb499

Please sign in to comment.