Feat/add 0g support p1 - #1886
Merged
Merged
Conversation
Wrapped 0G shares 0G's own brand mark, so reuse the native SLIP-44 SVG instead of the lower-quality partner PNG — same precedent as Wrapped SEI reusing SEI's native icon in this repo.
st0G (Gimo Staked 0G) uses 0G's own brand mark, just recolored and shipped as a raster export -- reuse the native SLIP-44 SVG, same precedent as W0G in the prior commit. mEDGE (Midas mEDGE) has an official vector icon at https://midas.deltay.xyz/vaults/medge/icon.svg. It ships as a circular badge on a transparent canvas, so it's composited onto an opaque white square background (same convention already used for WETH/USDC.e in this repo) rather than used as-is.
…onvention Both were switched to reuse native 0G's SVG (white bg, purple mark, #9200E1) in ab3fb27/b8d8da3, but CoinGecko's actual wrapped-0g and gimo-staked-0g coin images are purple bg (#B75FFF) with a white mark — the reverse, matching the network logo, not the native one. Live-verified by sampling both CoinGecko source PNGs (background pixel = (183,95,255), exact match to the network logo's #B75FFF). Now byte-identical to the network logo. Wrapped/staked tokens ending up visually identical to the network icon is an accepted tradeoff for now.
MRabenda
approved these changes
Aug 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note
Low Risk
Static asset metadata and icons only; no runtime or security-sensitive code paths.
Overview
Adds 0G network asset entries under
eip155:16661, pairing newmetadata/JSON files with matchingicons/SVGs.Coverage includes the native
0Gcoin (slip44:1111116661) and five ERC-20s: W0G, USDC.e (XSwap bridged), Stargate bridged WETH, st0G (Gimo staked), and mEDGE (Midas). Each metadata file points at its icon via the usual relativelogopath; no application or validation logic is changed.Reviewed by Cursor Bugbot for commit c3dac8c. Bugbot is set up for automated code reviews on this repo. Configure here.