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?
Updating resolved address for a subname under
linea.ethis not changing the state of resolvers data in ENSNode.Context
Linea’s PublicResolver has it’s
setAddrmethod, 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’s2147542792(the ENSIP-11 value for Linea’s chain ID). However, theAddressChangedevent is emitted regardless.What can we do about that?