Skip to content

Commit 2851341

Browse files
committed
fix: Update status url
1 parent b43ecaf commit 2851341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logic/lib/src/domain/const/urls.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class Urls {
8787
static const String mxcMainnetNftMarketPlace = 'https://nft.moonchain.com/';
8888
static const String mxcTestnetNftMarketPlace =
8989
'https://geneva-nft.moonchain.com/';
90-
static const String mxcStatus = 'https://mxc.instatus.com/';
90+
static const String mxcStatus = 'https://mchain.instatus.com/';
9191

9292
static const String dappRoot =
9393
'https://raw.githubusercontent.com/JDI-Group/moonchain-dapp-store/main/';

0 commit comments

Comments
 (0)