mirror of https://github.com/nucypher/nucypher.git
commit
ce5e0809ed
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
|
||||||
SOLC_VER="0.5.3"
|
SOLC_VER="0.5.9"
|
||||||
SOL_BIN_PATH="$(pipenv --venv)/bin/solc"
|
SOL_BIN_PATH="$(pipenv --venv)/bin/solc"
|
||||||
|
|
||||||
echo "Downloading solidity compiler binary to: ${SOL_BIN_PATH}"
|
echo "Downloading solidity compiler binary to: ${SOL_BIN_PATH}"
|
||||||
|
|
Loading…
Reference in New Issue