Constant pallet_ema_oracle::MAX_UNIQUE_ENTRIES
source · pub const MAX_UNIQUE_ENTRIES: u32 = 300;
Expand description
Maximum number of unique oracle entries expected in one block. Empirically determined by running
trades_estimation.py
and rounding up from 212 to 300. Not necessarily representative for all
chains, configure MaxUniqueEntries
according to your chain.