feat: add Fake World Assets (FWA) on Ethereum mainnet - #1881
Merged
Conversation
Adds CAIP-19 metadata and icon for Fake World Assets (FWA) at 0xa0Df17B5aC76ABaBA36E1450E2cbCd18A620C845 on Ethereum mainnet. Name, symbol and decimals verified on-chain via eth_call and cross-checked against DexScreener, GeckoTerminal and OpenSea. Icon sourced from the official fwa.fun logo (1254x1254), composited onto a solid white square background with the artwork centered in the 80% safe area per the icon style guide, exported as an optimized 512x512 PNG. Co-authored-by: Prithpal Sooriya <prithpal.sooriya@gmail.com>
Prithpal-Sooriya
marked this pull request as ready for review
July 24, 2026 19:25
erwolff
approved these changes
Jul 24, 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.
Summary
Adds CAIP-19 metadata and icon for Fake World Assets (FWA) on Ethereum mainnet:
eip155:1/erc20:0xa0Df17B5aC76ABaBA36E1450E2cbCd18A620C845Fake World AssetsFWA18Verification
name(),symbol(),decimals()read directly on-chain viaeth_callagainst the contract, and cross-checked with DexScreener, GeckoTerminal, Etherscan and OpenSeaethereumjs-util)Icon
Sourced from the official project website fwa.fun (
fwa-logo.webp, 1254×1254) — the same artwork used by the team's DexScreener token profile and OpenSea. Per the icon style guide, the artwork was composited onto a solid white square background, centered within the 80% safe area, and exported as an optimized 512×512 PNG (~80 KB).FWA icon
Testing
npm run asset:set/npm run asset:verifyvia the repo CLInpm test— all 702 tests pass (checksum, logo existence, permitted fields, symbol length)To show artifacts inline, enable in settings.