Re-extract registry client interface in solidity contract

This commit is contained in:
nolash 2021-11-14 05:38:42 +01:00
parent 8c1339aac5
commit 1ac2ae5d82
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 4 additions and 1 deletions

View File

@ -58,7 +58,10 @@ contract CICRegistry {
}
function supportsInterface(bytes4 _sum) public pure returns (bool) {
if (_sum == 0x633ee8e7) { // Registry
if (_sum == 0xffeb6416) { // Registry
return true;
}
if (_sum == 0xbb34534c) { // RegistryClient
return true;
}
if (_sum == 0x01ffc9a7) { // EIP165