When creating MagicLP using the create function in the factory, we insert maintainerFeeRateModel as the fee rate model.
This model will be used to calculate the maintainer fee in the MagicLP.
https://github.com/code-423n4/2024-03-abracadabra-money/blob/1f4693fdbf33e9ad28132643e2d6f7635834c6c6/src/mimswap/periphery/Factory.sol#L86
There is a functionality to change maintainerFeeRateModel in the factory.
https://github.com/code-423n4/2024-03-abracadabra-money/blob/1f4693fdbf33e9ad28132643e2d6f7635834c6c6/src/mimswap/periphery/Factory.sol#L105-L112
This implies that the maintainerFeeRateModel will require updating in the future.
However, theres currently no functionality within MagicLP to modify the fee rate model.
Consequently, existing MagicLPs are unable to alter the fee rate model.
Please add a functionality to change fee rate model in the MagicLP.
