From 21b7d2cca5e4244a15638cfe3e6205db58370d30 Mon Sep 17 00:00:00 2001 From: Hack666r Date: Tue, 18 Feb 2025 21:22:16 +0100 Subject: [PATCH] fix-Update lp-tokens.js --- token-stakedrop/src/truth-sources/lp-tokens.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/token-stakedrop/src/truth-sources/lp-tokens.js b/token-stakedrop/src/truth-sources/lp-tokens.js index 77be8b6428..e843c8a855 100644 --- a/token-stakedrop/src/truth-sources/lp-tokens.js +++ b/token-stakedrop/src/truth-sources/lp-tokens.js @@ -281,7 +281,7 @@ export class LPTokenTruthSource extends ITruthSource { * function in UniswapV2Pair contract, which produces the same equation as above. * * References: - * Returns in Uniswap: https://uniswap.org/docs/v2/advanced-topics/understanding-returns/ + * Returns in Uniswap: https://app.uniswap.org/ * LP minting: https://github.com/Uniswap/uniswap-v2-core/blob/4dd59067c76dea4a0e8e4bfdda41877a6b16dedc/contracts/UniswapV2Pair.sol#L123 * * @param {BN} lpStakerBalance LP amount staked by a staker in a LPRewardsContract