Update with latest data as of 2026-03-02#199
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
Update with latest data as of 2026-03-02#199github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
| }, | ||
| "4298": { | ||
| "index": "4298", | ||
| "hex": "0x800010CA", |
There was a problem hiding this comment.
Inconsistent uppercase hex breaks casing convention
Medium Severity
The new entry for coin type 4298 uses uppercase hex digits (0x800010CA) while every other entry across the entire dataset consistently uses lowercase (0x800010ca would be expected). This is the only occurrence of uppercase hex in the file. Since slip44.json is generated from slip44.md, the source is the markdown entry. Downstream consumers performing case-sensitive string comparisons on hex values could fail to match this entry.
Additional Locations (1)
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.


Updates the package with the latest SLIP-44 data as of 2026-03-02.
Note
Low Risk
Data-only updates to the generated SLIP-44 registry (
slip44.json) and its source table (src/slip44.md); low risk aside from consumers depending on the oldOpenSYindex.Overview
Updates SLIP-44 data by adding multiple new coin-type allocations (e.g.,
Figcoin,TxFlow,Zano,Loca,Haneul,Keeta,Aureus,WojakCoin,Morpheum, plusAMAat36969) to bothsrc/slip44.mdand the generatedslip44.json.Corrects an allocation by moving
OpenSY(SYL) from index9633to963(and removing the old9633entry), and includes a few minor markdown table formatting touch-ups.Written by Cursor Bugbot for commit 2ced7e2. This will update automatically on new commits. Configure here.