RwaLiquidationOracle
: which acts as a liquidation beacon for an off-chain enforcer.RwaUrn
: which facilitates borrowing of DAI, delivering to a designated account.RwaOutputConduit
andRwaInputConduit
: which disburse and repay DAIRwaSpell
: which deploys and activates a new collateral typeRwaToken
: which represents the RWA collateral in the system
The following can be found in src/RwaSpell.sol
:
RwaSpell
: which deploys and configures the RWA collateral in MakerDAO in accordance with MIP21
The following can be found in src/test/RwaSpell.t.sol
:
TellSpell
: which allows MakerDAO governance to initiate liquidation proceedings.CureSpell
: which allows MakerDAO governance to dismiss liquidation proceedings.CullSpell
: which allows MakerDAO governance to write off a loan which was in liquidation.
make deploy-kovan
make deploy-mainnet