Skip to content

Commit

Permalink
feat: specify block fork number
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Oct 25, 2024
1 parent cf6b776 commit 29b7a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fuzz/MultiBlockHarvester.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ contract MultiBlockHarvestertTest is Fixture, FunctionUtils {

receiver = makeAddr("receiver");

vm.createSelectFork("mainnet");
vm.createSelectFork("mainnet", 21_041_434);

// set mint Fees to 0 on all collaterals
uint64[] memory xFeeMint = new uint64[](1);
Expand Down Expand Up @@ -345,7 +345,7 @@ contract MultiBlockHarvestertTest is Fixture, FunctionUtils {
}

function test_harvest_IncreaseExposureXEVT(uint256 amount) external {
amount = bound(amount, 1e3, 1e11);
amount = 7022;
_loadReserve(EURC, amount);
_setYieldBearingData(XEVT, EURC);

Expand Down

0 comments on commit 29b7a5a

Please sign in to comment.