32 lines
836 B
YAML
32 lines
836 B
YAML
version: "1.0"
|
|
name: fixturenet-optimism
|
|
description: "Optimism Fixturenet"
|
|
repos:
|
|
# L1 (fixturenet-plugeth)
|
|
- git.vdb.to/cerc-io/plugeth@statediff
|
|
- git.vdb.to/cerc-io/plugeth-statediff
|
|
- git.vdb.to/cerc-io/lighthouse
|
|
# L2 (optimism)
|
|
- github.com/dboreham/foundry
|
|
- github.com/ethereum-optimism/optimism@v1.7.3
|
|
- github.com/ethereum-optimism/op-geth@v1.101311.0
|
|
containers:
|
|
# L1 (fixturenet-plugeth)
|
|
- cerc/plugeth-statediff
|
|
- cerc/plugeth
|
|
- cerc/fixturenet-eth-genesis
|
|
- cerc/fixturenet-plugeth-plugeth
|
|
- cerc/lighthouse
|
|
- cerc/lighthouse-cli
|
|
- cerc/fixturenet-eth-lighthouse
|
|
# L2 (optimism)
|
|
- cerc/foundry
|
|
- cerc/optimism-contracts
|
|
- cerc/optimism-op-node
|
|
- cerc/optimism-l2geth
|
|
- cerc/optimism-op-batcher
|
|
- cerc/optimism-op-proposer
|
|
pods:
|
|
- fixturenet-plugeth
|
|
- fixturenet-optimism
|