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>
19 lines
430 B
YAML
19 lines
430 B
YAML
version: "1.2"
|
|
name: fixturenet-plugeth-tx
|
|
decription: "plugeth Ethereum Fixturenet w/ tx-spammer"
|
|
repos:
|
|
- github.com/cerc-io/tx-spammer
|
|
- github.com/dboreham/foundry
|
|
- github.com/cerc-io/lighthouse
|
|
containers:
|
|
- cerc/lighthouse
|
|
- cerc/lighthouse-cli
|
|
- cerc/fixturenet-plugeth-plugeth
|
|
- cerc/fixturenet-plugeth-lighthouse
|
|
- cerc/tx-spammer
|
|
- cerc/foundry
|
|
pods:
|
|
- fixturenet-plugeth
|
|
- foundry
|
|
- tx-spammer
|