Supported Chains: Check the ChainName page for the list of supported blockchain networks.
Add or update an address record
TheaddAddressRecord method adds or updates an address record for the specified subname on the given blockchain network.
subname: The full ENS subname (e.g.,"ns.myensname.eth").chain: A value from theChainNameenum representing the target blockchain.value: The address to associate with the subname for the specified chain.
Related: For setting the same address across all EVM chains at once, see Set Default EVM Address.
Delete an address record
ThedeleteAddressRecord method removes an address record for a specific blockchain from a given subname.
subname: The full ENS subname.chain: The blockchain network whose address record should be removed.

