Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka committed Dec 2, 2021
1 parent 2c0871f commit f9d685c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/lp-tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ export const getLPTokenPoolLink = (poolReserve: { symbol: string; underlyingAsse
if (isBPTPool(poolReserve.symbol))
return `https://pools.balancer.exchange/#/pool/${poolReserve.underlyingAsset}/`;
if (isUNIPool(poolReserve.symbol))
return `https://info.uniswap.org/pair/${poolReserve.underlyingAsset}`;
return `https://v2.info.uniswap.org/pair/${poolReserve.underlyingAsset}`;
return null;
};

0 comments on commit f9d685c

Please sign in to comment.