Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
version: nightly-4817280d96e0e33a2e96cf169770da60514d1764
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
Expand Down
4 changes: 2 additions & 2 deletions evm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ define install_lib
dependencies: $(call tolib,$(1))

$(call tolib,$(1)):
forge install $(1) --no-git --no-commit
forge install $(1) --no-git
endef

.DEFAULT_GOAL = build
Expand All @@ -29,7 +29,7 @@ test: dependencies
forge test --fork-url $$TEST_RPC -vvv
#--match-test InitiateFullFuzz

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