In the UpliftOnlyExample::addLiquidityProportional
function, the contract performs a check on the length of the poolsFeeData[pool][msg.sender]
array to prevent excessive deposits:
The issue is that this condition allows up to 101 items in the array, rather than the intended maximum of 100 items.
Adjust the conditional check to ensure the array length does not exceed 100 items:
This fix ensures the check correctly enforces the maximum limit of 100 items.
Only 1 more NFT won’t have any impact. Informational.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.