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
117 stars 110 forks source link

update hardhatconfig.js #181

Closed amoweolubusayo closed 1 year ago

amoweolubusayo commented 1 year ago

Seems like the @nomicfoundation/hardhat-chai-matchers plugin is now a drop-in replacement for the @nomiclabs/hardhat-waffle plugin. https://hardhat.org/hardhat-chai-matchers/docs/migrate-from-waffle. There are issues while compiling contracts. Replaced it. Please check.

netlify[bot] commented 1 year ago

Deploy Preview for celo-composer failed.

Name Link
Latest commit 238c15145ae8a70e288f8cb5a5b59d55b4383acc
Latest deploy log https://app.netlify.com/sites/celo-composer/deploys/640b0e6ee4d60700085dfee8
nestorbonilla commented 1 year ago

Thanks @amoweolubusayo! LGTM! For additional context, here's a PR that mention the error.