Skip to content

Commit

Permalink
restrict walletlink to mainnet only (#3024)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaszheng authored Dec 21, 2021
1 parent 43e1fe9 commit 205412f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/connectors/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ export const walletlink = new WalletLinkConnector({
url: NETWORK_URLS[SupportedChainId.MAINNET],
appName: 'Uniswap',
appLogoUrl: UNISWAP_LOGO_URL,
supportedChainIds: [SupportedChainId.MAINNET],
})

0 comments on commit 205412f

Please sign in to comment.