We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b5f7b commit 71d1209Copy full SHA for 71d1209
test/externalTests/bleeps.sh
@@ -86,6 +86,10 @@ function bleeps_test
86
npm install npm-run-all
87
npm install
88
89
+ # Causes a test failure with hardhat 2.11.0 (latest at the moment of writing this)
90
+ # TODO: Remove when https://github.com/wighawag/bleeps/issues/4 is resolved
91
+ npm install [email protected]
92
+
93
# TODO: Bleeps depends on OpenZeppelin 4.3.2, which is affected by
94
# https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3293.
95
# Forcing OZ >= 4.6.0 fixes this but it also causes a lot of unrelated compilation errors.
0 commit comments