Updated Connector ID

This commit is contained in:
Thrilok Kumar 2020-06-21 00:33:59 +05:30
parent 1031c34937
commit aa384bc856

View File

@ -118,7 +118,7 @@ contract Helpers is DSMath {
* @dev Connector Details
*/
function connectorID() public pure returns(uint _type, uint _id) {
(_type, _id) = (1, 16);
(_type, _id) = (1, 24);
}
}
@ -437,5 +437,5 @@ contract ExtraResolver is BasicResolver {
contract ConnectCompound is ExtraResolver {
string public name = "Compound-v1.1";
string public name = "Compound-v1.2";
}