Add `.polygon` to unstoppable domains

https://unstoppabledomains.com/blog/categories/announcements/article/unstoppable-domains-and-polygon-labs-launch-.polygon

Justin Ehrenhofer committed Mar 14, 2023 at 10:16 UTC 4ccb395c1e005537e31121305b5ad879c889db0f
1 file changed +2 -1
lib/entities/parse_address_from_domain.dart
+2 -1
@@ -25,7 +25,8 @@ class AddressResolver {
25 '888',
26 'nft',
27 'dao',
28 - 'blockchain'
28 + 'blockchain',
29 + 'polygon'
30 ];
31
32 static String? extractAddressByType({required String raw, required CryptoCurrency type}) {