Skip to content

Commit

Permalink
fix: support networks other than ethereum mainnet for walletlink/coin…
Browse files Browse the repository at this point in the history
…base wallet (#3202)
  • Loading branch information
brendanww authored Jan 31, 2022
1 parent 7aecf5d commit b6a47c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectors/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ export const walletlink = new WalletLinkConnector({
url: INFURA_NETWORK_URLS[SupportedChainId.MAINNET],
appName: 'Uniswap',
appLogoUrl: UNISWAP_LOGO_URL,
supportedChainIds: [SupportedChainId.MAINNET, SupportedChainId.POLYGON],
supportedChainIds: ALL_SUPPORTED_CHAIN_IDS,
})

0 comments on commit b6a47c7

Please sign in to comment.