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
Justin Ehrenhofer committed
Aug 10, 2023 at 07:38 UTC
e348f124917765f6b16f2d39a78fabf407390513
1 file changed
+7
-2
lib/entities/parse_address_from_domain.dart
+7
-2
@@ -19,14 +19,19 @@ class AddressResolver {
19
'crypto',
20
'zil',
21
'x',
22
- 'coin',
22
'wallet',
23
'bitcoin',
24
'888',
25
'nft',
26
'dao',
27
'blockchain',
29
- 'polygon'
28
+ 'polygon',
29
+ 'klever',
30
+ 'hi',
31
+ 'kresus',
32
+ 'anime',
33
+ 'manga',
34
+ 'binanceus'
35
];
36
37
static String? extractAddressByType({required String raw, required CryptoCurrency type}) {