File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11RETH_CHAIN=base
22RETH_SEQUENCER_HTTP=https://mainnet-sequencer.base.org
3-
4- OP_GETH_GENESIS_FILE_PATH=mainnet/genesis-l2.json
53OP_GETH_SEQUENCER_HTTP=https://mainnet-sequencer.base.org
4+
65# [optional] used to enable geth stats:
76# OP_GETH_ETH_STATS=nodename:secret@host:port
87
Original file line number Diff line number Diff line change 11RETH_CHAIN=base-sepolia
22RETH_SEQUENCER_HTTP=https://sepolia-sequencer.base.org
3-
4- OP_GETH_GENESIS_FILE_PATH=sepolia/genesis-l2.json
53OP_GETH_SEQUENCER_HTTP=https://sepolia-sequencer.base.org
64
75# [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
22
33WORKDIR /app
44
@@ -12,7 +12,7 @@ RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
1212RUN cd op-node && \
1313 make VERSION=$VERSION op-node
1414
15- FROM golang:1.21 as geth
15+ FROM golang:1.21 AS geth
1616
1717WORKDIR /app
1818
You can’t perform that action at this time.
0 commit comments