Skip to content

Commit a79cda9

Browse files
authored
Rinkeby cUSDT and scenario fix for DAIInterestRateModelV2 (#37)
* Fix scenarios for DAIInterestRateModelV2 * Add a test rinkeby cUSDT using a faucet token
1 parent a5fef17 commit a79cda9

File tree

4 files changed

+5090
-1281
lines changed

4 files changed

+5090
-1281
lines changed

contracts/DAIInterestRateModelV2.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ contract DAIInterestRateModelV2 is JumpRateModel {
9696

9797
/*** Maker Interfaces ***/
9898

99-
interface PotLike {
99+
contract PotLike {
100100
function chi() external view returns (uint);
101101
function dsr() external view returns (uint);
102102
function rho() external view returns (uint);
@@ -106,7 +106,7 @@ interface PotLike {
106106
function exit(uint) external;
107107
}
108108

109-
interface JugLike {
109+
contract JugLike {
110110
// --- Data ---
111111
struct Ilk {
112112
uint256 duty;

0 commit comments

Comments
 (0)