added CEth address

This commit is contained in:
Samyak Jain 2019-06-20 22:44:38 +05:30
parent 6dd447c992
commit 83e41c6909

View File

@ -55,8 +55,8 @@ contract Helper {
/**
* @dev get Compound CETH Address
*/
function getCETHAddress() public pure returns (address cDai) {
cDai = 0x0000000000000000000000000000000000000000; // CHANGE <BRIDGE ADDRESS>
function getCETHAddress() public pure returns (address cEth) {
cEth = 0x4Ddc2D193948926D02f9B1fE9e1daa0718270ED5; // CHANGE <BRIDGE ADDRESS>
}
/**