From 84766217f8f1ef1432e4bc92ca329f69e28c03fb Mon Sep 17 00:00:00 2001 From: willclarktech Date: Thu, 8 Oct 2020 13:52:55 +0200 Subject: [PATCH] =?UTF-8?q?scripts:=20Don=E2=80=99t=20deploy=20erc20/names?= =?UTF-8?q?ervice=20contracts=20to=20wasmd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/wasmd/init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/wasmd/init.sh b/scripts/wasmd/init.sh index 26356a5060..9ece63dee1 100755 --- a/scripts/wasmd/init.sh +++ b/scripts/wasmd/init.sh @@ -24,5 +24,5 @@ SCRIPT_DIR="$(realpath "$(dirname "$0")")" cd "$SCRIPT_DIR/contracts" sha256sum --check checksums.sha256 ) -"$SCRIPT_DIR/deploy_erc20.js" -"$SCRIPT_DIR/deploy_nameservice.js" +# "$SCRIPT_DIR/deploy_erc20.js" +# "$SCRIPT_DIR/deploy_nameservice.js"