Merge branch 'main' into dboreham/fixturenet-eth-deploy-contracts

Former-commit-id: c8ba07739e
This commit is contained in:
David Boreham 2023-03-09 17:10:16 -07:00
commit b47d303ba4
6 changed files with 8 additions and 7 deletions

View File

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

View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
# Build a local version of the foundry-rs/foundry image
docker build -t cerc/foundry:local ${CERC_REPO_BASE_DIR}/foundry

View File

@ -1,4 +0,0 @@
#!/usr/bin/env bash
# Build foundry-rs/foundry
# HACK below : TARGETARCH needs to be derived from the host environment
docker build -t foundry-rs/foundry:local ${CERC_REPO_BASE_DIR}/foundry

View File

@ -1,4 +1,4 @@
foundry-rs/foundry
cerc/foundry
cerc/test-contract
cerc/eth-statediff-fill-service
cerc/eth-statediff-service

View File

@ -16,4 +16,4 @@ vulcanize/uniswap-v3-info
vulcanize/assemblyscript
cerc-io/eth-probe
cerc-io/tx-spammer
foundry-rs/foundry
dboreham/foundry

View File

@ -4,11 +4,13 @@ decription: "Ethereum Fixturenet"
repos:
- cerc-io/go-ethereum
- cerc-io/tx-spammer
- dboreham/foundry
containers:
- cerc/go-ethereum
- cerc/lighthouse
- cerc/fixturenet-eth-geth
- cerc/fixturenet-eth-lighthouse
- cerc/foundry
pods:
- fixturenet-eth
- foundry