Smart contract referenceInterfacesL2IL2MessageServiceV1On this pageIL2MessageServiceV1 setMinimumFee function setMinimumFee(uint256 _feeInWei) external The Fee Manager sets a minimum fee to address DOS protection. MINIMUM_FEE_SETTER_ROLE is required to set the minimum fee. Parameters NameTypeDescription_feeInWeiuint256New minimum fee in Wei.