Skip to content

Commit 0d28f2d

Browse files
committed
fix: dapp store wrong url
1 parent 61db31c commit 0d28f2d

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 mxcStatus = 'https://mxc.instatus.com/';
8888

8989
static const String dappRoot =
90-
'https://raw.githubusercontent.com/JDI-Group/moonchain-dapp-storee/main/';
90+
'https://raw.githubusercontent.com/JDI-Group/moonchain-dapp-store/main/';
9191

9292
static const String iOSUrl =
9393
'https://apps.apple.com/us/app/axs-decentralized-wallet/id6460891587';

0 commit comments

Comments
 (0)