Submitted by ether_sky, also found by hals, DarkTower, and SpicyMeatball
https://github.com/code-423n4/2024-03-abracadabra-money/blob/1f4693fdbf33e9ad28132643e2d6f7635834c6c6/src/mimswap/MagicLP.sol#L163-L165 
https://github.com/code-423n4/2024-03-abracadabra-money/blob/1f4693fdbf33e9ad28132643e2d6f7635834c6c6/src/oracles/aggregators/MagicLpAggregator.sol#L37-L46
We can know that the MagicLpAggregator can serve as the price source for MagicLP shares when the prices of base and quote tokens are similar.
Theres no assurance that we can use MagicLpAggregator for base and quote tokens with only 18 decimals.
The MagicLP token has the same decimal as the base token.
However, the MagicLpAggregator does not account for this decimal, resulting in incorrect prices when the decimal of the base token is not 18.
0xCalibur (Abracadabra) disputed
