Skip to content

Commit 7bd72b0

Browse files
authored
Merge pull request #456 from reown-com/devin/1748938110-fix-cosmos-block-explorer
Fix Cosmos block explorer from Sui Explorer to Mint Scan
2 parents 973a5d0 + fe3ffe9 commit 7bd72b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appkit/upgrade/wcm.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ const cosmos = defineChain({
226226
rpcUrls: {
227227
default: { http: ['https://cosmos-rpc.publicnode.com:443'] }
228228
},
229-
blockExplorers: { default: { name: 'Sui Explorer', url: 'https://suiexplorer.com/' } },
229+
blockExplorers: { default: { name: 'Mint Scan', url: 'https://www.mintscan.io/cosmos' } },
230230
testnet: false,
231231
chainNamespace: 'cosmos',
232232
caipNetworkId: 'cosmos:cosmoshub-4'
@@ -412,7 +412,7 @@ const cosmos = defineChain({
412412
rpcUrls: {
413413
default: { http: ['https://cosmos-rpc.publicnode.com:443'] }
414414
},
415-
blockExplorers: { default: { name: 'Sui Explorer', url: 'https://suiexplorer.com/' } },
415+
blockExplorers: { default: { name: 'Mint Scan', url: 'https://www.mintscan.io/cosmos' } },
416416
testnet: false,
417417
chainNamespace: 'cosmos',
418418
caipNetworkId: 'cosmos:cosmoshub-4'

0 commit comments

Comments
 (0)