File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
RETH_CHAIN=base
2
2
RETH_SEQUENCER_HTTP=https://mainnet-sequencer.base.org
3
-
4
- OP_GETH_GENESIS_FILE_PATH=mainnet/genesis-l2.json
5
3
OP_GETH_SEQUENCER_HTTP=https://mainnet-sequencer.base.org
4
+
6
5
# [optional] used to enable geth stats:
7
6
# OP_GETH_ETH_STATS=nodename:secret@host:port
8
7
Original file line number Diff line number Diff line change 1
1
RETH_CHAIN=base-sepolia
2
2
RETH_SEQUENCER_HTTP=https://sepolia-sequencer.base.org
3
-
4
- OP_GETH_GENESIS_FILE_PATH=sepolia/genesis-l2.json
5
3
OP_GETH_SEQUENCER_HTTP=https://sepolia-sequencer.base.org
6
4
7
5
# [optional] used to enable geth stats:
Original file line number Diff line number Diff line change 1
- FROM golang:1.21 as op
1
+ FROM golang:1.21 AS op
2
2
3
3
WORKDIR /app
4
4
@@ -12,7 +12,7 @@ RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
12
12
RUN cd op-node && \
13
13
make VERSION=$VERSION op-node
14
14
15
- FROM golang:1.21 as geth
15
+ FROM golang:1.21 AS geth
16
16
17
17
WORKDIR /app
18
18
You can’t perform that action at this time.
0 commit comments