1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
ocean.js/scripts/waitforcontracts.sh
2020-10-12 08:50:16 -07:00

7 lines
196 B
Bash
Executable File

if [ "${DEPLOY_CONTRACTS}" = "true" ]; then
while [ ! -f "${HOME}/.ocean/ocean-contracts/artifacts/ready" ]; do
sleep 2
done
fi
cat "${HOME}/.ocean/ocean-contracts/artifacts/address.json"