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