mirror of
https://github.com/Instadapp/smart-contract.git
synced 2024-07-29 22:08:07 +00:00
added CEth address
This commit is contained in:
parent
6dd447c992
commit
83e41c6909
|
@ -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>
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user