cgewecke / hardhat-gas-reporter

Gas Usage Analytics for Hardhat
MIT License
409 stars 56 forks source link

Fixes errors during remote contract gathering (#153) #166

Closed cgewecke closed 7 months ago

cgewecke commented 7 months ago

Continuation of #153

This has always been broken - I added the option experimentally in #47 but never added a test and just relied on confirmation that it worked in the discussion in #46.

Screen Shot 2024-01-29 at 8 47 23 PM

Also updating hardhat dev dep from 2.11.0 to 2.19.4 here because compiler downloading isn't working in the older version.