added proxy registry to mcd addresses

This commit is contained in:
Thrilok Kumar 2019-11-18 03:34:59 +05:30
parent 4c5717352f
commit 240879da9f
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ contract Common {
* @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; // Check Thrilok - add addr at time of deploy
}
/**

View File

@ -36,7 +36,7 @@ contract McdAddress {
address public saiFlip = 0x5432b2f3c0DFf95AA191C45E5cbd539E2820aE72;
address public saiPip = 0x54003DBf6ae6CBa6DDaE571CcdC34d834b44Ab1e;
address payable public migration = 0xc73e0383F3Aff3215E6f04B0331D58CeCf0Ab849;
// address public mcdPause = 0x35D1b3F3D7966A1DFe207aa4514C12a259A0492B;
address public proxyRegisty = 0x4678f0a6958e4D2Bc4F1BAF7Bc52E8F3564f3fE4;
}
/**