commit 1ac2ae5d829beb56c6f31278a83cdf75b9702eba
parent 8c1339aac5729e0e425d92c79f0c068fc80d2b91
Author: nolash <dev@holbrook.no>
Date: Sun, 14 Nov 2021 05:38:42 +0100
Re-extract registry client interface in solidity contract
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/solidity/Registry.sol b/solidity/Registry.sol
@@ -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