Skip to content

Commit

Permalink
fix: Update mns dapp url
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje committed Sep 14, 2024
1 parent 2e5329c commit 97b5f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logic/lib/src/domain/const/urls.dart
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class Urls {
static const String testnetL3Bridge = 'https://geneva-erc20.moonchain.com/';

static String mainnetMns(String name) =>
'https://mns.mxc.com/$name.mxc/register';
'https://mns.moonchain.com/$name.mxc/register';
static String testnetMns(String name) =>
'https://geneva-mns.moonchain.com/$name.mxc/register';

Expand Down

0 comments on commit 97b5f5b

Please sign in to comment.