mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-08 20:09:24 +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',
|
'crypto',
|
||||||
'zil',
|
'zil',
|
||||||
'x',
|
'x',
|
||||||
'coin',
|
|
||||||
'wallet',
|
'wallet',
|
||||||
'bitcoin',
|
'bitcoin',
|
||||||
'888',
|
'888',
|
||||||
'nft',
|
'nft',
|
||||||
'dao',
|
'dao',
|
||||||
'blockchain',
|
'blockchain',
|
||||||
'polygon'
|
'polygon',
|
||||||
|
'klever',
|
||||||
|
'hi',
|
||||||
|
'kresus',
|
||||||
|
'anime',
|
||||||
|
'manga',
|
||||||
|
'binanceus'
|
||||||
];
|
];
|
||||||
|
|
||||||
static String? extractAddressByType({required String raw, required CryptoCurrency type}) {
|
static String? extractAddressByType({required String raw, required CryptoCurrency type}) {
|
||||||
|
|
Loading…
Reference in a new issue