Dear All,
in Graph Explorer (Testnet) is impossibile to link an ENS name under:
Settings / Public Settings / Display Name
The only way to link our own ENS is via Etherscan using the procedure that I report below.
Is it possible to get this fixed as it can be useful for new indexers joining MIPs?
Thanks so much.
Paolo
How to setup your ENS in Goerli to be displayed in Graph Explorer
- Get your name identifier here by specifying your ENS name (e.g. myfancyname.eth).
All characters must be lowercase.
-
Then, go to the smart contract here, and hit the button labelled βConnect to Web3β, be sure to be connected with your Main Staking Wallet.
-
Identify the setDefaultName function and put the values like this:
- the field β_graphAccount (address)β is your Main Staking Wallet ETH address
- the field " _nameSystem (uint8)" must be set to 0 (zero)
- the field β_nameIdentifier (bytes32)β is what you got from the step 1)
- the field β_nameβ is your ENS without the .eth
Then, hit on the Write button to confirm your transaction.
You need to wait for the transaction to end, and in one minute approximately everything will be properly set.