IFluidConfigHandler

configPercentDiff

function configPercentDiff() external view returns (uint256 configPercentDiff_)

returns how much the new config would be different from current config in percent (100 = 1%, 1 = 0.01%).

rebalance

function rebalance() external

Rebalances the configs at Fluid Liquidity based on config handler target. Reverts if no update is needed. Can only be called by an authorized rebalancer.