Contract fails to deliver promised returns, but doesn't lose value
Description
Location:
StargateNFT.sol
Function: addLevel()
Description:
When new NFT levels are added using the addLevel() function, there is no mechanism to set the boostPricePerBlock value for these levels. The boostPricePerBlock is only set for levels added during contract initialization (via initializeV3). As a result, any level added after deployment will have an unset boost price.