Prathamesh Musale
9ca108e877
Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675) - Updated Dockerfiles - Added a separate service to generate L2 config files - Updated service dependency for `op-geth` and `op-node` - Passed lighthouse beacon API endpoint to the `op-node` command - Updated path for artifact generated by L1 contracts deployment Co-authored-by: Adwait Gharpure <69599306+Adw8@users.noreply.github.com> Reviewed-on: cerc-io/fixturenet-optimism-stack#3
17 lines
401 B
YAML
17 lines
401 B
YAML
version: "1.1"
|
|
name: fixturenet-optimism
|
|
description: "Optimism Fixturenet"
|
|
repos:
|
|
# L2 (optimism)
|
|
- github.com/ethereum-optimism/optimism@v1.7.7
|
|
- github.com/ethereum-optimism/op-geth@v1.101315.2
|
|
containers:
|
|
# L2 (optimism)
|
|
- cerc/optimism-contracts
|
|
- cerc/optimism-op-node
|
|
- cerc/optimism-l2geth
|
|
- cerc/optimism-op-batcher
|
|
- cerc/optimism-op-proposer
|
|
pods:
|
|
- fixturenet-optimism
|