## 📚 Context https://github.com/cartesi/rollups-contracts/blob/67a3487272b50a764a44337ba4058902eba3866d/src/library/LibWithdrawalConfig.sol#L20 Thanks @lynoferraz for spotting this typo! ## ✔️ Solution `type(uint8).max --> type(uint64).max`
📚 Context
rollups-contracts/src/library/LibWithdrawalConfig.sol
Line 20 in 67a3487
Thanks @lynoferraz for spotting this typo!
✔️ Solution
type(uint8).max --> type(uint64).max