Skip to content

Commit

Permalink
docs and naming
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Dec 19, 2023
1 parent 64cb65e commit 1602d44
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions geth-poa/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ services:
}
]
sl-node2:
build:
context: ..
Expand Down Expand Up @@ -120,7 +119,7 @@ services:
}
]
# L1 geth service only used for local dev
# L1 geth services only used for local dev
l1-bootnode:
build:
context: .
Expand All @@ -136,7 +135,8 @@ services:
- geth-data-l1-bootnode:/data
profiles:
- local_l1
l1-first-signer:

l1-node1:
build:
context: .
dockerfile: ./local-l1/Dockerfile
Expand All @@ -154,7 +154,7 @@ services:
profiles:
- local_l1

l1-second-signer:
l1-node2:
build:
context: .
dockerfile: ./local-l1/Dockerfile
Expand Down
1 change: 1 addition & 0 deletions geth-poa/local-l1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Local L1 nodes are NOT built from source
FROM ethereum/client-go:v1.13.4 as builder

RUN apk add --no-cache jq
Expand Down
2 changes: 2 additions & 0 deletions geth-poa/local-l1/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Local L1

This directory contains a genesis and dockerfile for running a local L1 chain in addition to the mev-commit chain.

Nodes for the local L1 chain are built from geth v1.13.4 images, not built from source code in this repo like the mev-commit chain.

0 comments on commit 1602d44

Please sign in to comment.