Skip to content

Commit 326a714

Browse files
committed
fix: rename stt
1 parent f214079 commit 326a714

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/sdk/chain/chains.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ export const chains: Record<NetworkType, GearboxChain> = {
353353
name: "Somnia",
354354
nativeCurrency: {
355355
name: "Somnia",
356-
symbol: "STT",
356+
symbol: "SOMI",
357357
decimals: 18,
358358
},
359359
rpcUrls: {

src/sdk/sdk-legacy/tokens/tokenData.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ const HUMAN_READABLE_TITLES: PartialRecord<string, string> = {
7979
["0x9fb930eacadad079683a4758424a53b9b3692775".toLowerCase() as Address]:
8080
"Re7LRT\u00A0→\u00A0wstETH",
8181

82-
STT: "SOMI",
83-
8482
ETHPlus: "ETH+",
8583
};
8684

0 commit comments

Comments
 (0)