-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MetaMask: Add Oasis logo when adding Sapphire network #423
Labels
Comments
return chain?.chainSlug ? `https://icons.llamao.fi/icons/chains/rsz_${chain.chainSlug}.jpg` : "/unknown-logo.png"; const chainSlug = chainIds[chain.chainId]; 42262: "oasis", |
I think they like controlling their own repo. MetaMask/metamask-extension#28168 |
See also DefiLlama/chainlist#1361 |
They have this repo. |
Also see DefiLlama/icons#1983. |
I need to fix the mobile build and complete this MetaMask/metamask-mobile#12141 |
TODO
|
Moving mobile fix to separate issue #468 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Even though you must add the Oasis network manually, it seems MetaMask can still show a network-specific logo in the network list (e.g. Gnosis was added manually):
Find a way to show the Oasis Sapphire (+Testnet) and Emerald (+Testnet) icons when adding networks to Metamask. This article may be useful https://support.metamask.io/managing-my-tokens/custom-tokens/how-to-add-a-token-logo/
I have no idea where chainlist.org got Emerald icon from:
The "official" ethereum list of chains is here though:
https://github.com/ethereum-lists/chains/tree/master/_data/chains
The text was updated successfully, but these errors were encountered: