Skip to content

Commit e9c50de

Browse files
authored
Merge branch 'master' into update-to-pnpm-workspace
2 parents 259c167 + 0e0b949 commit e9c50de

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ jobs:
170170

171171
- name: Install Foundry
172172
uses: foundry-rs/foundry-toolchain@v1
173+
with:
174+
# Pinned to specific version since newer versions do not produce
175+
# deterministic block hashes. Unpin once that's fixed upstream
176+
version: v1.2.3
173177
- name: Start anvil
174178
run: anvil --gas-limit 100000000000 --base-fee 1 --block-time 2 --timestamp 1743944919 --port 3021 &
175179

tests/docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ services:
2020
POSTGRES_DB: graph-node
2121
POSTGRES_INITDB_ARGS: "-E UTF8 --locale=C"
2222
anvil:
23-
image: ghcr.io/foundry-rs/foundry:stable
23+
# Pinned to specific version since newer versions do not produce
24+
# deterministic block hashes. Unpin once that's fixed upstream
25+
image: ghcr.io/foundry-rs/foundry:v1.2.3
2426
ports:
2527
- '3021:8545'
2628
command: "'anvil --host 0.0.0.0 --gas-limit 100000000000 --base-fee 1 --block-time 2 --timestamp 1743944919 --mnemonic \"test test test test test test test test test test test junk\"'"

0 commit comments

Comments
 (0)