feat: add 1Money USD (1USD) metadata and icon on Ethereum mainnet - #1895
Open
Bobby-1Money wants to merge 1 commit into
Open
feat: add 1Money USD (1USD) metadata and icon on Ethereum mainnet#1895Bobby-1Money wants to merge 1 commit into
Bobby-1Money wants to merge 1 commit into
Conversation
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>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Reviewed by Cursor Bugbot for commit fef25cd. Configure here.
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 metadata and logo for 1Money USD (1USD), a USD stablecoin issued by 1Money, on Ethereum mainnet.
eip155:1/erc20:0xadd9aCC53930151988BcA76e2db4214bB46F9C540xadd9aCC53930151988BcA76e2db4214bB46F9C54Values 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
<foreignObject>, nested<svg>, CSS or animation (per STYLEGUIDE.md)How this was generated
npm run asset:verifypasses and the full test suite is green. The diff is limited to the two new files (icon + metadata); no lockfile orcontract-map.jsonchanges 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:0xadd9aCC53930151988BcA76e2db4214bB46F9C54by 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.