Importing Contracts
Get dependencies
First we need to download the repo into our dependencies folder (lib):
forge install yieldprotocol/yield-utils-v2


Run forge remappings to check how forge is mapping out your dependencies

Craft import statement

Now when forge build is run, there should not be any issues.
Last updated