PaulRBerg / hardhat-template

Hardhat-based template for developing Solidity smart contracts
MIT License
1.96k stars 559 forks source link

update hardhat [ContractFactory deploy fails to estimate gas on solidity version: "0.8.20" with Shanghai as default] #162

Closed SvenMeyer closed 1 year ago

SvenMeyer commented 1 year ago

We may want to update hardhat to the latest version as it fixes the problem with solidity version: "0.8.20" with Shanghai as default.

https://github.com/NomicFoundation/hardhat/issues/3977#issuecomment-1576353394

PaulRBerg commented 1 year ago

Has this issue been addressed by https://github.com/PaulRBerg/hardhat-template/pull/164, @SvenMeyer?

SvenMeyer commented 1 year ago

Yes, has been fixed with an update of hardhat.