Skip to content

Commit

Permalink
Updated Aave ropsten addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
superduck35 committed Jun 5, 2020
1 parent 6b2d159 commit 82659bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion contracts/masset/BasketManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { IERC20 } from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import { InitializablePausableModule } from "../shared/InitializablePausableModule.sol";
import { IBasketManager } from "../interfaces/IBasketManager.sol";
import { Initializable } from "@openzeppelin/upgrades/contracts/Initializable.sol";
import { PausableModule } from "../shared/PausableModule.sol";

// Libs
import { CommonHelpers } from "../shared/CommonHelpers.sol";
Expand Down
2 changes: 1 addition & 1 deletion contracts/nexus/Nexus.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { DelayedClaimableGovernor } from "../governance/DelayedClaimableGovernor
/**
* @title Nexus
* @author Stability Labs Pty. Ltd.
* @notice Something something kernel
* @notice Address provider and system kernel, also facilitates governance changes
* @dev The Nexus is mStable's Kernel, and allows the publishing and propagating
* of new system Modules. Other Modules will read from the Nexus
*/
Expand Down
4 changes: 2 additions & 2 deletions test-utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class RopstenAccounts {

public USDC: Address = "0x8a9447df1fb47209d36204e6d56767a33bf20f9f";

public TUSD: Address = "0xa51EE1845C13Cb03FcA998304b00EcC407fc1F92";
public TUSD: Address = "0xb36938c51c4f67e5e1112eb11916ed70a772bd75";

public USDT: Address = "0xB404c51BBC10dcBE948077F18a4B8E553D160084";

Expand All @@ -93,7 +93,7 @@ export class RopstenAccounts {
// AAVE
public aavePlatform: Address = "0x1c8756FD2B28e9426CDBDcC7E3c4d64fa9A54728";

public aTUSD: Address = "0x82F01c5694f36690a985F01dC0aD46e1B20E7a1a";
public aTUSD: Address = "0x3de3f55afdb0cf2753fae759f36d892126a06c81";

public aUSDT: Address = "0x790744bC4257B4a0519a3C5649Ac1d16DDaFAE0D";

Expand Down

0 comments on commit 82659bc

Please sign in to comment.