mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 03:59:23 +00:00
Merge pull request #832 from cake-tech/unstoppable-polygon
Add `.polygon` to unstoppable domains
This commit is contained in:
commit
2571bf7fbe
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