diff --git a/test/externalTests/colony.sh b/test/externalTests/colony.sh index 8582411b9..6baed285c 100755 --- a/test/externalTests/colony.sh +++ b/test/externalTests/colony.sh @@ -38,7 +38,7 @@ function colony_test { local repo="https://github.com/solidity-external-tests/colonyNetwork.git" local ref_type=branch - local ref="develop_080" + local ref="removing_usage_of_code_as_identifier" local config_file="truffle.js" local compile_only_presets=( @@ -67,7 +67,7 @@ function colony_test cd lib rm -Rf dappsys - git clone https://github.com/solidity-external-tests/dappsys-monolithic.git -b master_080 dappsys + git clone https://github.com/solidity-external-tests/dappsys-monolithic.git -b remove_usage_of_code_as_identifier dappsys cd .. replace_version_pragmas diff --git a/test/externalTests/elementfi.sh b/test/externalTests/elementfi.sh index 94877f2f4..76d4b601a 100755 --- a/test/externalTests/elementfi.sh +++ b/test/externalTests/elementfi.sh @@ -36,9 +36,9 @@ function test_fn { npm run test; } function elementfi_test { - local repo="https://github.com/element-fi/elf-contracts" + local repo="https://github.com/solidity-external-tests/elf-contracts" local ref_type=branch - local ref=main + local ref=develop_090 local config_file="hardhat.config.ts" local config_var=config diff --git a/test/externalTests/euler.sh b/test/externalTests/euler.sh index 6ecba6c59..ace8de9ac 100755 --- a/test/externalTests/euler.sh +++ b/test/externalTests/euler.sh @@ -39,9 +39,9 @@ function test_fn { function euler_test { - local repo="https://github.com/euler-xyz/euler-contracts" + local repo="https://github.com/solidity-external-tests/euler-contracts" local ref_type=branch - local ref="master" + local ref="master_090" local config_file="hardhat.config.js" local compile_only_presets=() diff --git a/test/externalTests/zeppelin.sh b/test/externalTests/zeppelin.sh index 8d73ad1d2..06bbfce43 100755 --- a/test/externalTests/zeppelin.sh +++ b/test/externalTests/zeppelin.sh @@ -39,9 +39,9 @@ function test_fn { npm test; } function zeppelin_test { - local repo="https://github.com/OpenZeppelin/openzeppelin-contracts.git" + local repo="https://github.com/solidity-external-tests/openzeppelin-contracts" local ref_type=branch - local ref="master" + local ref="update_create2impl.sol" local config_file="hardhat.config.js" local compile_only_presets=()