fix: correct Somnia native SLIP-44 identifier, add missing WBTC - #1900
Merged
Conversation
Somnia's native SOMI was filed under slip44:111115031 (MetaMask's invented slip44:11111<chainId> convention), used because no real SLIP-44 registry entry could be found at the time. satoshilabs/slips now lists a real entry (5031 = SOMI = Somnia), independently confirmed by the partner, who said they use 5031 as the SLIP-44 ID internally. Renamed metadata/icons to slip44:5031 to match. Also adds WBTC (0xC5098b3cA516784323872F17235fa074E167D3D2), present in the partner's official tokenlist.json but missing from the CoinGecko-derived token set originally used. Icon reused from Monad's WBTC entry (eip155:143), matching the icon-sourcing precedent already used for Somnia's USDC.e/USDT/WETH.
MRabenda
approved these changes
Aug 10, 2026
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's native SOMI was filed under slip44:111115031 (MetaMask's invented slip44:11111 convention), used because no real SLIP-44 registry entry could be found at the time. satoshilabs/slips now lists a real entry (5031 = SOMI = Somnia), independently confirmed by the partner, who said they use 5031 as the SLIP-44 ID internally. Renamed metadata/icons to slip44:5031 to match.
Also adds WBTC (0xC5098b3cA516784323872F17235fa074E167D3D2), present in the partner's official tokenlist.json but missing from the CoinGecko-derived token set originally used. Icon reused from Monad's WBTC entry (eip155:143), matching the icon-sourcing precedent already used for Somnia's USDC.e/USDT/WETH.
Note
Low Risk
Static token metadata and asset files only; no runtime or security-sensitive logic.
Overview
Somnia native coin metadata now points at
slip44:5031(and matching icon path) instead of the prior MetaMask-styleslip44:111115031identifier, aligning with the registered SLIP-44 entry for SOMI.Adds WBTC on Somnia (
eip155:5031) via newmetadataandiconsentries for0xC5098b3cA516784323872F17235fa074E167D3D2, filling a gap versus the partner token list.Reviewed by Cursor Bugbot for commit 4be57af. Bugbot is set up for automated code reviews on this repo. Configure here.