From 82659bcd4032b176494cc6e680e57c98591991c9 Mon Sep 17 00:00:00 2001 From: alsco77 Date: Wed, 3 Jun 2020 15:22:05 +0200 Subject: [PATCH] Updated Aave ropsten addresses --- contracts/masset/BasketManager.sol | 1 - contracts/nexus/Nexus.sol | 2 +- test-utils/constants.ts | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/contracts/masset/BasketManager.sol b/contracts/masset/BasketManager.sol index 1ce6de72..e5c93930 100644 --- a/contracts/masset/BasketManager.sol +++ b/contracts/masset/BasketManager.sol @@ -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"; diff --git a/contracts/nexus/Nexus.sol b/contracts/nexus/Nexus.sol index a7695872..e1f0561f 100644 --- a/contracts/nexus/Nexus.sol +++ b/contracts/nexus/Nexus.sol @@ -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 */ diff --git a/test-utils/constants.ts b/test-utils/constants.ts index c7d78cf3..c0719259 100644 --- a/test-utils/constants.ts +++ b/test-utils/constants.ts @@ -84,7 +84,7 @@ export class RopstenAccounts { public USDC: Address = "0x8a9447df1fb47209d36204e6d56767a33bf20f9f"; - public TUSD: Address = "0xa51EE1845C13Cb03FcA998304b00EcC407fc1F92"; + public TUSD: Address = "0xb36938c51c4f67e5e1112eb11916ed70a772bd75"; public USDT: Address = "0xB404c51BBC10dcBE948077F18a4B8E553D160084"; @@ -93,7 +93,7 @@ export class RopstenAccounts { // AAVE public aavePlatform: Address = "0x1c8756FD2B28e9426CDBDcC7E3c4d64fa9A54728"; - public aTUSD: Address = "0x82F01c5694f36690a985F01dC0aD46e1B20E7a1a"; + public aTUSD: Address = "0x3de3f55afdb0cf2753fae759f36d892126a06c81"; public aUSDT: Address = "0x790744bC4257B4a0519a3C5649Ac1d16DDaFAE0D";