Skip to content

Commit 85e747e

Browse files
committed
fix: Update explorer url for mainnet
1 parent 88132b6 commit 85e747e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logic/lib/src/domain/entities/network.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ class Network {
205205
web3WebSocketUrl:
206206
'wss://explorer-v1.mxc.com/socket/v2/websocket?vsn=2.0.0',
207207
symbol: 'MXC',
208-
explorerUrl: 'https://explorer.mxc.com/',
208+
explorerUrl: 'https://explorer.moonchain.com/',
209209
enabled: true,
210210
label: 'Moonchain Mainnet',
211211
chainId: 18686,

0 commit comments

Comments
 (0)