I-1: Missing burn amount checks in `updateSupportedProtocol()`
Description:
The sanity checks over amountToBurn and minShareBurnAmount applied in addSupportedProtocol() are missing while config is updated in updateSupportedProtocol().
Impact:
Informational.
Recommendation:
Add the sanity checks to updateSupportedProtocol().
Developer Response:
Fixed in f6da20f.