diff --git a/src/connectors/index.ts b/src/connectors/index.ts index 5a242642ba..fa7d3f65ea 100644 --- a/src/connectors/index.ts +++ b/src/connectors/index.ts @@ -70,4 +70,5 @@ export const walletlink = new WalletLinkConnector({ url: NETWORK_URLS[SupportedChainId.MAINNET], appName: 'Uniswap', appLogoUrl: UNISWAP_LOGO_URL, + supportedChainIds: [SupportedChainId.MAINNET], })