Native coin logo not displayed in balance section (no contract address) #13967
Replies: 2 comments 2 replies
-
Hello, you can use CURL THIS |
Beta Was this translation helpful? Give feedback.
-
|
I checked the code paths for this.
The admin endpoint That means the So the practical options look like this:
I would not expect |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
Configuration
NEXT_PUBLIC_NETWORK_NAME=Turkchain
NEXT_PUBLIC_NETWORK_ID=1919
NEXT_PUBLIC_NETWORK_CURRENCY_NAME=TC
NEXT_PUBLIC_NETWORK_CURRENCY_SYMBOL=TURK
NEXT_PUBLIC_NETWORK_CURRENCY_DECIMALS=18
NEXT_PUBLIC_NETWORK_LOGO=https://...
NEXT_PUBLIC_NETWORK_ICON=https://...
Problem
The network logo is displayed correctly in the header.
However, on the Address page, the native coin balance shows a fallback letter avatar ("T") instead of the TURK logo.
I also tried adding:
/public/icons/coins/turk.svg
But it still does not consistently replace the fallback icon.
Question
What is the correct way to define a custom logo for a native coin (without contract address) so that it is used everywhere in the UI (including balance components)?
Is there an ENV variable specifically for native currency icon override?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions