Fujicracy / fuji-v1

0 stars 0 forks source link

[Climbing] Refactor Start of Vesting PreTokenBonds.sol #384

Closed iafhurtado closed 2 years ago

iafhurtado commented 2 years ago

This will help us to have a local state variable to indivate the start of the vesting time.

The date to start vesting is taken from the NFTGame.sol contract. And what we want is to define a timestamp in the PreTokenBonds.sol to know when the bond vesting starts. independent variable when we can define the start of the vesting.

Time estimate: 1 week (inclduing update to testing)