Merge pull request #205 from cerc-io/dboreham/eth-tooling

Add foundry cli to fixturenet-eth

Former-commit-id: 99fcdf9d40
This commit is contained in:
David Boreham 2023-03-06 15:20:07 -07:00 committed by GitHub
commit 05cdd2ed01
3 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Add-on pod to include foundry tooling within a fixturenet
services:
foundry:
image: ghcr.io/foundry-rs/foundry:latest
command: ["while :; do sleep 600; done"]

View File

@ -19,3 +19,4 @@ eth-probe
keycloak
tx-spammer
kubo
foundry

View File

@ -11,3 +11,4 @@ containers:
- cerc/fixturenet-eth-lighthouse
pods:
- fixturenet-eth
- foundry