mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
add xmr to unstoppable domain (#1800)
Some checks are pending
Cache Dependencies / test (push) Waiting to run
Some checks are pending
Cache Dependencies / test (push) Waiting to run
This commit is contained in:
parent
96db38c0aa
commit
c4698576a3
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ class AddressResolver {
|
|||
'kresus',
|
||||
'anime',
|
||||
'manga',
|
||||
'binanceus'
|
||||
'binanceus',
|
||||
'xmr',
|
||||
];
|
||||
|
||||
static String? extractAddressByType({required String raw, required CryptoCurrency type}) {
|
||||
|
|
Loading…
Reference in a new issue