Function: setMintFeeBps(uint256 newMintFeeBps)
This function is used to set the mint fee in basis points for minting long and short tokens.
Inputs
newMintFeeBps
Control: Arbitrary.
Constraints: None.
Impact: Value of the mint fee in basis points.
Branches and code coverage
Intended branches
Updates
sMintFeeBps
withnewMintFeeBps
.
Negative behavior
Reverts if the caller is not the owner.