From dbfad3c9e806e4765260ee8c9edd6d8eb7f7fc4c Mon Sep 17 00:00:00 2001 From: willclarktech Date: Wed, 2 Dec 2020 14:44:52 +0000 Subject: [PATCH] scripts: Tidy wasmd start script --- scripts/wasmd/init.sh | 1 + scripts/wasmd/start.sh | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/scripts/wasmd/init.sh b/scripts/wasmd/init.sh index 87a22837..1a07feeb 100755 --- a/scripts/wasmd/init.sh +++ b/scripts/wasmd/init.sh @@ -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" diff --git a/scripts/wasmd/start.sh b/scripts/wasmd/start.sh index 5cf54867..e9e4fbd2 100755 --- a/scripts/wasmd/start.sh +++ b/scripts/wasmd/start.sh @@ -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