scripts: Tidy wasmd start script

This commit is contained in:
willclarktech 2020-12-02 14:44:52 +00:00
parent 64b21e1b08
commit dbfad3c9e8
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 1 additions and 10 deletions

View File

@ -28,4 +28,5 @@ SCRIPT_DIR="$(realpath "$(dirname "$0")")"
# "$SCRIPT_DIR/deploy_hackatom.js"
# "$SCRIPT_DIR/deploy_erc20.js"
# "$SCRIPT_DIR/deploy_cw3.js"
# "$SCRIPT_DIR/deploy_cw1.js"
# # "$SCRIPT_DIR/deploy_nameservice.js"

View File

@ -46,16 +46,6 @@ if ! timeout 180 bash -c "until [ \"\$( docker container inspect -f '{{.State.St
exit 1
fi
# docker exec "$CONTAINER_NAME" \
# wasmcli rest-server \
# --node tcp://localhost:26657 \
# --trust-node \
# --unsafe-cors \
# --laddr "tcp://0.0.0.0:$LCD_API_PORT_GUEST" \
# > "$REST_SERVER_LOGFILE" &
# echo "rest server running on http://localhost:$LCD_API_PORT_HOST and logging into $REST_SERVER_LOGFILE
if [ -n "${CI:-}" ]; then
# Give process some time to come alive. No idea why this helps. Needed for CI.
sleep 0.5