Some interest rate models for Morpho Blue:
- AdaptiveCurveIRM
- Important: The
AdaptiveCurveIRM
was deployed on Ethereum without thevia_ir
solc compilation option. To check the bytecode on Ethereum, disablevia_ir
infoundry.toml
. Other deployments usevia_ir
.
- Important: The
- FixedRateIRM
- AdaptiveCurveIRM: documentation, announcement article.
All audits are stored in the audits' folder.
Install dependencies: yarn
Run tests: yarn test:forge
The primary license is MIT, see LICENSE.