Skip to content

Commit fd69fba

Browse files
committed
Fix explorer link for Somnia Testnet
1 parent 7b2037b commit fd69fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/network/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@ export const networks: Record<ChainId, NetworkMetadata> = {
11211121
testnet: true,
11221122
blockExplorer: {
11231123
name: 'Somnia Testnet Explorer',
1124-
rootUrl: 'https://somnia-testnet.socialscan.io/',
1124+
rootUrl: 'https://shannon-explorer.somnia.network/',
11251125
},
11261126
nativeToken: {
11271127
symbol: 'STT',

0 commit comments

Comments
 (0)