celo-org / celo-composer

celo-composer is a starter project with all code needed to build, deploy, and upgrade a dapps on Celo.
MIT License
119 stars 112 forks source link

fix: remove `hardhat-celo` and add `customChains` in hardhat config #259

Closed therealharpaljadeja closed 10 months ago

therealharpaljadeja commented 10 months ago

Hardhat now allows adding any chains to be added as customChains in config to allow verification of contracts using that chain.

therealharpaljadeja commented 10 months ago

Reference

therealharpaljadeja commented 10 months ago

Duplicate #252