mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-10 21:04:53 +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',
|
'888',
|
||||||
'nft',
|
'nft',
|
||||||
'dao',
|
'dao',
|
||||||
'blockchain'
|
'blockchain',
|
||||||
|
'polygon'
|
||||||
];
|
];
|
||||||
|
|
||||||
static String? extractAddressByType({required String raw, required CryptoCurrency type}) {
|
static String? extractAddressByType({required String raw, required CryptoCurrency type}) {
|
||||||
|
|
Loading…
Reference in a new issue