Skip to content

Commit

Permalink
chore: remove unused env vars (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
danyalprout committed Jul 7, 2024
1 parent 8e7460e commit 5652221
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

1 comment on commit 5652221

@Estherubani
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

job keeps going good and getting better

Please sign in to comment.