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
Purely additive token metadata with no application or security logic changes.
Overview
Registers two new Ethereum mainnet ERC-20 assets via standard metadata JSON under
metadata/eip155:1/erc20:.Ethereum STRATO (
STRATO) at0x4c93B9FbF7Fd1777CCBcBc538B1d0a8b58fB1ad6and Ethereum USDST (USDST) at0xAEBcDBD9f8b1422Ab31073D7408C8cAd83ca6a8beach declare 18 decimals,erc20: true, and a relativelogopath to a matching icon file.Reviewed by Cursor Bugbot for commit 9f6e170. Bugbot is set up for automated code reviews on this repo. Configure here.