Skip to content

Commit

Permalink
chore: remove unused env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
danyalprout committed Jul 6, 2024
1 parent 8e7460e commit 7880c93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .env.mainnet
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
RETH_CHAIN=base
RETH_SEQUENCER_HTTP=https://mainnet-sequencer.base.org

OP_GETH_GENESIS_FILE_PATH=mainnet/genesis-l2.json
OP_GETH_SEQUENCER_HTTP=https://mainnet-sequencer.base.org

# [optional] used to enable geth stats:
# OP_GETH_ETH_STATS=nodename:secret@host:port

Expand Down
2 changes: 0 additions & 2 deletions .env.sepolia
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
RETH_CHAIN=base-sepolia
RETH_SEQUENCER_HTTP=https://sepolia-sequencer.base.org

OP_GETH_GENESIS_FILE_PATH=sepolia/genesis-l2.json
OP_GETH_SEQUENCER_HTTP=https://sepolia-sequencer.base.org

# [optional] used to enable geth stats:
Expand Down
4 changes: 2 additions & 2 deletions geth/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 as op
FROM golang:1.21 AS op

WORKDIR /app

Expand All @@ -12,7 +12,7 @@ RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
RUN cd op-node && \
make VERSION=$VERSION op-node

FROM golang:1.21 as geth
FROM golang:1.21 AS geth

WORKDIR /app

Expand Down

0 comments on commit 7880c93

Please sign in to comment.