From d481b6bf4c91874eb7db7315c34a4870c1af70b8 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Mon, 6 May 2024 17:08:14 +0800 Subject: [PATCH] Revert use of stock foundry --- stack_orchestrator/data/compose/docker-compose-foundry.yml | 2 +- stack_orchestrator/data/stacks/fixturenet-eth/stack.yml | 2 ++ stack_orchestrator/data/stacks/fixturenet-plugeth-tx/stack.yml | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/stack_orchestrator/data/compose/docker-compose-foundry.yml b/stack_orchestrator/data/compose/docker-compose-foundry.yml index de685141..e5987b5e 100644 --- a/stack_orchestrator/data/compose/docker-compose-foundry.yml +++ b/stack_orchestrator/data/compose/docker-compose-foundry.yml @@ -2,7 +2,7 @@ services: foundry: restart: always - image: ghcr.io/foundry-rs/foundry:latest + image: cerc/foundry:local command: ["while :; do sleep 600; done"] volumes: - ../config/foundry/foundry.toml:/foundry.toml diff --git a/stack_orchestrator/data/stacks/fixturenet-eth/stack.yml b/stack_orchestrator/data/stacks/fixturenet-eth/stack.yml index 90c44a69..fa748455 100644 --- a/stack_orchestrator/data/stacks/fixturenet-eth/stack.yml +++ b/stack_orchestrator/data/stacks/fixturenet-eth/stack.yml @@ -4,6 +4,7 @@ description: "Ethereum Fixturenet" repos: - git.vdb.to/cerc-io/go-ethereum@v1.13.14 - git.vdb.to/cerc-io/lighthouse + - github.com/dboreham/foundry containers: - cerc/go-ethereum - cerc/lighthouse @@ -11,6 +12,7 @@ containers: - cerc/fixturenet-eth-genesis - cerc/fixturenet-eth-geth - cerc/fixturenet-eth-lighthouse + - cerc/foundry pods: - fixturenet-eth - foundry diff --git a/stack_orchestrator/data/stacks/fixturenet-plugeth-tx/stack.yml b/stack_orchestrator/data/stacks/fixturenet-plugeth-tx/stack.yml index 33c25d01..5ccf43fa 100644 --- a/stack_orchestrator/data/stacks/fixturenet-plugeth-tx/stack.yml +++ b/stack_orchestrator/data/stacks/fixturenet-plugeth-tx/stack.yml @@ -8,6 +8,7 @@ repos: - git.vdb.to/cerc-io/ipld-eth-db@v5 - git.vdb.to/cerc-io/ipld-eth-server@v5 - git.vdb.to/cerc-io/tx-spammer + - github.com/dboreham/foundry containers: - cerc/plugeth-statediff - cerc/plugeth @@ -17,6 +18,7 @@ containers: - cerc/lighthouse-cli - cerc/fixturenet-eth-lighthouse - cerc/tx-spammer + - cerc/foundry - cerc/ipld-eth-db - cerc/ipld-eth-server pods: