forked from cerc-io/stack-orchestrator
David Boreham
ec6b5439f4
* Update repository list file * Add host part to repo name * Allow git hosts other than github
19 lines
390 B
YAML
19 lines
390 B
YAML
version: "1.2"
|
|
name: fixturenet-eth-tx
|
|
decription: "Ethereum Fixturenet w/ tx-spammer"
|
|
repos:
|
|
- github.com/cerc-io/go-ethereum
|
|
- github.com/cerc-io/tx-spammer
|
|
- dboreham/foundry
|
|
containers:
|
|
- cerc/go-ethereum
|
|
- cerc/lighthouse
|
|
- cerc/fixturenet-eth-geth
|
|
- cerc/fixturenet-eth-lighthouse
|
|
- cerc/tx-spammer
|
|
- cerc/foundry
|
|
pods:
|
|
- fixturenet-eth
|
|
- foundry
|
|
- tx-spammer
|