mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 01:37:40 +00:00
Add .polygon
to unstoppable domains
https://unstoppabledomains.com/blog/categories/announcements/article/unstoppable-domains-and-polygon-labs-launch-.polygon
This commit is contained in:
parent
2bce2eb949
commit
4ccb395c1e
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ class AddressResolver {
|
|||
'888',
|
||||
'nft',
|
||||
'dao',
|
||||
'blockchain'
|
||||
'blockchain',
|
||||
'polygon'
|
||||
];
|
||||
|
||||
static String? extractAddressByType({required String raw, required CryptoCurrency type}) {
|
||||
|
|
Loading…
Reference in a new issue