Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed Jan 27, 2025
1 parent 8e1d82a commit 2d772df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ contract E2E_EpochManager is ECDSAHelper08, Devchain {

epochDuration = epochManagerContract.epochDuration();

vm.deal(address(celoUnreleasedTreasury), L2_INITIAL_STASH_BALANCE); // 80% of the total supply to the treasury - whis will be yet distributed
vm.deal(address(celoUnreleasedTreasuryContract), L2_INITIAL_STASH_BALANCE); // 80% of the total supply to the treasury - whis will be yet distributed
}

function activateValidators() public {
Expand Down

0 comments on commit 2d772df

Please sign in to comment.