Skip to content

Commit

Permalink
add xmr to unstoppable domain (#1800)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarHatem28 authored Nov 12, 2024
1 parent 96db38c commit c469857
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/entities/parse_address_from_domain.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ class AddressResolver {
'kresus',
'anime',
'manga',
'binanceus'
'binanceus',
'xmr',
];

static String? extractAddressByType({required String raw, required CryptoCurrency type}) {
Expand Down

0 comments on commit c469857

Please sign in to comment.