Fix deploy script

This commit is contained in:
hu55a1n1 2023-11-15 07:16:57 -08:00
parent cdb09737a2
commit 931334aa46

View file

@ -52,7 +52,7 @@ echo "🕐 Waiting for contract to be queryable..."
sleep 5 sleep 5
RES=$(wasmd query wasm list-contract-by-code "$CODE_ID" --output json) RES=$(wasmd query wasm list-contract-by-code "$CODE_ID" --output json)
CONTRACT=$(echo $RES | | jq -r '.contracts[0]') CONTRACT=$(echo $RES | jq -r '.contracts[0]')
echo "🚀 Successfully deployed and instantiated contract!" echo "🚀 Successfully deployed and instantiated contract!"
echo "🔗 Chain ID: ${CHAIN_ID}" echo "🔗 Chain ID: ${CHAIN_ID}"