Skip to content

Update with latest data as of 2026-03-02#199

Open
github-actions[bot] wants to merge 1 commit intomainfrom
update-slip44-2026-03-02
Open

Update with latest data as of 2026-03-02#199
github-actions[bot] wants to merge 1 commit intomainfrom
update-slip44-2026-03-02

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 2, 2026

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 old OpenSY index.

Overview
Updates SLIP-44 data by adding multiple new coin-type allocations (e.g., Figcoin, TxFlow, Zano, Loca, Haneul, Keeta, Aureus, WojakCoin, Morpheum, plus AMA at 36969) to both src/slip44.md and the generated slip44.json.

Corrects an allocation by moving OpenSY (SYL) from index 9633 to 963 (and removing the old 9633 entry), 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.

@github-actions github-actions bot requested a review from a team as a code owner March 2, 2026 00:16
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants