From a9a92e2aad79b0a557d247c54c1c3474c40db367 Mon Sep 17 00:00:00 2001 From: Anxo Rodriguez Date: Thu, 29 Apr 2021 19:49:25 +0200 Subject: [PATCH] Enable Wallet Connect --- src/custom/constants/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/custom/constants/index.ts b/src/custom/constants/index.ts index ea4301095..d167ff017 100644 --- a/src/custom/constants/index.ts +++ b/src/custom/constants/index.ts @@ -17,7 +17,7 @@ export * from '@src/constants/index' export const PRODUCTION_URL = 'cowswap.exchange' -const DISABLED_WALLETS = /^(?:WALLET_LINK|COINBASE_LINK|WALLET_CONNECT|FORTMATIC|Portis)$/i +const DISABLED_WALLETS = /^(?:WALLET_LINK|COINBASE_LINK|FORTMATIC|Portis)$/i // Re-export only the supported wallets export const SUPPORTED_WALLETS = Object.keys(SUPPORTED_WALLETS_UNISWAP).reduce((acc, key) => {