diff --git a/scripts/ci_test_etherscan.sh b/scripts/ci_test_etherscan.sh index 694690691..366b0283d 100755 --- a/scripts/ci_test_etherscan.sh +++ b/scripts/ci_test_etherscan.sh @@ -17,12 +17,5 @@ if [ "$GITHUB_ETHERSCAN" = "" ]; then sleep $(( ( RANDOM % 5 ) + 1 ))s fi -echo "::group::Etherscan rinkeby" -if ! slither rinkeby:0xFe05820C5A92D9bc906D4A46F662dbeba794d3b7 --etherscan-apikey "$GITHUB_ETHERSCAN" --no-fail-pedantic; then - echo "Etherscan rinkeby test failed" - exit 1 -fi -echo "::endgroup::" - exit 0 diff --git a/setup.py b/setup.py index 7879ebf46..cb2ed6482 100644 --- a/setup.py +++ b/setup.py @@ -15,8 +15,8 @@ setup( "packaging", "prettytable>=0.7.2", "pycryptodome>=3.4.6", - "crytic-compile>=0.3.0", - # "crytic-compile@git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile", + # "crytic-compile>=0.3.0", + "crytic-compile@git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile", ], extras_require={ "dev": [