There is an error in the constant used in Line 7 of makeMerkle.js
which will lead to generation of invalid merkle proofs.
On Line 7 the constant 1e18
is used instead of 1e6
, because USDC uses 6 decimals.
The merkleProof.js
is out of the scope but the impact of this issue certainly lies within the scope.
The users will not be able to claim the airdrop.
Manual Review
Change the costant in Line 7 to 1e6
so that it reads as: const amount = (25 * 1e6).toString()
.
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.