forked from cerc-io/stack-orchestrator
		
	Merge branch 'main' into dboreham/fixturenet-eth-deploy-contracts
Former-commit-id: c8ba07739e
			
			
This commit is contained in:
		
						commit
						b47d303ba4
					
				| @ -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 | ||||
|  | ||||
							
								
								
									
										3
									
								
								app/data/container-build/cerc-foundry/build.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										3
									
								
								app/data/container-build/cerc-foundry/build.sh
									
									
									
									
									
										Executable 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 | ||||
| @ -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 | ||||
| @ -1,4 +1,4 @@ | ||||
| foundry-rs/foundry | ||||
| cerc/foundry | ||||
| cerc/test-contract | ||||
| cerc/eth-statediff-fill-service | ||||
| cerc/eth-statediff-service | ||||
|  | ||||
| @ -16,4 +16,4 @@ vulcanize/uniswap-v3-info | ||||
| vulcanize/assemblyscript | ||||
| cerc-io/eth-probe | ||||
| cerc-io/tx-spammer | ||||
| foundry-rs/foundry | ||||
| dboreham/foundry | ||||
|  | ||||
| @ -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 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user