forked from cerc-io/stack-orchestrator
David Boreham
f1a626ddf5
* Build lcli locally * Pull lighthouse repo * Enable portable lcli build * Update ldcli options * Add lcli container to fixturenet-eth stack * Include --eth1-block-hash --------- Co-authored-by: David Boreham <david@bozemanpas.com> Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
21 lines
459 B
YAML
21 lines
459 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
|
|
- github.com/dboreham/foundry
|
|
- github.com/cerc-io/lighthouse
|
|
containers:
|
|
- cerc/go-ethereum
|
|
- cerc/lighthouse
|
|
- cerc/lighthouse-cli
|
|
- cerc/fixturenet-eth-geth
|
|
- cerc/fixturenet-eth-lighthouse
|
|
- cerc/tx-spammer
|
|
- cerc/foundry
|
|
pods:
|
|
- fixturenet-eth
|
|
- foundry
|
|
- tx-spammer
|