circlefin / stablecoin-evm

Source repository for smart contracts used by Circle's stablecoins on EVM-compatible blockchains
Apache License 2.0
545 stars 331 forks source link

Error HH413 while setting up Hardhat framework #445

Open vrushalipanchal opened 5 months ago

vrushalipanchal commented 5 months ago

While trying to set up the project with the Hardhat framework using the repository circlefin/stablecoin-evm, encountering the following error related to "foundry-forge": "Error HH413: File forge-std/Test.sol => lib/forge-std/src/Test.sol, imported from test/scripts/deploy/TestUtils.sol, not found", Please check the attached screenshot for reference.

StblErrorForge

Steps to reproduce:

Please advise on how to resolve this issue. Thank you.