Updated compound mapping address

This commit is contained in:
Thrilok Kumar 2021-08-09 23:07:09 +05:30
parent 9f576e3111
commit c0e1b4a1fb
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ abstract contract Helpers is DSMath, Basic {
/**
* @dev Compound Mapping
*/
CompoundMappingInterface internal constant compMapping = CompoundMappingInterface(0xA8F9D4aA7319C54C04404765117ddBf9448E2082);
CompoundMappingInterface internal constant compMapping = CompoundMappingInterface(0xe7a85d0adDB972A4f0A4e57B698B37f171519e88);
function getMergedCTokens(
string[] calldata supplyIds,

View File

@ -35,7 +35,7 @@ contract Helpers is Basic {
/**
* @dev Return InstaDApp Mapping Address
*/
address constant internal getMappingAddr = 0xA8F9D4aA7319C54C04404765117ddBf9448E2082; // CompoundMapping Address
address constant internal getMappingAddr = 0xe7a85d0adDB972A4f0A4e57B698B37f171519e88; // CompoundMapping Address
/**
* @dev Return Compound Comptroller Address