pub const EIP1559_FEE_ESTIMATION_PRIORITY_FEE_TRIGGER: u64 = 100_000_000_000;
The threshold for base fee below which we use the default priority fee, and beyond which we estimate an appropriate value for priority fee.