We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43ecaf commit 2851341Copy full SHA for 2851341
logic/lib/src/domain/const/urls.dart
@@ -87,7 +87,7 @@ class Urls {
87
static const String mxcMainnetNftMarketPlace = 'https://nft.moonchain.com/';
88
static const String mxcTestnetNftMarketPlace =
89
'https://geneva-nft.moonchain.com/';
90
- static const String mxcStatus = 'https://mxc.instatus.com/';
+ static const String mxcStatus = 'https://mchain.instatus.com/';
91
92
static const String dappRoot =
93
'https://raw.githubusercontent.com/JDI-Group/moonchain-dapp-store/main/';
0 commit comments