GasOracleEvents

Git Source

A collection of events emitted by the GasOracle contract

Events

GasDataUpdated

Emitted when gas data is updated for the domain

event GasDataUpdated(uint32 domain, uint256 paddedGasData);

SummitTipUpdated

Emitted when the value of the summit tip is updated

event SummitTipUpdated(uint256 summitTipWei);