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:
Justin Ehrenhofer 2023-08-10 07:38:53 -05:00 committed by GitHub
parent 21c656fdc3
commit e348f12491
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}) {