Skip to content

Commit

Permalink
fix(polygon): infoLink should end in forward slash
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Dec 22, 2021
1 parent 768f765 commit 587edf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ export const CHAIN_INFO: ChainInfoMap = {
bridge: 'https://wallet.polygon.technology/bridge',
docs: 'https://polygon.io/',
explorer: 'https://polygonscan.com/',
infoLink: 'https://info.uniswap.org/#/polygon',
infoLink: 'https://info.uniswap.org/#/polygon/',
label: 'Polygon',
logoUrl: polygonMaticLogo,
addNetworkInfo: {
Expand All @@ -276,7 +276,7 @@ export const CHAIN_INFO: ChainInfoMap = {
bridge: 'https://wallet.polygon.technology/bridge',
docs: 'https://polygon.io/',
explorer: 'https://mumbai.polygonscan.com/',
infoLink: 'https://info.uniswap.org/#/polygon',
infoLink: 'https://info.uniswap.org/#/polygon/',
label: 'Polygon Mumbai',
logoUrl: polygonMaticLogo,
addNetworkInfo: {
Expand Down

0 comments on commit 587edf4

Please sign in to comment.