Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion token-stakedrop/src/truth-sources/lp-tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down