forked from cerc-io/stack-orchestrator
Thomas E Lackey
d8522211f4
* Add script for exporting ethdb from fixturenet.
* Update README
* Script
Former-commit-id: 7a607c2994
16 lines
318 B
YAML
16 lines
318 B
YAML
version: "1.1"
|
|
name: fixturenet-eth-tx
|
|
decription: "Ethereum Fixturenet w/ tx-spammer"
|
|
repos:
|
|
- cerc-io/go-ethereum
|
|
- cerc-io/tx-spammer
|
|
containers:
|
|
- cerc/go-ethereum
|
|
- cerc/lighthouse
|
|
- cerc/fixturenet-eth-geth
|
|
- cerc/fixturenet-eth-lighthouse
|
|
- cerc/tx-spammer
|
|
pods:
|
|
- fixturenet-eth
|
|
- tx-spammer
|