fix: correct Somnia's SPOT_PRICES_SUPPORT_INFO slip44 identifier - #9811
Merged
Conversation
Somnia (eip155:5031/0x13a7) was registered with the invented slip44:11111<chainId> placeholder (slip44:111115031) because no real SLIP-44 registry entry existed at the time. satoshilabs/slips now lists a real entry (5031 = SOMI = Somnia), independently confirmed by the partner. Same pattern as Arc's slip44:5042 entry. Changelog PR link uses a PR_NUMBER placeholder -- fill in once opened.
changelog:validate requires categories in Keep a Changelog's canonical order (Added, Changed, Deprecated, Removed, Fixed, Security) -- my earlier commit placed Fixed before Changed. CI caught this (changelog:validate exit 1); verified fixed locally, yarn changelog:validate now passes clean for the whole workspace.
Prithpal-Sooriya
approved these changes
Aug 10, 2026
maxime-oe
marked this pull request as ready for review
August 10, 2026 07:53
maxime-oe
temporarily deployed
to
default-branch
August 10, 2026 07:53 — with
GitHub Actions
Inactive
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.
Somnia (eip155:5031/0x13a7) was registered with the invented slip44:11111 placeholder (slip44:111115031) because no real SLIP-44 registry entry existed at the time. satoshilabs/slips now lists a real entry (5031 = SOMI = Somnia), independently confirmed by the partner. Same pattern as Arc's slip44:5042 entry.
Changelog PR link uses a PR_NUMBER placeholder -- fill in once opened.
Explanation
References
Checklist
Note
Low Risk
Single-chain identifier correction in token price configuration; no auth, persistence, or API contract changes beyond aligning Somnia native price lookups with the canonical asset id.
Overview
Corrects the Somnia (
5031/0x13a7) entry inSPOT_PRICES_SUPPORT_INFOincodefi-v2.ts: the native asset CAIP reference changes fromeip155:5031/slip44:111115031(temporary11111<chainId>placeholder) toeip155:5031/slip44:5031, matching the official SLIP-44 registry entry for SOMI.Documents the fix under Fixed in
packages/assets-controllers/CHANGELOG.md.Reviewed by Cursor Bugbot for commit 2656800. Bugbot is set up for automated code reviews on this repo. Configure here.