Skip to content

Commit 3d4b696

Browse files
committed
fix(chain): update Monad explorer URL
1 parent 5129a06 commit 3d4b696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/blue-sdk/src/chain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export namespace ChainUtils {
229229
name: "Monad",
230230
id: ChainId.MonadMainnet,
231231
nativeCurrency: { name: "Monad", symbol: "MON", decimals: 18 },
232-
explorerUrl: "https://monad.socialscan.io",
232+
explorerUrl: "https://monadscan.com",
233233
identifier: "monad",
234234
},
235235
[ChainId.StableMainnet]: {

0 commit comments

Comments
 (0)