Skip to content

Commit

Permalink
add polygon to supported walletlink chainIds (#3096)
Browse files Browse the repository at this point in the history
  • Loading branch information
JFrankfurt authored Jan 11, 2022
1 parent 27412e4 commit 5722902
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/connectors/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ export const portis = new PortisConnector({
networks: [1],
})

// mainnet only
export const walletlink = new WalletLinkConnector({
url: INFURA_NETWORK_URLS[SupportedChainId.MAINNET],
appName: 'Uniswap',
appLogoUrl: UNISWAP_LOGO_URL,
supportedChainIds: [SupportedChainId.MAINNET],
supportedChainIds: [SupportedChainId.MAINNET, SupportedChainId.POLYGON],
})

0 comments on commit 5722902

Please sign in to comment.