Do not hardcode adapterParamers
to bytes("")
When claiming the rewards, the function sendMintMessage
perfom an external call using a hardcoded value of adapterParamers
.
According to the Layerzero Integration Documentation, this field should not be hardcoded.
Do not hardcode zero bytes (bytes(0)) as adapterParamers. Pass them as a parameter instead.
If for any reason the field adapterParamers
become required, then the contract will not function correctly.
Manual audit
For more flexibility pass the adapterParamers
as a parameter
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.