{"id":50722451,"url":"https://github.com/sentrix-labs/token-list","last_synced_at":"2026-06-10T01:30:26.167Z","repository":{"id":357558159,"uuid":"1236265923","full_name":"sentrix-labs/token-list","owner":"sentrix-labs","description":"Canonical Uniswap-token-list-v1 registry for Sentrix Chain (mainnet 7119, testnet 7120)","archived":false,"fork":false,"pushed_at":"2026-05-13T08:29:06.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-13T10:31:14.571Z","etag":null,"topics":["defi","ethereum","evm","registry","sentrix-chain","token-list","tokenlist","uniswap-token-list"],"latest_commit_sha":null,"homepage":"https://docs.sentrixchain.com","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sentrix-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":["https://github.com/satyakwok#sponsor"]}},"created_at":"2026-05-12T05:10:24.000Z","updated_at":"2026-05-13T08:29:11.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sentrix-labs/token-list","commit_stats":null,"previous_names":["sentrix-labs/token-list"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sentrix-labs/token-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentrix-labs%2Ftoken-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentrix-labs%2Ftoken-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentrix-labs%2Ftoken-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentrix-labs%2Ftoken-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sentrix-labs","download_url":"https://codeload.github.com/sentrix-labs/token-list/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentrix-labs%2Ftoken-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34133404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["defi","ethereum","evm","registry","sentrix-chain","token-list","tokenlist","uniswap-token-list"],"created_at":"2026-06-10T01:30:25.258Z","updated_at":"2026-06-10T01:30:26.160Z","avatar_url":"https://github.com/sentrix-labs.png","language":null,"funding_links":["https://github.com/satyakwok#sponsor"],"categories":["Developer Tools"],"sub_categories":["Testnet"],"readme":"# Sentrix Token List\n\nCanonical [Uniswap-token-list-v1](https://github.com/Uniswap/token-lists) registry for Sentrix Chain (mainnet `7119`, testnet `7120`).\n\nDEX UIs, wallets, and explorers consume this list to recognise tokens by address without users having to paste contract addresses manually.\n\n## Hosted URLs\n\n- **Mainnet + testnet combined:** `https://raw.githubusercontent.com/sentrix-labs/token-list/main/sentrix.tokenlist.json`\n\nPin a specific version for production integrations:\n\n- **Tag-pinned:** `https://raw.githubusercontent.com/sentrix-labs/token-list/v1.0.0/sentrix.tokenlist.json`\n\n## What's included today\n\n| Chain | Symbol | Address | Notes |\n|---|---|---|---|\n| 7119 (mainnet) | `WSRX` | `0x4693b113e523A196d9579333c4ab8358e2656553` | WETH-pattern wrapper of native SRX. Deployed via `canonical-contracts`, Sourcify-verified. |\n| 7120 (testnet) | `WSRX` | `0x85d5E7694AF31C2Edd0a7e66b7c6c92C59fF949A` | Testnet WSRX. Same contract logic as mainnet. |\n\nNative SRX is intentionally NOT listed as a token — it's the chain's gas asset, not an ERC20. Wallets handle it as the chain's `nativeCurrency` field (see [ethereum-lists/chains](https://github.com/ethereum-lists/chains) entries `eip155-7119` / `eip155-7120`).\n\n## Schema\n\nThis list follows the [Uniswap Token Lists v1 schema](https://github.com/Uniswap/token-lists/blob/main/src/tokenlist.schema.json). Every entry must have:\n\n- `chainId` — `7119` or `7120` for Sentrix\n- `address` — checksummed (EIP-55) ERC20 address\n- `name`, `symbol`, `decimals`\n- `logoURI` (recommended, used by DEX UIs)\n- `tags` (optional, from the `tags` map at the top of the file)\n\nThe `tags` block at the file top defines the vocabulary; tokens reference tags by key (e.g. `\"tags\": [\"wrapped\"]`).\n\n## Adding a token\n\n1. Fork this repo.\n2. Edit `sentrix.tokenlist.json`. Add your entry to the `tokens` array, alphabetised by `symbol` within each `chainId` bucket.\n3. Bump the `version` field at the top:\n   - Adding a token → bump `minor`\n   - Renaming or removing → bump `major`\n   - Logo-only / non-content changes → bump `patch`\n4. Open a PR with:\n   - On-chain proof: the deploying tx hash + a link to the verified contract at `verify.sentrixchain.com` or `scan.sentrixchain.com`\n   - Logo URL (PNG or SVG, ideally 256×256, hosted somewhere stable — GitHub `raw.githubusercontent.com`, IPFS, or your own CDN)\n   - One-line description of what the token is\n\n## Validation\n\nEvery PR runs JSON-schema validation in CI. If your edit doesn't conform to the Uniswap schema, CI will fail with a specific schema-path error.\n\nYou can run the same validation locally before pushing:\n\n```bash\nnpx ajv-cli validate -s schema.json -d sentrix.tokenlist.json\n```\n\n## Versioning policy\n\nWe follow the Uniswap token-list version semantics:\n\n- **Major bump** — token removed or `chainId/address` changed\n- **Minor bump** — new token added\n- **Patch bump** — metadata-only change (name, logo, decimals correction)\n\nEach version corresponds to a git tag (`v\u003cmajor\u003e.\u003cminor\u003e.\u003cpatch\u003e`), so integrators can pin to a known-stable list and upgrade explicitly.\n\n## Why a token-list\n\nWithout one, every wallet and DEX UI has to either:\n\n- Hardcode known token addresses into the app bundle (brittle, ships old data)\n- Trust whatever the user pastes into the address bar (phishing surface)\n\nA maintained, versioned, schema-validated list closes both gaps. It's the same pattern used by Uniswap, PancakeSwap, SushiSwap, Trader Joe, etc.\n\n## Future scope\n\n- Auto-discover tokens via `SentrixV2Factory.allPairs()` walk + initial filter\n- Per-list flavours (e.g. `sentrix-strict.tokenlist.json` for highest-trust, `sentrix-extended.tokenlist.json` for community-submitted)\n- IPFS pinning for tag-pinned URLs\n\n## License\n\n[BSD-3-Clause](./LICENSE) — matches Uniswap's token-lists licence so derivatives can be vendored either direction.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsentrix-labs%2Ftoken-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsentrix-labs%2Ftoken-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsentrix-labs%2Ftoken-list/lists"}