Skip to content

feat: add 1Money USD (1USD) metadata and icon on Ethereum mainnet - #1895

Open
Bobby-1Money wants to merge 1 commit into
MetaMask:masterfrom
Bobby-1Money:feat/add-1money-usd-1usd
Open

feat: add 1Money USD (1USD) metadata and icon on Ethereum mainnet#1895
Bobby-1Money wants to merge 1 commit into
MetaMask:masterfrom
Bobby-1Money:feat/add-1money-usd-1usd

Conversation

@Bobby-1Money

@Bobby-1Money Bobby-1Money commented Aug 4, 2026

Copy link
Copy Markdown

Summary

Adds metadata and logo for 1Money USD (1USD), a USD stablecoin issued by 1Money, on Ethereum mainnet.

Field Value
CAIP-19 eip155:1/erc20:0xadd9aCC53930151988BcA76e2db4214bB46F9C54
Address (EIP-55) 0xadd9aCC53930151988BcA76e2db4214bB46F9C54
Name 1Money USD
Symbol 1USD
Decimals 6
Standard ERC-20

Values were read directly from the contract on Ethereum mainnet (name(), symbol(), decimals()), so they match on-chain state exactly.

About the project

1Money is a regulated stablecoin payments company. It operates 1Money.com, an orchestration platform for receiving, buying, selling, converting, sending and storing stablecoins and fiat with bank on/off-ramps, and 1Money Network, a Layer 1 blockchain purpose-built for stablecoin and RWA payments. 1USD is the USD stablecoin issued by 1Money, deployed here as an ERC-20 on Ethereum mainnet.

Submission criteria

  • Icon is a square, high-resolution SVG vector — pure paths/shapes only, no embedded rasters, <foreignObject>, nested <svg>, CSS or animation (per STYLEGUIDE.md)
  • Icon has an opaque background, so it stays visible in both light and dark themes
  • Address is in EIP-55 checksum format
  • Official project website linked above
  • Project website explains the project
  • Clear signs of activity — token is live on mainnet with circulating supply and ongoing transfers; the company is publicly launched and funded
  • Asset is an ERC-20, not an ERC-721 or ERC-1155

How this was generated

npm run asset:set -- \
  --caip "eip155:1/erc20:0xadd9aCC53930151988BcA76e2db4214bB46F9C54" \
  --name "1Money USD" \
  --symbol "1USD" \
  --decimals 6 \
  --image ./1usd.svg

npm run asset:verify passes and the full test suite is green. The diff is limited to the two new files (icon + metadata); no lockfile or contract-map.json changes are included, matching recent token-addition PRs.

🤖 Generated with Claude Code


Note

Low Risk
Adds static token metadata and artwork only; no application logic, auth, or contract behavior changes.

Overview
Registers 1Money USD (1USD) for Ethereum mainnet at eip155:1/erc20:0xadd9aCC53930151988BcA76e2db4214bB46F9C54 by adding a metadata JSON entry (name, symbol, 6 decimals, ERC-20 flag, logo path) and a matching 28×28 SVG icon under the standard CAIP-19 paths.

Reviewed by Cursor Bugbot for commit fef25cd. Bugbot is set up for automated code reviews on this repo. Configure here.

Adds metadata and logo for 1Money USD (1USD), an ERC-20 stablecoin
deployed at 0xadd9aCC53930151988BcA76e2db4214bB46F9C54 on Ethereum
mainnet (eip155:1).

Generated with `npm run asset:set`; `npm run asset:verify` and the
test suite pass.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@Bobby-1Money
Bobby-1Money requested review from a team and MRabenda as code owners August 4, 2026 06:02

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Reviewed by Cursor Bugbot for commit fef25cd. Configure here.

Comment thread icons/eip155:1/erc20:0xadd9aCC53930151988BcA76e2db4214bB46F9C54.svg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant