Skip to content

Commit

Permalink
fix: Update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje committed Oct 2, 2024
1 parent ff11ccd commit 37e3b53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logic/lib/src/domain/const/urls.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Urls {
testnetFunc: () => mxcTestnetNftMarketPlace,
);

static const String mxcMainnetNftMarketPlace = 'https://nft.mxc.com/';
static const String mxcMainnetNftMarketPlace = 'https://nft.moonchain.com/';
static const String mxcTestnetNftMarketPlace =
'https://geneva-nft.moonchain.com/';
static const String mxcStatus = 'https://mxc.instatus.com/';
Expand Down Expand Up @@ -110,7 +110,7 @@ class Urls {
static const String bitmart = 'https://www.bitmart.com/en-US/';
static const String htx = 'https://www.htx.com/';

static const String mainnetL3Bridge = 'https://erc20.mxc.com/';
static const String mainnetL3Bridge = 'https://erc20.moonchain.com/';
static const String testnetL3Bridge = 'https://geneva-erc20.moonchain.com/';

static String mainnetMns(String name) =>
Expand Down

0 comments on commit 37e3b53

Please sign in to comment.