mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 01:37:40 +00:00
Update UD domains (#1017)
* Try adding `.eth` to UD service * Remove eth and coin, add other supported https://api.unstoppabledomains.com/resolve/supported_tlds https://unstoppabledomains.com/blog/categories/announcements/article/coin
This commit is contained in:
parent
21c656fdc3
commit
e348f12491
1 changed files with 7 additions and 2 deletions
|
@ -19,14 +19,19 @@ class AddressResolver {
|
|||
'crypto',
|
||||
'zil',
|
||||
'x',
|
||||
'coin',
|
||||
'wallet',
|
||||
'bitcoin',
|
||||
'888',
|
||||
'nft',
|
||||
'dao',
|
||||
'blockchain',
|
||||
'polygon'
|
||||
'polygon',
|
||||
'klever',
|
||||
'hi',
|
||||
'kresus',
|
||||
'anime',
|
||||
'manga',
|
||||
'binanceus'
|
||||
];
|
||||
|
||||
static String? extractAddressByType({required String raw, required CryptoCurrency type}) {
|
||||
|
|
Loading…
Reference in a new issue