Skip to main content

IL2MessageServiceV1

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.