Updated makerdao connector Id

This commit is contained in:
Thrilok Kumar 2020-07-01 06:32:31 +05:30
parent f34a0240d6
commit e0f5ca3111

View File

@ -184,7 +184,7 @@ contract Helpers is DSMath {
* @dev Connector Details
*/
function connectorID() public pure returns(uint _type, uint _id) {
(_type, _id) = (1, 9);
(_type, _id) = (1, 26);
}
}