Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 909 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 909 Bytes

Morpho Blue IRMs

Some interest rate models for Morpho Blue:

  • AdaptiveCurveIRM
    • Important: The AdaptiveCurveIRM was deployed on Ethereum without the via_ir solc compilation option. To check the bytecode on Ethereum, disable via_ir in foundry.toml. Other deployments use via_ir.
  • FixedRateIRM

Resources

Audits

All audits are stored in the audits' folder.

Getting started

Install dependencies: yarn

Run tests: yarn test:forge

Licenses

The primary license is MIT, see LICENSE.