From bc74ac3f334d010c72da94e4939c9dad25461b2e Mon Sep 17 00:00:00 2001 From: Kieran Prasch Date: Tue, 27 Feb 2018 19:09:15 -0800 Subject: [PATCH] [KMS-ETH]- Rollback solidity version. --- install.sh | 2 +- nkms_eth/config.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 nkms_eth/config.py diff --git a/install.sh b/install.sh index 3c44ba562..67beb85e4 100755 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ pipenv --three VENV="$(pipenv --venv)" # Sol - TODO: integrity -wget https://github.com/ethereum/solidity/releases/download/v0.4.20/solc-static-linux -O "${VENV}/bin/solc" +wget https://github.com/ethereum/solidity/releases/download/v0.4.19/solc-static-linux -O "${VENV}/bin/solc" chmod +x "${VENV}/bin/solc" # Python diff --git a/nkms_eth/config.py b/nkms_eth/config.py new file mode 100644 index 000000000..e69de29bb