-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Context
There are multiple open Pull Requests that add/update token entries for the Soroswap official token list. These PRs are currently pending and need to be integrated in a controlled way to keep the official list accurate, consistent, and consumable by clients.
Assumption: The official Soroswap token list is maintained in a repository as a JSON (or similar) file, and the existing PRs modify that list (add new tokens, update metadata, logos, etc.). If the repo uses another format/process, adapt accordingly.
Goal
Merge and publish all valid pending token PRs into the Soroswap official token list, ensuring data consistency, validation, and a predictable release/versioning update.
Acceptance Criteria
- All currently open token-related PRs have been reviewed and classified: merge / request changes / close.
- Every merged token entry passes schema validation and required-field checks.
- No duplicate token identifiers exist (address/issuer collisions resolved).
- Logos referenced by merged tokens are valid per repo rules (path/URL + format).
- CI pipeline passes on the merge target branch.
- Token list version/tag is updated (if applicable) and reflects the change set.
- A short changelog/release note entry is added summarizing the integrated tokens/PRs (if applicable).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo