Cyfrin / foundry-defi-stablecoin-cu

250 stars 117 forks source link

Lesson 12 Stable Coin import error #21

Closed PavanTamrakar closed 1 year ago

PavanTamrakar commented 1 year ago

Screenshot (180)

I did everything the same showed in the video but was still unable to find the source fill. Can someone help? @PatrickAlphaC

BBashh commented 1 year ago

Hi Pavan, It looks like there is an error in your foundry.toml file. Make sure your remappings are correct. Use this code:

remappings = ['@chainlink/contracts/=lib/chainlink-brownie-contracts/contracts', '@openzeppelin/contracts=lib/openzeppelin-contracts/contracts']

Hope this helps.

Ritik-Agarwal50 commented 1 year ago

Ya this a error of a toml file pls re check it

PatrickAlphaC commented 1 year ago

looks like this is all set, closing.