changeLpFee

This method changes the LP fee of the Core contract. Only the owner of the Core contract can call this function.

Function

function changeLpFee(
    uint _newFee
) external;

Parameters

ParameterDescription

_newFee

The new LP fee.

Last updated