mirror of
git://holbrook.no/eth-address-index
synced 2024-11-30 03:46:46 +01:00
Add missing registry interface support sig
This commit is contained in:
parent
a06bdee719
commit
09c8bd1819
@ -88,6 +88,9 @@ contract TokenUniqueSymbolIndex {
|
||||
if (_sum == 0xcbdb05c7) { // AccountsIndex
|
||||
return true;
|
||||
}
|
||||
if (_sum == 0xbb34534c) { // Registry
|
||||
return true;
|
||||
}
|
||||
if (_sum == 0x01ffc9a7) { // EIP165
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user