Skip to content

Support setAddr for L2 resolvers #83

@tk-o

Description

@tk-o

Updating resolved address for a subname under linea.eth is not changing the state of resolvers data in ENSNode.

Context

Linea’s PublicResolver has it’s setAddr method, that DOES NOT always emit an event:

https://github.com/Consensys/linea-ens/blob/727f5f509591056ed3ede8eb835039801087f097/packages/linea-ens-contracts/contracts/resolvers/profiles/AddrResolver.sol#L45-L55

If coinType param is different than 60. In my case, it’s 2147542792 (the ENSIP-11 value for Linea’s chain ID). However, the AddressChanged event is emitted regardless.

What can we do about that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    ensindexerENSIndexer relatedensv2ENSv2 related
    No fields configured for Feature.

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions