From 6e9d8d63098966ab7fa46ddce2beffb79de7f74c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bohdan=20Ju=C5=99=C3=AD=C4=8Dek?= <36101761+juriczech@users.noreply.github.com> Date: Thu, 22 Feb 2024 07:59:35 +0000 Subject: [PATCH] chore(suite-native): blacklist polygon (#11287) --- 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 = {