Submitted by DarkTower
MagicLpAggregator does not update the roundId, startAt, updatedAt and answeredInRound to correct values.
MagicLpAggregator.sol#L48-L50
A common code is to check updatedAt for staleness issue (although it isnt required to do so anymore.
Therefore any integrator that uses the above code will not be able to integrate
MagicLpAggregator oracles as it will always revert due to the incorrect updatedAt being provided.
Use the values roundId, startAt, updatedAt and answeredInRound from whichever oracle, baseOracle or quoteOracle was used.
rexjoseph (Warden) commented:
cccz (Judge) commented:
