add xmr to unstoppable domain (#1800)
Some checks are pending
Cache Dependencies / test (push) Waiting to run

This commit is contained in:
Omar Hatem 2024-11-13 01:19:50 +02:00 committed by GitHub
parent 96db38c0aa
commit c4698576a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,8 @@ class AddressResolver {
'kresus',
'anime',
'manga',
'binanceus'
'binanceus',
'xmr',
];
static String? extractAddressByType({required String raw, required CryptoCurrency type}) {