Several configuration update actions within the protocol can negatively impact users transactions if changes occur just prior to transaction execution.
https://github.com/code-423n4/2024-07-loopfi/blob/57871f64bdea450c1f04c9a53dc1a78223719164/src/reward/MultiFeeDistribution.sol#L304-L317
This function updates the lock periods/multipliers, which could then have users committing to transactions under different terms than expected due to these configuration changes.
Users may face unexpected terms in their transactions.
Allow users to specify expected configuration values as parameters. Transactions should revert if the actual configuration does not match the user-specified expectations or these changes should be applied via a timelock.
