blockful-io / external-resolver-dapp

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

feat: Add icons for coins besides ETH #127

Open FrancoAguzzi opened 3 months ago

FrancoAguzzi commented 3 months ago

Describe the feature

Whenever visiting one domain page, this domain might have a list of addresses registered as the addresses for multiple networks such as BTC, ARB, etc.

Preferred solution

Nowadays we use ETH icon to represent all of these addresses, take a look at the image below:

Image

We want to show the correct icons for each coin from now on!

Definition of done

FrancoAguzzi commented 3 months ago

Once this issue is resolved let's remove this const from the project:

export const cryptocurrenciesToSymbol: { [k: string]: string } = {

eduramme commented 4 weeks ago
image
pikonha commented 3 weeks ago

I'm unable to set the addresses on a DB domain nor in Arb.

Image Image Image

and also the only address fields on the profile edit are OP, Arb, ETH and BTC. is that expected?

couldn't test this feature.

eduramme commented 3 weeks ago

@pikonha We're only supporting OP, Arb, ETH and BTC when editing profile records.

It seems like the issue with the address records not changing is related to the backend. The handleDBStorage function isn't returning any errors when uploading the fields.