Skip to content

Commit 0a97e63

Browse files
committed
Fix Somnia Mainnet symbol name
1 parent bab9373 commit 0a97e63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/network/src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,8 +1189,8 @@ export const networks: Record<ChainId, NetworkMetadata> = {
11891189
rootUrl: 'https://mainnet.somnia.w3us.site/',
11901190
},
11911191
nativeToken: {
1192-
symbol: 'STT',
1193-
name: 'STT',
1192+
symbol: 'SOMI',
1193+
name: 'SOMI',
11941194
decimals: 18,
11951195
},
11961196
},

0 commit comments

Comments
 (0)