We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e58f3b commit 35c7f11Copy full SHA for 35c7f11
tests/deployments/HorizonPhaseTwoListing.t.sol
@@ -54,7 +54,7 @@ contract HorizonPhaseTwoListingTest is HorizonBaseTest {
54
uint8 internal constant VBILL_GHO_EMODE_CATEGORY = 1;
55
56
function setUp() public virtual {
57
- vm.createSelectFork('mainnet');
+ vm.createSelectFork('mainnet', 23690478);
58
59
initEnvironment();
60
_checkExistingEModeCategory(VBILL_GHO_EMODE_CATEGORY);
0 commit comments