mirror of
https://github.com/Instadapp/smart-contract.git
synced 2024-07-29 22:08:07 +00:00
fixed compound sai save
This commit is contained in:
parent
d2620fdf57
commit
97af51bb76
|
@ -105,7 +105,7 @@ contract Helpers is DSMath {
|
|||
* @dev get Compound Comptroller Address
|
||||
*/
|
||||
function getCompOracleAddress() public pure returns (address troller) {
|
||||
troller = 0xe7664229833AE4Abf4E269b8F23a86B657E2338D;
|
||||
troller = 0x1D8aEdc9E924730DD3f9641CDb4D1B92B848b4bd;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user