From b4936499a74c1d0ef58cde0a127ad40dac08b207 Mon Sep 17 00:00:00 2001 From: Zer0dot Date: Tue, 23 Feb 2021 10:59:20 -0500 Subject: [PATCH] Fixed resuable addresses to match implementations --- markets/amm/commons.ts | 6 +++--- markets/matic/commons.ts | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/markets/amm/commons.ts b/markets/amm/commons.ts index bce33b98..f8608416 100644 --- a/markets/amm/commons.ts +++ b/markets/amm/commons.ts @@ -141,8 +141,8 @@ export const CommonsConfig: ICommonConfiguration = { LendingRateOracle: { [eEthereumNetwork.coverage]: '', [eEthereumNetwork.hardhat]: '', - [eEthereumNetwork.buidlerevm]: '', - [eEthereumNetwork.kovan]: '',//'0xdCde9Bb6a49e37fA433990832AB541AE2d4FEB4a', // Need to re-deploy because of onlyOwner + [eEthereumNetwork.buidlerevm]: '',// Updated to match Kovan deployment + [eEthereumNetwork.kovan]: '0xd00Bd28FAdDa9d5658D1D4e0c151973146C7A533',//'0xE48F95873855bfd97BF89572DDf5cBC44D9c545b' [eEthereumNetwork.ropsten]: '0x05dcca805a6562c1bdd0423768754acb6993241b', [eEthereumNetwork.main]: '', //'0x8A32f49FFbA88aba6EFF96F45D8BD1D4b3f35c7D', // Need to re-deploy because of onlyOwner [eEthereumNetwork.tenderlyMain]: '0x8A32f49FFbA88aba6EFF96F45D8BD1D4b3f35c7D', @@ -178,7 +178,7 @@ export const CommonsConfig: ICommonConfiguration = { [eEthereumNetwork.coverage]: '', [eEthereumNetwork.hardhat]: '', [eEthereumNetwork.buidlerevm]: '', - [eEthereumNetwork.kovan]: '', + [eEthereumNetwork.kovan]: '0x1c4A1cC35A477aa1cF35DF671d93ACc04d8131E0', [eEthereumNetwork.ropsten]: '', [eEthereumNetwork.main]: '', [eEthereumNetwork.tenderlyMain]: '', diff --git a/markets/matic/commons.ts b/markets/matic/commons.ts index 109bda77..42b269b0 100644 --- a/markets/matic/commons.ts +++ b/markets/matic/commons.ts @@ -68,11 +68,11 @@ export const CommonsConfig: ICommonConfiguration = { }, LendingPool: { [ePolygonNetwork.mumbai]: '', - [ePolygonNetwork.matic]: '0x15Ec48a46d2D26cf4ADf5A39123E4c75e6887fE0', + [ePolygonNetwork.matic]: '0xABdC61Cd16e5111f335f4135B7A0e65Cc7F86327', }, LendingPoolConfigurator: { [ePolygonNetwork.mumbai]: '', - [ePolygonNetwork.matic]: '0x268F48E09c72f6008DA50D6465a174C10167918e', + [ePolygonNetwork.matic]: '0x17c4A170FFF882862F656597889016D3a6073534', }, EmergencyAdminIndex: 1, ProviderRegistry: { @@ -89,7 +89,7 @@ export const CommonsConfig: ICommonConfiguration = { }, LendingPoolCollateralManager: { [ePolygonNetwork.mumbai]: '', - [ePolygonNetwork.matic]: '', + [ePolygonNetwork.matic]: '0x9Af76e0575D139570D3B4c821567Fe935E8c25C5', }, TokenDistributor: { [ePolygonNetwork.mumbai]: '', @@ -97,11 +97,11 @@ export const CommonsConfig: ICommonConfiguration = { }, WethGateway: { [ePolygonNetwork.mumbai]: '', - [ePolygonNetwork.matic]: '0x4fAfE6704a78e21Fc43C01bEb153607604F6768a', + [ePolygonNetwork.matic]: '0x15A46f5073789b7D16F6F46632aE50Bae838d938', }, AaveOracle: { [ePolygonNetwork.mumbai]: '', - [ePolygonNetwork.matic]: '', + [ePolygonNetwork.matic]: '0x1B38fa90596F2C25bCf1B193A6c6a718349AFDfC', }, FallbackOracle: { [ePolygonNetwork.mumbai]: ZERO_ADDRESS,