7f3a33564a
* Use the latest stable optimism release
* Remove unnecessary repos from repo-list
* Add op-proposer service to fixturenet-optimism stack
* Add jq and bash to op-proposer image
* Update instructions
* Update op-batcher and op-geth commands
Former-commit-id: 988be0ef9a
23 lines
509 B
YAML
23 lines
509 B
YAML
version: "1.0"
|
|
name: fixturenet-optimism
|
|
decription: "Optimism Fixturenet"
|
|
repos:
|
|
- cerc-io/go-ethereum
|
|
- dboreham/foundry
|
|
- ethereum-optimism/optimism
|
|
- ethereum-optimism/op-geth
|
|
containers:
|
|
- cerc/go-ethereum
|
|
- cerc/lighthouse
|
|
- cerc/fixturenet-eth-geth
|
|
- cerc/fixturenet-eth-lighthouse
|
|
- cerc/foundry
|
|
- cerc/optimism-contracts
|
|
- cerc/optimism-op-node
|
|
- cerc/optimism-l2geth
|
|
- cerc/optimism-op-batcher
|
|
- cerc/optimism-op-proposer
|
|
pods:
|
|
- fixturenet-eth
|
|
- fixturenet-optimism
|