Open FrancoAguzzi opened 3 months ago
Once this issue is resolved let's remove this const from the project:
export const cryptocurrenciesToSymbol: { [k: string]: string } = {
I'm unable to set the addresses on a DB domain nor in Arb.
and also the only address fields on the profile edit are OP, Arb, ETH and BTC. is that expected?
couldn't test this feature.
@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.
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:
We want to show the correct icons for each coin from now on!
Definition of done