Description: Event LiquidityAdded has parameters declared in the following order event LiquidityAdded(address indexed liquidityProvider, uint256 wethDeposited, uint256 poolTokensDeposited) but when it is emitted in TswapPool::_addLiquidityMintAndTransfer it is emitted in wrong order emit LiquidityAdded(msg.sender, poolTokensToDeposit, wethToDeposit). poolTokensToDeposit should be in the third position.
Impact: Event emission is incorrect, leading to off-chain functions potentially malfunctioning.
Recommended Mitigation:
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.