Change Token Image
#22381
Replies: 2 comments 1 reply
-
|
On Sui, this usually comes from on-chain coin metadata, not from a wallet-only setting. If you still control the coin's So the normal path is:
IPFS is fine. The important part is that the URL is in the coin metadata. If you do not control the |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
3 months to respond?
…On Sat, 07 Mar 2026, 04:21 Sueun Cho, ***@***.***> wrote:
On Sui, this usually comes from on-chain coin metadata, not from a
wallet-only setting.
If you still control the coin's TreasuryCap, update the icon_url in
CoinMetadata.
The sui::coin module has update_icon_url, and wallets and explorers read
from that metadata.
So the normal path is:
- update icon_url on chain
- make sure the URL is public and stable
- check the result with suix_getCoinMetadata
- wait a bit for wallet and indexer cache to refresh
IPFS is fine. The important part is that the URL is in the coin metadata.
If you do not control the TreasuryCap anymore, you usually cannot change
that metadata yourself.
—
Reply to this email directly, view it on GitHub
<#22381 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADKWBSSNTEJDI4BPRCZIPGL4POBTFAVCNFSM6AAAAAB7EBNAASVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMMBSHE3TSMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My token image isn't showing in wallets.
Phantom wallet support said "It seems like your token logo is not hosted on a decentralized hosting platform, which might cause this to happen. We would recommend using IPFS for example. Once you change it, it should be automatically changed in Phantom too."
Where do I go to update the image? Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions