Remove the ethers.js 5.6.2 workaround from all ext tests except for gnosis and uniswap

This commit is contained in:
Kamil Śliwak
2022-05-25 16:20:49 +02:00
parent 6937799587
commit c8612078c4
2 changed files with 0 additions and 8 deletions
-4
View File
@@ -65,10 +65,6 @@ function ens_test
force_hardhat_compiler_settings "$config_file" "$(first_word "$SELECTED_PRESETS")"
yarn install
# With ethers.js 5.6.2 many tests for revert messages fail.
# TODO: Remove when https://github.com/ethers-io/ethers.js/discussions/2849 is resolved.
yarn add ethers@5.6.1
replace_version_pragmas
neutralize_packaged_contracts
-4
View File
@@ -78,10 +78,6 @@ function euler_test
force_hardhat_unlimited_contract_size "$config_file"
npm install
# With ethers.js 5.6.2 many tests for revert messages fail.
# TODO: Remove when https://github.com/ethers-io/ethers.js/discussions/2849 is resolved.
npm install ethers@5.6.1
replace_version_pragmas
neutralize_packaged_contracts