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 e882f53 commit 1cd9bc2Copy full SHA for 1cd9bc2
test/externalTests/gp2.sh
@@ -68,7 +68,8 @@ function gp2_test
68
yarn
69
# Hardhat 3.0+ breaks the test suite
70
# v2.27.1 is the last v2 Hardhat (introduces Osaka support)
71
- yarn add [email protected]
+ # hardhat-gas-reporter v2 is required for compatibility with our injected gas reporter settings
72
+ yarn add [email protected] hardhat-gas-reporter@^2
73
74
# Ignore bench directory which fails to compile with current hardhat and ethers versions.
75
# bench/trace/gas.ts:123:19 - error TS2339: Property 'equals' does not exist on type 'Uint8Array'.
0 commit comments