Multiple variables have typos in their names
Across the codebase, multiple variables have typos in their names. This can lead to confusion and potential bugs. For example —
In StakingPool,
redeemToekn
should beredeemToken
.indexStar
should beindexStart
.
In VaultPool,
sharetoekn
should beshareToken
.