At the start of the project, the system may need to be stopped or upgraded. I suggest you have a script beforehand and add it to the documentation. This can also be called an EMERGENCY STOP (CIRCUIT BREAKER) PATTERN. Use the following example to implement it into in the BathHouseV2.sol, claimRewards function and RubiconMarket.sol in the following functions: sellAllAmount, buyAllAmount.
Emergency Stop Pattern Example
