Skip to content

Commit

Permalink
Rinkeby cUSDT and scenario fix for DAIInterestRateModelV2 (#37)
Browse files Browse the repository at this point in the history
* Fix scenarios for DAIInterestRateModelV2

* Add a test rinkeby cUSDT using a faucet token
  • Loading branch information
jflatow committed Apr 30, 2020
1 parent a5fef17 commit a79cda9
Show file tree
Hide file tree
Showing 4 changed files with 5,090 additions and 1,281 deletions.
4 changes: 2 additions & 2 deletions contracts/DAIInterestRateModelV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ contract DAIInterestRateModelV2 is JumpRateModel {

/*** Maker Interfaces ***/

interface PotLike {
contract PotLike {
function chi() external view returns (uint);
function dsr() external view returns (uint);
function rho() external view returns (uint);
Expand All @@ -106,7 +106,7 @@ interface PotLike {
function exit(uint) external;
}

interface JugLike {
contract JugLike {
// --- Data ---
struct Ilk {
uint256 duty;
Expand Down

0 comments on commit a79cda9

Please sign in to comment.