added mcd address to comp migration proxy

This commit is contained in:
Thrilok Kumar 2019-11-26 05:11:17 +08:00
parent 7ad23bf86e
commit 97bbe7b6dd

View File

@ -122,7 +122,7 @@ contract Helpers is DSMath {
* @dev get MakerDAO MCD Address contract
*/
function getMcdAddresses() public pure returns (address mcd) {
mcd = 0x448a5065aeBB8E423F0896E6c5D525C040f59af3; // Check Thrilok - add addr at time of deploy
mcd = 0xF23196DF1C440345DE07feFbe556a5eF0dcD29F0;
}
/**