Skip to content

Commit

Permalink
remove 0xdd9f62286433620a3884bF7614026371A4fA598E
Browse files Browse the repository at this point in the history
  • Loading branch information
vm06007 committed Jan 15, 2024
1 parent 937c39c commit 1ea9e41
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 = 89;
uint256 public constant EXPECTED_ALLOCATIONS = 88;
uint256 public constant EXPECTED_TOTAL_TOKENS = 100_000_000 * 1E18;

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

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

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

0 comments on commit 1ea9e41

Please sign in to comment.