Merge pull request #1022 from KPrasch/master

Support Constantinople (Solc + PyEVM)
pull/1069/head
K Prasch 2019-05-29 05:34:23 -07:00 committed by GitHub
commit ce5e0809ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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