Skip to content

Stablecoin Project: ERC20Mock problem (Probably cannot find the correct Mock contract) #42

Answered by 0xCiphky
boringslav asked this question in Q&A
Discussion options

You must be logged in to vote

The issue might be from using the latest dependency that has updated the mock contract. To solve this, remove the openzeppelin dependency and install the specific version that is being used.

forge remove lib/openzeppelin-contracts
forge install openzeppelin/[email protected] --no-commit

There's probably a easier way to do this.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cromewar
Comment options

@boringslav
Comment options

Answer selected by boringslav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants