From 4be57af1bbb50e7806f2e99029f888af73390db1 Mon Sep 17 00:00:00 2001 From: Maxime OUAIRY Date: Mon, 10 Aug 2026 08:28:27 +0200 Subject: [PATCH] fix: correct Somnia native SLIP-44 identifier, add missing WBTC 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. --- ...xC5098b3cA516784323872F17235fa074E167D3D2.svg | 16 ++++++++++++++++ .../{slip44:111115031.svg => slip44:5031.svg} | 0 ...C5098b3cA516784323872F17235fa074E167D3D2.json | 7 +++++++ .../{slip44:111115031.json => slip44:5031.json} | 2 +- 4 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 icons/eip155:5031/erc20:0xC5098b3cA516784323872F17235fa074E167D3D2.svg rename icons/eip155:5031/{slip44:111115031.svg => slip44:5031.svg} (100%) create mode 100644 metadata/eip155:5031/erc20:0xC5098b3cA516784323872F17235fa074E167D3D2.json rename metadata/eip155:5031/{slip44:111115031.json => slip44:5031.json} (59%) diff --git a/icons/eip155:5031/erc20:0xC5098b3cA516784323872F17235fa074E167D3D2.svg b/icons/eip155:5031/erc20:0xC5098b3cA516784323872F17235fa074E167D3D2.svg new file mode 100644 index 0000000000..1cb74e3629 --- /dev/null +++ b/icons/eip155:5031/erc20:0xC5098b3cA516784323872F17235fa074E167D3D2.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/icons/eip155:5031/slip44:111115031.svg b/icons/eip155:5031/slip44:5031.svg similarity index 100% rename from icons/eip155:5031/slip44:111115031.svg rename to icons/eip155:5031/slip44:5031.svg diff --git a/metadata/eip155:5031/erc20:0xC5098b3cA516784323872F17235fa074E167D3D2.json b/metadata/eip155:5031/erc20:0xC5098b3cA516784323872F17235fa074E167D3D2.json new file mode 100644 index 0000000000..553a823732 --- /dev/null +++ b/metadata/eip155:5031/erc20:0xC5098b3cA516784323872F17235fa074E167D3D2.json @@ -0,0 +1,7 @@ +{ + "name": "Wrapped BTC", + "symbol": "WBTC", + "decimals": 8, + "erc20": true, + "logo": "./icons/eip155:5031/erc20:0xC5098b3cA516784323872F17235fa074E167D3D2.svg" +} diff --git a/metadata/eip155:5031/slip44:111115031.json b/metadata/eip155:5031/slip44:5031.json similarity index 59% rename from metadata/eip155:5031/slip44:111115031.json rename to metadata/eip155:5031/slip44:5031.json index c0a7dde9f6..078c69c327 100644 --- a/metadata/eip155:5031/slip44:111115031.json +++ b/metadata/eip155:5031/slip44:5031.json @@ -3,5 +3,5 @@ "symbol": "SOMI", "decimals": 18, "erc20": false, - "logo": "./icons/eip155:5031/slip44:111115031.svg" + "logo": "./icons/eip155:5031/slip44:5031.svg" }