Add missing registry interface support sig

This commit is contained in:
nolash 2021-05-13 11:34:34 +02:00
parent a06bdee719
commit 09c8bd1819
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746

View File

@ -88,6 +88,9 @@ contract TokenUniqueSymbolIndex {
if (_sum == 0xcbdb05c7) { // AccountsIndex
return true;
}
if (_sum == 0xbb34534c) { // Registry
return true;
}
if (_sum == 0x01ffc9a7) { // EIP165
return true;
}