Switches to forks of external projects.

This commit is contained in:
Erik Kundt 2019-11-11 13:14:56 +01:00
parent 147120ba47
commit af790cec5e
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ function test_fn { npm test; }
function gnosis_safe_test function gnosis_safe_test
{ {
OPTIMIZER_LEVEL=1 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 run_install install_fn
CONFIG=$(find_truffle_config) CONFIG=$(find_truffle_config)

View File

@ -31,7 +31,7 @@ function test_fn { npm run test; }
function zeppelin_test function zeppelin_test
{ {
OPTIMIZER_LEVEL=1 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 run_install install_fn
CONFIG="truffle-config.js" CONFIG="truffle-config.js"