Add Furety token metadata#1851
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 22ad6973e2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| id="text13" | ||
| style="fill:#aa4400;stroke-width:1.02674" | ||
| transform="scale(1.0237767,0.97677554)">FTY</text> | ||
| <image |
There was a problem hiding this comment.
Replace embedded raster with vector artwork
This SVG adds an <image> element whose xlink:href embeds a base64 PNG, which violates the repository's icon style guide disallowing PNG/JPEG-in-SVG via <image> tags. In practice this makes the new token icon a large raster payload hidden inside an SVG and risks the main artwork disappearing in consumers that sanitize or don't support data-URI images; please submit either a pure vector SVG or a standalone PNG instead.
Useful? React with 👍 / 👎.
Adds Furety (FTY) token metadata for Polygon mainnet.
Official website: https://furety.com
Official token metadata: https://furety.com/coin/metadata.json
Token contract: https://polygonscan.com/token/0xD1f0Cd986Da6E05619Ef81559BCA5e82609A66E5
Network: Polygon mainnet / chain ID 137
Symbol: FTY
Decimals: 18
Furety is decentralized Halal financial infrastructure for payments and settlement. No staking, lending, yield, or investment-return claims are made.
Note
Low Risk
Adds static metadata and an icon file only; no runtime code, auth, or financial logic is modified.
Overview
Registers Furety (FTY) on Polygon (
eip155:137) at0xD1f0Cd986Da6E05619Ef81559BCA5e82609A66E5with standard ERC-20 metadata (name, symbol FTY, 18 decimals) and a new logo SVG referenced from the metadata JSON.No application or contract logic changes—only token-list assets so wallets and explorers can display the token.
Reviewed by Cursor Bugbot for commit 22ad697. Bugbot is set up for automated code reviews on this repo. Configure here.