mirror of https://github.com/nucypher/nucypher.git
[KMS-ETH]- Rollback solidity version.
parent
4365d8f0e3
commit
bc74ac3f33
|
@ -8,7 +8,7 @@ pipenv --three
|
||||||
VENV="$(pipenv --venv)"
|
VENV="$(pipenv --venv)"
|
||||||
|
|
||||||
# Sol - TODO: integrity
|
# 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"
|
chmod +x "${VENV}/bin/solc"
|
||||||
|
|
||||||
# Python
|
# Python
|
||||||
|
|
Loading…
Reference in New Issue