The issue arises from a mismatch in staleness thresholds: the RenzoOracle uses a staleness check of 1 day + 60 seconds, whereas the _deposit function uses exactly 1 day. This inconsistency in timestamp verification can lead to contradictory behaviors between the two components. 
https://github.com/code-423n4/2024-04-renzo/blob/519e518f2d8dec9acf6482b84a181e403070d22d/contracts/Oracle/RenzoOracle.sol#L76
https://github.com/code-423n4/2024-04-renzo/blob/519e518f2d8dec9acf6482b84a181e403070d22d/contracts/Bridge/L2/xRenzoDeposit.sol#L248
