From 2f5217c2638627aadb4d8a37bfeaf654d13ce29b Mon Sep 17 00:00:00 2001 From: Sowmayjain Date: Fri, 29 Mar 2019 04:12:09 +0530 Subject: [PATCH] Added Samyak todo. --- contracts/ProxyLogics/InstaMaker.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/ProxyLogics/InstaMaker.sol b/contracts/ProxyLogics/InstaMaker.sol index d644c7a..dd2402d 100644 --- a/contracts/ProxyLogics/InstaMaker.sol +++ b/contracts/ProxyLogics/InstaMaker.sol @@ -125,7 +125,7 @@ contract Helpers is DSMath { * @dev get uniswap MKR/DAI exchange */ function getUniswapMKRExchange() public pure returns (address ume) { - ume = 0x2C4Bd064b998838076fa341A83d007FC2FA50957; + ume = 0x2C4Bd064b998838076fa341A83d007FC2FA50957; // (SAMYAK) - check if it correct } /**