mirror of
https://github.com/Instadapp/smart-contract.git
synced 2024-07-29 22:08:07 +00:00
added mcd address to comp migration proxy
This commit is contained in:
parent
7ad23bf86e
commit
97bbe7b6dd
|
@ -122,7 +122,7 @@ contract Helpers is DSMath {
|
||||||
* @dev get MakerDAO MCD Address contract
|
* @dev get MakerDAO MCD Address contract
|
||||||
*/
|
*/
|
||||||
function getMcdAddresses() public pure returns (address mcd) {
|
function getMcdAddresses() public pure returns (address mcd) {
|
||||||
mcd = 0x448a5065aeBB8E423F0896E6c5D525C040f59af3; // Check Thrilok - add addr at time of deploy
|
mcd = 0xF23196DF1C440345DE07feFbe556a5eF0dcD29F0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user