Commit 205412fe authored by Tina Zheng's avatar Tina Zheng Committed by GitHub

restrict walletlink to mainnet only (#3024)

parent 43e1fe97
...@@ -70,4 +70,5 @@ export const walletlink = new WalletLinkConnector({ ...@@ -70,4 +70,5 @@ export const walletlink = new WalletLinkConnector({
url: NETWORK_URLS[SupportedChainId.MAINNET], url: NETWORK_URLS[SupportedChainId.MAINNET],
appName: 'Uniswap', appName: 'Uniswap',
appLogoUrl: UNISWAP_LOGO_URL, appLogoUrl: UNISWAP_LOGO_URL,
supportedChainIds: [SupportedChainId.MAINNET],
}) })
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