Create an integration test that runs after proposals on both Base and Moonbeam which
fetches the list of all current mTokens
iterates over each mToken
queries the comptroller to see each mToken's CF, ensures it is within sane bounds, checks other key system parameters like the close factor
queries the MultiRewardDistributor to see the reward speed per second, ensures that no reward borrow speeds are 0, ensures that both supply and borrow speeds in any given token are below sane upper bounds.
queries the safety module to ensure the reward per second is below a sane upper bound.
Create an integration test that runs after proposals on both Base and Moonbeam which