Commit 5722902f authored by Jordan Frankfurt's avatar Jordan Frankfurt Committed by GitHub

add polygon to supported walletlink chainIds (#3096)

parent 27412e49
...@@ -48,10 +48,9 @@ export const portis = new PortisConnector({ ...@@ -48,10 +48,9 @@ export const portis = new PortisConnector({
networks: [1], networks: [1],
}) })
// mainnet only
export const walletlink = new WalletLinkConnector({ 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], supportedChainIds: [SupportedChainId.MAINNET, SupportedChainId.POLYGON],
}) })
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