Closed pikonha closed 4 months ago
Registering a new domain using the ENS contracts leads to a failure when setting records due to the domain being missing from the database.
The gateway should allow setting properties of a domain when the signer owns the domain on Ethereum.
anvil --fork-chain-id 11155111 --fork-url https://ethereum-sepolia.rpc.subquery.network/public --fork-block-number <CURRENT_BLOCK>
register
insert short code snippets here
Bug Report
Current behavior
Registering a new domain using the ENS contracts leads to a failure when setting records due to the domain being missing from the database.
Expected behavior
The gateway should allow setting properties of a domain when the signer owns the domain on Ethereum.
Steps to reproduce
anvil --fork-chain-id 11155111 --fork-url https://ethereum-sepolia.rpc.subquery.network/public --fork-block-number <CURRENT_BLOCK>
register
method, this will ensure the domain is missing on the local DBRelated code
Other information