Merge pull request #7673 from ethereum/switch-external-forks

Switch to external forks of Gnosis and Zeppelin
This commit is contained in:
chriseth 2019-11-11 17:17:45 +01:00 committed by GitHub
commit c68b672d9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ function test_fn { npm test; }
function gnosis_safe_test
{
OPTIMIZER_LEVEL=1
truffle_setup https://github.com/gnosis/safe-contracts.git development
truffle_setup https://github.com/erak/safe-contracts.git development_060
run_install install_fn
CONFIG=$(find_truffle_config)

View File

@ -31,7 +31,7 @@ function test_fn { npm run test; }
function zeppelin_test
{
OPTIMIZER_LEVEL=1
truffle_setup https://github.com/OpenZeppelin/openzeppelin-solidity.git master
truffle_setup https://github.com/erak/openzeppelin-solidity.git master_060
run_install install_fn
CONFIG="truffle-config.js"