From 9de3adf681aa735d572be7ec27a4403ad931ea2c Mon Sep 17 00:00:00 2001 From: juriczech Date: Wed, 21 Feb 2024 17:12:48 +0100 Subject: [PATCH] chore(suite-native): blacklist polygon --- suite-native/config/src/supportedNetworks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suite-native/config/src/supportedNetworks.ts b/suite-native/config/src/supportedNetworks.ts index 11e17be5ba5..cf6d8ab1c08 100644 --- a/suite-native/config/src/supportedNetworks.ts +++ b/suite-native/config/src/supportedNetworks.ts @@ -3,7 +3,7 @@ import { A } from '@mobily/ts-belt'; import { isTestnet } from '@suite-common/wallet-utils'; import { Network, NetworkSymbol, getMainnets, getTestnets } from '@suite-common/wallet-config'; -const discoveryBlacklist: NetworkSymbol[] = ['sol', 'dsol']; +const discoveryBlacklist: NetworkSymbol[] = ['sol', 'dsol', 'matic']; // All supported coins for device discovery export const networkSymbolsWhitelistMap = {