-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Create contract-map.json #1868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Create contract-map.json #1868
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,74 @@ | ||
| { | ||
| "name": "Synth sETH", | ||
| "symbol": "sETH", | ||
| "type": "ERC20", | ||
| "decimals": 18, | ||
| "address": "0x25f2aabC1180DddAF5a859Be517dDA6dEC418773", | ||
| "id": "0x25f2aabC1180DddAF5a859Be517dDA6dEC418773", | ||
| "status": "active", | ||
| "logo": "https://photos.pinksale.finance/file/pinksale-logo-upload/1783594240891-d87307b26ea371cdafa96d22de8f934c.png", | ||
| "logo_ipfs": "https://bafkreiamy6stfz25ez2ggmz3cj6apixuctmbl4cotlqkim4ke5ch5jlu2i.ipfs.inbrowser.link/", | ||
| "description": "Synth sETH is a next-generation synthetic asset on Ethereum Mainnet, 100% backed by physical gold, silver, copper, luxury automobiles (Ferrari, Porsche, Rolls-Royce), and prime real estate held in Russia and international markets. Pegged at $1,900 USD with an integrated anti-sell mechanism, it bridges traditional wealth with DeFi, offering stability, transparency, and long-term value.", | ||
| "website": "https://sether.netlify.app/", | ||
| "explorer": "https://etherscan.io/token/0x25f2aabC1180DddAF5a859Be517dDA6dEC418773", | ||
| "peg_price_usd": 1900, | ||
| "total_supply": "1000000000000000", | ||
| "tags": ["synthetic", "asset-backed", "real-world-assets", "stablecoin", "erc20", "ethereum"], | ||
| "links": { | ||
| "x": "https://x.com/SynthsETH", | ||
| "telegram": "https://t.me/sETH_NEW", | ||
| "coinmarketcap": "https://dex.coinmarketcap.com/token/ethereum/0x25f2aabC1180DddAF5a859Be517dDA6dEC418773/", | ||
| "coingecko": "https://www.geckoterminal.com/eth/pools/0xd5e9826551463035af0b3bb6f49db903db13eeb7", | ||
| "coinranking": "https://coinranking.com/coin/Bw1DySxbu+synthseth-seth", | ||
| "coinpaprika": "https://coinpaprika.com/coin/seth-synth-seth/", | ||
| "dextools": "https://www.dextools.io/app/ether/pair-explorer/0xd5e9826551463035af0b3bb6f49db903db13eeb7", | ||
| "dexscreener": "https://dexscreener.com/ethereum/0x25f2aabc1180dddaf5a859be517dda6dec418773", | ||
| "etherscan": "https://etherscan.io/token/0x25f2aabC1180DddAF5a859Be517dDA6dEC418773", | ||
| "blockscout": "https://eth.blockscout.com/token/0x25f2aabC1180DddAF5a859Be517dDA6dEC418773", | ||
| "routescan": "https://routescan.io/token/0x25f2aabC1180DddAF5a859Be517dDA6dEC418773?chainid=1" | ||
| }, | ||
| "audit": { | ||
| "status": "in_progress", | ||
| "third_party": true, | ||
| "proof_of_reserves": "coming_soon" | ||
| }, | ||
| "team": [ | ||
| { | ||
| "name": "Mr. Alireza", | ||
| "role": "Founder & Financial Manager", | ||
| "experience": "15+ years in commodities, luxury assets, real estate" | ||
| }, | ||
| { | ||
| "name": "SH.MRD (Shahin)", | ||
| "role": "Lead Developer", | ||
| "experience": "Ethereum, Solidity, DeFi", | ||
| "note": "Developer only β no ownership, financial liability, or asset control" | ||
| } | ||
| ], | ||
| "roadmap": { | ||
| "phase_1": { | ||
| "status": "done", | ||
| "description": "Launch, deployment, contract verification" | ||
| }, | ||
| "phase_2": { | ||
| "status": "in_progress", | ||
| "description": "Audits, transparency, community building", | ||
| "timeline": "Q3 2026" | ||
| }, | ||
| "phase_3": { | ||
| "status": "upcoming", | ||
| "description": "Liquidity deployment, DEX/CEX listings", | ||
| "timeline": "Q4 2026" | ||
| }, | ||
| "phase_4": { | ||
| "status": "upcoming", | ||
| "description": "Cross-chain expansion, staking rewards", | ||
| "timeline": "2027" | ||
| }, | ||
| "phase_5": { | ||
| "status": "upcoming", | ||
| "description": "DAO governance", | ||
| "timeline": "2028+" | ||
| } | ||
| } | ||
| } | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Metadata file wrong directoryMedium Severity Token metadata was added only under Reviewed by Cursor Bugbot for commit edca0e3. Configure here. |
||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Contract map schema mismatch
Medium Severity
The new
contract-map.jsonis a flat token record, not an address-keyed map like the rootcontract-map.json. It uses non-permitted fields (e.g.type,address,links) instead oferc20: true, and setslogoto an external URL rather than a filename underimages/oricons/, so it cannot pass this repoβs tests or be loaded byindex.js.Reviewed by Cursor Bugbot for commit edca0e3. Configure here.