diff --git a/packages/mask/src/plugins/EVM/UI/components/ProviderIconClickBait.tsx b/packages/mask/src/plugins/EVM/UI/components/ProviderIconClickBait.tsx index eb5f9953ac41..f90765cf7fa9 100644 --- a/packages/mask/src/plugins/EVM/UI/components/ProviderIconClickBait.tsx +++ b/packages/mask/src/plugins/EVM/UI/components/ProviderIconClickBait.tsx @@ -81,9 +81,6 @@ export function ProviderIconClickBait({ if (providerType === ProviderType.Fortmatic && !isFortmaticSupported(getChainIdFromNetworkType(networkType))) return null - // hide fortmatic and coin98 wallets - if (providerType === ProviderType.Fortmatic || providerType === ProviderType.Coin98) return null - // coinbase and mathwallet are blocked by CSP if ([ProviderType.WalletLink, ProviderType.MathWallet].includes(providerType)) return null diff --git a/packages/plugins/Flow/src/base.ts b/packages/plugins/Flow/src/base.ts index a4da39eb03e8..4e01c76b7749 100644 --- a/packages/plugins/Flow/src/base.ts +++ b/packages/plugins/Flow/src/base.ts @@ -11,7 +11,7 @@ export const base: Plugin.Shared.Definition = { enableRequirement: { architecture: { app: true, web: true }, networks: { type: 'opt-out', networks: {} }, - target: 'insider', + target: 'stable', }, i18n: languages, declareApplicationCategories: [],