/contracts/farm-manager/src/helpers.rs#L177-L187
This validates the value thats to be passed as the emergency unlock penalty; however, it only checks if the value is above 100% before it errors out. If the value is set at 100% we can as well just consider the feature unsupported considering users would rather not withdraw than lose out everything on penalty.
QA, considering its admin backed.
Have a documented maximum value this can be set as and then instead have this check against this value.
