File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -177,11 +177,8 @@ contract HorizonPhaseTwoListingVTestnetTest is HorizonPhaseTwoListingTest {
177177 vm.createSelectFork ('vtestnet ' );
178178
179179 initEnvironment ();
180- _checkExistingEModeCategory (VBILL_GHO_EMODE_CATEGORY);
181180
182181 _whitelistVbillRwa (alice);
183- _whitelistVbillRwa (pool.getReserveAToken (AaveV3EthereumHorizonCustom.VBILL_UNDERLYING));
184-
185182 _transferVBILLTo (alice, 1_000_000e6 );
186183 }
187184
@@ -234,14 +231,11 @@ contract HorizonPhaseTwoListingPostDeploymentForkTest is HorizonPhaseTwoListingT
234231/// forge-config: default.evm_version = "cancun"
235232contract HorizonPhaseTwoListingPostExecutionForkTest is HorizonPhaseTwoListingTest {
236233 function setUp () public virtual override {
237- vm.skip (true , 'post payload execution ' );
238- vm.createSelectFork ('mainnet ' );
234+ vm.createSelectFork ('mainnet ' , 23726548 );
239235
240236 initEnvironment ();
241237
242238 _whitelistVbillRwa (alice);
243- _whitelistVbillRwa (pool.getReserveAToken (AaveV3EthereumHorizonCustom.VBILL_UNDERLYING));
244-
245239 _transferVBILLTo (alice, 1_000_000e6 );
246240 }
247241}
You can’t perform that action at this time.
0 commit comments