You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the base.eth Registrar handler I see the logic is in Registrar.ts, but for eth and linea.eth, I see the logic is in EthRegistrar.ts. Is there a special reason not to rename all these files to just Registrar.ts?
There's a nice comment at the top of apps/ensnode/src/handlers/NameWrapper.ts that identifies the NFT token type issued by the NameWrapper. Ex: ERC1155. Can we please explicitly document the NFT token type issued by the other Registrars in the similar comment at the top of their Registrar.ts handlers?
The text was updated successfully, but these errors were encountered:
Requests:
Registrar.ts
, but for eth and linea.eth, I see the logic is inEthRegistrar.ts
. Is there a special reason not to rename all these files to justRegistrar.ts
?apps/ensnode/src/handlers/NameWrapper.ts
that identifies the NFT token type issued by the NameWrapper. Ex: ERC1155. Can we please explicitly document the NFT token type issued by the other Registrars in the similar comment at the top of their Registrar.ts handlers?The text was updated successfully, but these errors were encountered: