Compound DSR Proposal

Hi, we have sent a PR to Compound’s Comet GitHub repository containing our proposal’s data.

Here is a list of the proposed actions:

Action 1 - Set the cDAI implementation back to the cDaiDelegate contract:

  • Target: 0x5d3a536E4D6DbD6114cc1Ead35777bAB948E3643 (cDAI)
  • Function called: _setImplementation(address,bool,bytes)
  • Params:
    • 0: 0xbB8bE4772fAA655C255309afc3c5207aA7b896Fd (cDaiDelegate)
    • 1: true
    • 2 (params for cDaiDelegate._becomeImplementation(daiJoin, pot)
      • 0: 0x9759A6Ac90977b93B58547b4A71c78317f391A28 (DaiJoin)
      • 1: 0x197E90f9FAD81970bA7976f33CbD77088E5D7cf7 (Pot)

Action 2 - Set the IRM for cDAI back to DAIInterestRateModelV3:

  • Target: 0x5d3a536E4D6DbD6114cc1Ead35777bAB948E3643 (cDAI)
  • Function called: _setInterestRateModel(address)
  • Params:
2 Likes