Skip to content

Commit

Permalink
chore(suite-native): blacklist polygon (#11287)
Browse files Browse the repository at this point in the history
  • Loading branch information
juriczech authored Feb 22, 2024
1 parent 2221ced commit 6e9d8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite-native/config/src/supportedNetworks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 6e9d8d6

Please sign in to comment.