Overview
The reverse records ENS lookup is only available on Ethereum Mainnet but want to deploy the NFT contract on an L2. Is there any way to resolve an EOA address to an ENS name from an L2?
Details
Current solution is to just gather ENS name witih viem on frontend and pass as argument when sending request and logic associates ens name with EOA address in contract
Resources