From 09c8bd1819f90c3a48c4448a2551ce7b90cf8206 Mon Sep 17 00:00:00 2001 From: nolash Date: Thu, 13 May 2021 11:34:34 +0200 Subject: [PATCH] Add missing registry interface support sig --- solidity/TokenUniqueSymbolIndex.sol | 3 +++ 1 file changed, 3 insertions(+) diff --git a/solidity/TokenUniqueSymbolIndex.sol b/solidity/TokenUniqueSymbolIndex.sol index b1dbd9b..fc208c2 100644 --- a/solidity/TokenUniqueSymbolIndex.sol +++ b/solidity/TokenUniqueSymbolIndex.sol @@ -88,6 +88,9 @@ contract TokenUniqueSymbolIndex { if (_sum == 0xcbdb05c7) { // AccountsIndex return true; } + if (_sum == 0xbb34534c) { // Registry + return true; + } if (_sum == 0x01ffc9a7) { // EIP165 return true; }