Skip to content

Commit

Permalink
pr review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Jul 5, 2024
1 parent 86fe4e5 commit ced17a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/entrypointl2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sh /tmp/genesisl2.sh
/tmp/datadir \
--authrpc.vhosts="*" \
--authrpc.addr=0.0.0.0 \
--authrpc.port=8551 \
--authrpc.port=8551 \
--authrpc.jwtsecret=/tmp/jwt.txt \
--verbosity=5 \
--gpo.maxprice=1 \
Expand Down
4 changes: 2 additions & 2 deletions e2e/optimism-stack.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ ENV PATH="${PATH}:/root/.foundry/bin"

RUN foundryup

ARG OP_GETH_CACHE_BREAK=4
ARG OP_GETH_CACHE_BREAK=1
RUN git clone https://github.com/hemilabs/op-geth
WORKDIR /git/op-geth
RUN git checkout 83dd8a6e0459dd0f96182bb16065411f9318ac00

WORKDIR /git

ARG OPTIMISM_CACHE_BREAK=2
ARG OPTIMISM_CACHE_BREAK=1
RUN git clone https://github.com/hemilabs/optimism
WORKDIR /git/optimism
RUN git checkout adf68923d2b278641e405dd5bfc4f53196d58bbe
Expand Down

0 comments on commit ced17a0

Please sign in to comment.