[KMS-ETH]- Rollback solidity version.

pull/195/head^2
Kieran Prasch 2018-02-27 19:09:15 -08:00
parent 4365d8f0e3
commit bc74ac3f33
2 changed files with 1 additions and 1 deletions

View File

@ -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

0
nkms_eth/config.py Normal file
View File