Skip to content

Commit 1cd9bc2

Browse files
committed
Bump hardhat-gas-reporter to v2 in gp2 external test
1 parent e882f53 commit 1cd9bc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/externalTests/gp2.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ function gp2_test
6868
yarn
6969
# Hardhat 3.0+ breaks the test suite
7070
# v2.27.1 is the last v2 Hardhat (introduces Osaka support)
71-
71+
# hardhat-gas-reporter v2 is required for compatibility with our injected gas reporter settings
72+
yarn add [email protected] hardhat-gas-reporter@^2
7273

7374
# Ignore bench directory which fails to compile with current hardhat and ethers versions.
7475
# bench/trace/gas.ts:123:19 - error TS2339: Property 'equals' does not exist on type 'Uint8Array'.

0 commit comments

Comments
 (0)