Skip to content

fix: correct Somnia's SPOT_PRICES_SUPPORT_INFO slip44 identifier - #9811

Merged
maxime-oe merged 3 commits into
mainfrom
chain/somnia-fix-partner-data
Aug 10, 2026
Merged

fix: correct Somnia's SPOT_PRICES_SUPPORT_INFO slip44 identifier#9811
maxime-oe merged 3 commits into
mainfrom
chain/somnia-fix-partner-data

Conversation

@maxime-oe

@maxime-oe maxime-oe commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

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

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've communicated my changes to consumers by updating changelogs for packages I've changed
  • I've introduced breaking changes in this PR and have prepared draft pull requests for clients and consumer packages to resolve them

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 in SPOT_PRICES_SUPPORT_INFO in codefi-v2.ts: the native asset CAIP reference changes from eip155:5031/slip44:111115031 (temporary 11111<chainId> placeholder) to eip155: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.

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.
PR #9811 is now open; replace the PR_NUMBER placeholder with the real
number/link, matching the precedent in commit b204ff4.
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.
@maxime-oe
maxime-oe marked this pull request as ready for review August 10, 2026 07:53
@maxime-oe
maxime-oe requested review from a team as code owners August 10, 2026 07:53
@maxime-oe
maxime-oe added this pull request to the merge queue Aug 10, 2026
Merged via the queue into main with commit 867afcd Aug 10, 2026
66 checks passed
@maxime-oe
maxime-oe deleted the chain/somnia-fix-partner-data branch August 10, 2026 07:57
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.

2 participants