Merge pull request #832 from cake-tech/unstoppable-polygon

Add `.polygon` to unstoppable domains
This commit is contained in:
Justin Ehrenhofer 2023-03-14 16:23:16 -05:00 committed by GitHub
commit 2571bf7fbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,8 @@ class AddressResolver {
'888',
'nft',
'dao',
'blockchain'
'blockchain',
'polygon'
];
static String? extractAddressByType({required String raw, required CryptoCurrency type}) {