Add Ethereum STRATO (STRATO) token metadata and icon - #1854
Conversation
Add CAIP-19 metadata for Ethereum STRATO (STRATO) at 0x4c93B9FbF7Fd1777CCBcBc538B1d0a8b58fB1ad6 on Ethereum mainnet (eip155:1). Verified name, symbol, and decimals (18) on-chain. Icon is the official STRATO brand logo, canvased on a solid white background with safe-area padding per STYLEGUIDE.md. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add CAIP-19 metadata for Ethereum USDST (USDST) at 0xAEBcDBD9f8b1422Ab31073D7408C8cAd83ca6a8b on Ethereum mainnet (eip155:1). Verified name, symbol, and decimals (18) on-chain via eth_call. Icon is a pure-vector SVG rendition of the official USDST logo (colors and geometry sampled from the brand raster), on a solid white square with 10% safe-area padding per STYLEGUIDE.md. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Also adding Ethereum USDST (USDST) in this PR — the STRATO network's USD-pegged stablecoin, from the same issuer as the STRATO token above.
Name, symbol, and decimals were read directly from the contract via Icon: the only brand raster available is 250×250, which would be blurry at larger sizes and has no safe-area padding, so the icon is a hand-built pure-vector SVG rendition: ring colors and arc boundaries sampled from the official raster (navy Files:
Note: I did not add a |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Reviewed by Cursor Bugbot for commit 9d2180e. Configure here.

Adds CAIP-19 metadata and icon for Ethereum STRATO (STRATO).
eip155:1)0x4c93B9FbF7Fd1777CCBcBc538B1d0a8b58fB1ad6Name, symbol, and decimals were verified against the contract on-chain. The icon is the official STRATO brand logo, placed on a solid white background with safe-area padding per
STYLEGUIDE.md.npm run asset:verifypasses and the full test suite (698 tests) is green.Files:
metadata/eip155:1/erc20:0x4c93B9FbF7Fd1777CCBcBc538B1d0a8b58fB1ad6.jsonicons/eip155:1/erc20:0x4c93B9FbF7Fd1777CCBcBc538B1d0a8b58fB1ad6.pngNote
Low Risk
Additive metadata-only JSON with no runtime or security logic changes; wrong token details would only affect display labels.
Overview
Adds three new Ethereum mainnet (
eip155:1) ERC-20 CAIP-19 metadata records, each with name, symbol, 18 decimals,erc20: true, and a relativelogopath to a matching icon undericons/.STRATO (
0x4c93…1ad6), USDST (0xAEBc…6a8b), and GOLDST (0xF6C8…57cb) are registered the same way as existing mainnet token JSON in this repo.Reviewed by Cursor Bugbot for commit e5d8e1d. Bugbot is set up for automated code reviews on this repo. Configure here.