diff --git a/stack-orchestrator/compose/docker-compose-foundry.yml b/stack-orchestrator/compose/docker-compose-foundry.yml index e5987b5..de68514 100644 --- a/stack-orchestrator/compose/docker-compose-foundry.yml +++ b/stack-orchestrator/compose/docker-compose-foundry.yml @@ -2,7 +2,7 @@ services: foundry: restart: always - image: cerc/foundry:local + image: ghcr.io/foundry-rs/foundry:latest command: ["while :; do sleep 600; done"] volumes: - ../config/foundry/foundry.toml:/foundry.toml diff --git a/stack-orchestrator/stacks/fixturenet-eth/stack.yml b/stack-orchestrator/stacks/fixturenet-eth/stack.yml index ce57df4..b4b752a 100644 --- a/stack-orchestrator/stacks/fixturenet-eth/stack.yml +++ b/stack-orchestrator/stacks/fixturenet-eth/stack.yml @@ -4,7 +4,6 @@ description: "Ethereum Fixturenet" repos: - git.vdb.to/cerc-io/go-ethereum@v1.11.6-statediff-v5 - git.vdb.to/cerc-io/lighthouse - - github.com/dboreham/foundry containers: - cerc/go-ethereum - cerc/lighthouse @@ -12,7 +11,6 @@ containers: - cerc/fixturenet-eth-genesis - cerc/fixturenet-eth-geth - cerc/fixturenet-eth-lighthouse - - cerc/foundry pods: - fixturenet-eth - foundry