AuctionHouse.setMinCreatorRateBps() require new min rate cannot be lower than previous min rate:
https://github.com/code-423n4/2023-12-revolutionprotocol/blob/main/packages/revolution/src/AuctionHouse.sol#L237-L241
If its has been set too high, whether deliberately or accidentally, theres no way to drop the threshold. Hence, this could affect future setting of a new _creatorRateBps:
https://github.com/code-423n4/2023-12-revolutionprotocol/blob/main/packages/revolution/src/AuctionHouse.sol#L218-L221
