Skip to content

Commit

Permalink
feat: New exchanges urls
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje committed Sep 12, 2024
1 parent 43f5376 commit c2a977f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions logic/lib/src/domain/const/urls.dart
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ class Urls {
static const String okx = 'https://www.okx.com/';
static const String kucoin = 'https://www.kucoin.com/';
static const String cryptocom = 'https://crypto.com/';
static const String bitget = 'https://bitget.com/';
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 testnetL3Bridge = 'https://geneva-erc20.moonchain.com/';
Expand Down

0 comments on commit c2a977f

Please sign in to comment.