Fix deploy script
This commit is contained in:
parent
cdb09737a2
commit
931334aa46
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ echo "🕐 Waiting for contract to be queryable..."
|
|||
sleep 5
|
||||
|
||||
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 "🔗 Chain ID: ${CHAIN_ID}"
|
||||
|
|
Loading…
Reference in a new issue