Skip to content

Commit 35c7f11

Browse files
committed
fix: pin fork to block
1 parent 4e58f3b commit 35c7f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/deployments/HorizonPhaseTwoListing.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ contract HorizonPhaseTwoListingTest is HorizonBaseTest {
5454
uint8 internal constant VBILL_GHO_EMODE_CATEGORY = 1;
5555

5656
function setUp() public virtual {
57-
vm.createSelectFork('mainnet');
57+
vm.createSelectFork('mainnet', 23690478);
5858

5959
initEnvironment();
6060
_checkExistingEModeCategory(VBILL_GHO_EMODE_CATEGORY);

0 commit comments

Comments
 (0)