Commit b6a47c73 authored by Brendan Weinstein's avatar Brendan Weinstein Committed by GitHub

fix: support networks other than ethereum mainnet for walletlink/coinbase wallet (#3202)

parent 7aecf5d3
...@@ -53,5 +53,5 @@ export const walletlink = new WalletLinkConnector({ ...@@ -53,5 +53,5 @@ export const walletlink = new WalletLinkConnector({
url: INFURA_NETWORK_URLS[SupportedChainId.MAINNET], url: INFURA_NETWORK_URLS[SupportedChainId.MAINNET],
appName: 'Uniswap', appName: 'Uniswap',
appLogoUrl: UNISWAP_LOGO_URL, appLogoUrl: UNISWAP_LOGO_URL,
supportedChainIds: [SupportedChainId.MAINNET, SupportedChainId.POLYGON], supportedChainIds: ALL_SUPPORTED_CHAIN_IDS,
}) })
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment