incorrect input addresses in constructor()
In AaveDIVAWrapper
contract's constructor()
:
As we can see, the first input parameter is the Aave V3 pool address, and the second parameter is the DIVA protocol address. These values are then passed to the AaveDIVAWrapperCore
contract's constructor()
:
However, in the AaveDIVAWrapperCore
contract, the first parameter is diva_
, and the second is aaveV3Pool_
, meaning the order should be reversed.
This mismatch can cause confusion and require contract redeployment.
Manual Review
ensure the input addresses are passed in the correct way.
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.