This event emits when Index Price
changes.
It is emitted from the price feed contract.
note: this is not for Mark Price
updates. for that, use PositionChanged.markPrice
event.
event PriceUpdated(address indexed amm, uint256 price);
params
amm
amm addressprice
updated price