Typos
We noticed several minor typos that do not affect code functionality, but nevertheless should be fixed.
In TradingStorage, the parameter to
setReferralis_refferal.In PairStorage, the gov-only function name is
udpateSkewOpenFees.In ITradingStorage,
updateTypeis an enum, so it should be capitalized.In VeTranche, in the
unlockandforceUnlockfunctions, there is a duplicatedelete lockStartTimeByTokenId[tokenId];.