GeneralVault, LidoVault, CollateralAdapter, YieldManager, ConvexCurveLPVault
- EnvironmentFile (.env)
ALCHEMY_KEY="xxx"
- Compile
yarn compile
- Run the hardhat node on localhost.
FORK=main yarn hardhat node
- Next run the following task to deploy all smart contracts
yarn sturdy:evm:fork:mainnet:migration
- For test, run the following task to have a test of sample contract on the localhost.
yarn test