Add a fixturenet-plugeth stack for L1
This commit is contained in:
parent
e13d3f63c4
commit
6976deb76e
19
stack_orchestrator/data/stacks/fixturenet-plugeth/README.md
Normal file
19
stack_orchestrator/data/stacks/fixturenet-plugeth/README.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# fixturenet-plugeth
|
||||||
|
|
||||||
|
A variation of `fixturenet-eth` that uses `plugeth` instead of `go-ethereum`.
|
||||||
|
|
||||||
|
See `stacks/fixturenet-eth/README.md` for more information.
|
||||||
|
|
||||||
|
## Containers
|
||||||
|
|
||||||
|
* cerc/lighthouse
|
||||||
|
* cerc/fixturenet-eth-plugeth
|
||||||
|
* cerc/fixturenet-eth-lighthouse
|
||||||
|
|
||||||
|
## Deploy the stack
|
||||||
|
|
||||||
|
```bash
|
||||||
|
laconic-so --stack fixturenet-plugeth setup-repositories
|
||||||
|
laconic-so --stack fixturenet-plugeth build-containers
|
||||||
|
laconic-so --stack fixturenet-plugeth deploy up
|
||||||
|
```
|
17
stack_orchestrator/data/stacks/fixturenet-plugeth/stack.yml
Normal file
17
stack_orchestrator/data/stacks/fixturenet-plugeth/stack.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
version: "1.0"
|
||||||
|
name: fixturenet-plugeth
|
||||||
|
description: "Plugeth Ethereum Fixturenet"
|
||||||
|
repos:
|
||||||
|
- git.vdb.to/cerc-io/plugeth@statediff
|
||||||
|
- git.vdb.to/cerc-io/plugeth-statediff
|
||||||
|
- git.vdb.to/cerc-io/lighthouse
|
||||||
|
containers:
|
||||||
|
- cerc/plugeth-statediff
|
||||||
|
- cerc/plugeth
|
||||||
|
- cerc/fixturenet-eth-genesis
|
||||||
|
- cerc/fixturenet-plugeth-plugeth
|
||||||
|
- cerc/lighthouse
|
||||||
|
- cerc/lighthouse-cli
|
||||||
|
- cerc/fixturenet-eth-lighthouse
|
||||||
|
pods:
|
||||||
|
- fixturenet-plugeth
|
Loading…
Reference in New Issue
Block a user