File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/test/integration/tests Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 8484 env :
8585 FOUNDRY_PROFILE : ${{ matrix.suite == 'Fork' && 'forktest' || 'medium' }}
8686 RPC_MAINNET : ${{ secrets.RPC_MAINNET }}
87- RPC_HOLESKY : ${{ secrets.RPC_HOLESKY }}
8887 RPC_HOODI : ${{ secrets.RPC_HOODI }}
8988
9089 # -----------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ contract Integration_CrosschainDeployLibTest is IntegrationDeployer {
1717 vm.startPrank (deployer);
1818
1919 // Test empty contract deployment
20- uint hoodiFork = vm.createSelectFork (vm.envString ("RPC_HOODI " ), 4_089_445 );
20+ uint hoodiFork = vm.createSelectFork (vm.envString ("RPC_HOODI " ), 1_549_268 );
2121 address hoodiExpected = CrosschainDeployLib.deployEmptyContract (deployer);
2222 uint mainnetFork = vm.createSelectFork (vm.envString ("RPC_MAINNET " ), 22_819_288 );
2323 address mainnetExpected = CrosschainDeployLib.deployEmptyContract (deployer);
You can’t perform that action at this time.
0 commit comments