The LibDibbler
contract uses 2 seconds block time for L2 but it might be incorrect for some L2 networks including Arbitrum.
The LibDibbler
contract sets L2_BLOCK_TIME
as 2 seconds and uses it in morningTemperature()
.
While checking a documentation, there is no detailed information about the L2 network.
Some Ethereum L2 networks like Optimism have 2 seconds block time but Arbitrum has 0.26 seconds.
morningTemperature()
might work wrongly with an incorrect block time.
Manual Review
We should set a correct block time for the L2 network deployed.
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.