From f08178cf3acacb31c2c5f24ef60c345a1092ecab Mon Sep 17 00:00:00 2001 From: Matheus Aguiar Date: Wed, 25 May 2022 20:02:03 -0300 Subject: [PATCH] testing if uniswap works without ethers (temporary -- test purposes only) --- test/externalTests/uniswap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/externalTests/uniswap.sh b/test/externalTests/uniswap.sh index 48ec697d0..9da919ddb 100755 --- a/test/externalTests/uniswap.sh +++ b/test/externalTests/uniswap.sh @@ -91,7 +91,7 @@ function uniswap_test # 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 + #yarn add ethers@5.6.1 replace_version_pragmas