Skip to content

Commit

Permalink
remove 0x1C5Cb9daFaBd8CBA532e52eF30A3C14cCCba06E8
Browse files Browse the repository at this point in the history
  • Loading branch information
vm06007 committed Jan 16, 2024
1 parent 1ea9e41 commit e926e25
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions contracts/ManagerHelper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ contract ManagerHelper {

Allocation[] public allocations;

uint256 public constant EXPECTED_ALLOCATIONS = 88;
uint256 public constant EXPECTED_ALLOCATIONS = 87;
uint256 public constant EXPECTED_TOTAL_TOKENS = 100_000_000 * 1E18;

function _setupAllocations()
Expand Down Expand Up @@ -156,15 +156,6 @@ contract ManagerHelper {
})
);

allocations.push(
Allocation({
unlock20Percent: true,
stakeOwner: 0x1C5Cb9daFaBd8CBA532e52eF30A3C14cCCba06E8,
stakeAmount: 12_500_000,
vestingTime: fourYears
})
);

allocations.push(
Allocation({
unlock20Percent: true,
Expand Down

0 comments on commit e926e25

Please sign in to comment.