blockful-io / external-resolver-dapp

https://external-resolver-dapp.vercel.app
2 stars 2 forks source link

feat: Register name with Arbitrum resolver #193

Open FrancoAguzzi opened 1 month ago

FrancoAguzzi commented 1 month ago

Feature Request

Describe the Feature Request

As we are integrating Arbitrum to the dApp, the goal of this issue is to enable the currently disabled Arbitrum Resolver CTA in Name Registration resolver selection step:

Captura de Tela 2024-09-23 às 13 42 39

Describe Preferred Solution

  1. This radio button shall look like the other enabled ones, except from the icon and label;
  2. The ENS resolvers list mapping shall be updated to include Arbitrum resolver and its addresses;
  3. Once user has reached the point of registering the records for the just registered domain, we should ask to switch his network to Arbitrum so he confirms the text records setting transaction. If he is not in Arbitrum, this transaction shall not be sent and his registration flow won't proceed;
  4. Test if the new resolver is being set after a name registration;

Definition of Done

Related Code

ENSResolverComponent.tsx

FrancoAguzzi commented 1 month ago

This issue should be initialized after the below one:

feat: add arbitrum support #191

FrancoAguzzi commented 1 month ago

@eduramme addresses can be found in here

pikonha commented 1 month ago

same as #197