Link to instance
Currently it is possible to reconfigure the BaseBlastManager state (inherited by LockManager) by using the configUpdated() function. But it is not possible to change the config storage contract using the _BaseConfigStoragesetConfigStorage() internal function existing in the BaseBlastManager.
We can see that on Line 62 of the constructor, the config storage contract is set by calling the _BaseConfigStoragesetConfigStorage() internal function. But following that if the config storage contract needs to be changed, it is not possible to do so since the internal function has not been exposed in the LockManager contract.
Its unlikely the team might want to change the config contract itself but it would be good to leave the option open in case it ever needs to be changed.
