From 97af51bb76a0eea439a49ab5776322e3c4a283f8 Mon Sep 17 00:00:00 2001 From: Thrilok Kumar Date: Mon, 16 Dec 2019 14:27:43 +0530 Subject: [PATCH] fixed compound sai save --- contracts/ProxyLogics/InstaCompSave.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/ProxyLogics/InstaCompSave.sol b/contracts/ProxyLogics/InstaCompSave.sol index 02b1280..25e8733 100644 --- a/contracts/ProxyLogics/InstaCompSave.sol +++ b/contracts/ProxyLogics/InstaCompSave.sol @@ -105,7 +105,7 @@ contract Helpers is DSMath { * @dev get Compound Comptroller Address */ function getCompOracleAddress() public pure returns (address troller) { - troller = 0xe7664229833AE4Abf4E269b8F23a86B657E2338D; + troller = 0x1D8aEdc9E924730DD3f9641CDb4D1B92B848b4bd; } /**