Skip to content

Commit 5652221

Browse files
authored
chore: remove unused env vars (#291)
1 parent 8e7460e commit 5652221

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.env.mainnet

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
RETH_CHAIN=base
22
RETH_SEQUENCER_HTTP=https://mainnet-sequencer.base.org
3-
4-
OP_GETH_GENESIS_FILE_PATH=mainnet/genesis-l2.json
53
OP_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

.env.sepolia

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
RETH_CHAIN=base-sepolia
22
RETH_SEQUENCER_HTTP=https://sepolia-sequencer.base.org
3-
4-
OP_GETH_GENESIS_FILE_PATH=sepolia/genesis-l2.json
53
OP_GETH_SEQUENCER_HTTP=https://sepolia-sequencer.base.org
64

75
# [optional] used to enable geth stats:

geth/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21 as op
1+
FROM golang:1.21 AS op
22

33
WORKDIR /app
44

@@ -12,7 +12,7 @@ RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
1212
RUN 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

1717
WORKDIR /app
1818

0 commit comments

Comments
 (0)