PaulRBerg / hardhat-template

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

change template contract #141

Closed yash251 closed 10 months ago

yash251 commented 2 years ago

Hardhat now has changed the base contract of Greeter.sol to Lock.sol

PaulRBerg commented 2 years ago

Thanks for the heads-up! I will probably stick with Greeter for the time being, because refactoring the template to use Lock would take some time and unfortunately I don't have the bandwidth to do that now.

PRs welcome.

jonahcui commented 1 year ago

I have added a pr. I hope it could help you.

PaulRBerg commented 1 year ago

Thanks @jonahcui, I have provided feedback on the PR.