Skip to content

Commit 87ae910

Browse files
committed
fix: test
1 parent 6db6dcb commit 87ae910

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/foundry.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
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
# -----------------------------------------------------------------------

src/test/integration/tests/CrosschainDeployLib.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)