Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Commit ea14974

Browse files
authored
evm: fix build (#21)
1 parent 319e8b5 commit ea14974

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Foundry
2323
uses: foundry-rs/foundry-toolchain@v1
2424
with:
25-
version: nightly
25+
version: nightly-4817280d96e0e33a2e96cf169770da60514d1764
2626
- uses: actions/setup-node@v4
2727
with:
2828
node-version: ${{ env.NODE_VERSION }}

evm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ test: dependencies
2929
forge test --fork-url $$TEST_RPC -vvv
3030
#--match-test InitiateFullFuzz
3131

32-
LIB_DEPS = foundry-rs/forge-std
32+
LIB_DEPS = foundry-rs/forge-std@v1.9.3
3333
LIB_DEPS += openzeppelin/openzeppelin-contracts@dc44c9f #4.9.6
3434
LIB_DEPS += Uniswap/permit2@cc56ad0 #latest commit as per 22/04/2024
3535
LIB_DEPS += wormhole-foundation/wormhole-solidity-sdk@60fb760 #post-merged branch

0 commit comments

Comments
 (0)