BeanL1RecieverFacet::recieveL1Beans()
method will always revert and cannot be executed normally
When the BeanL1RecieverFacet::recieveL1Beans()
method is called, it will verify that EXTERNAL_L1_BEANS >= s.sys.migration.migratedL1Beans
, but due to the uint256 constant EXTERNAL_L1_BEANS = 0
, if amount > 0
the method will revert
BeanL1RecieverFacet::recieveL1Beans()
method will always revert and cannot be executed normally
Manual Review
If the value of EXTERNAL_L1_BEANS
should change dynamically, it needs to be defined as a variable instead of a constant, and can be adjusted later based on actual needs. If EXTERNAL_L1_BEANS
must be a constant as a limit on the total migration amount, modify it to a value that meets your needs.
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.