Downgrade ethers.js to 5.6.1 in ens, gnosis, euler, perpetual-pools and uniswap external tests

This commit is contained in:
Kamil Śliwak
2022-03-28 17:56:30 +02:00
parent c4909e99c1
commit 34c06c27a5
5 changed files with 20 additions and 0 deletions
+4
View File
@@ -77,6 +77,10 @@ function uniswap_test
yarn install
yarn add hardhat-gas-reporter
# 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
for preset in $SELECTED_PRESETS; do