Skip to content

Commit

Permalink
updated op-geth
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Jun 27, 2024
1 parent deada0e commit 7241dfd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 0 additions & 4 deletions e2e/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ services:
- "./e2e/keystore:/tmp/keystore:ro"
- "./e2e/passwords.txt:/tmp/passwords.txt:ro"
- "./e2e/jwt.txt:/tmp/jwt.txt:ro"
- "geth:/tmp/geth"
- { type: "tmpfs", target: "/tmp" }

op-geth-l2:
Expand All @@ -178,8 +177,6 @@ services:
environment:
ADMIN_PRIVATE_KEY: "${ADMIN_PRIVATE_KEY}"
OP_GETH_L1_RPC: "http://op-geth-l1:8545"
TBC_NETWORK: "localnet"
TBC_SEEDS: "bitcoind:18444"
working_dir: "/tmp"
command:
- "sh"
Expand Down Expand Up @@ -287,5 +284,4 @@ services:
- "--l1-eth-rpc=http://op-geth-l1:8545"

volumes:
geth:
l2configs:
3 changes: 2 additions & 1 deletion e2e/entrypointl2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ sh /tmp/genesisl2.sh
--verbosity=5 \
--gpo.maxprice=1 \
--tbc.network=localnet \
--tbc.initheight=1
--tbc.initheight=1 \
--tbc.seeds='bitcoind:18444'
4 changes: 2 additions & 2 deletions e2e/optimism-stack.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ ENV PATH="${PATH}:/root/.foundry/bin"

RUN foundryup

ARG OP_GETH_CACHE_BREAK=2
ARG OP_GETH_CACHE_BREAK=3
RUN git clone https://github.com/hemilabs/op-geth
WORKDIR /git/op-geth
RUN git checkout 72e05d8a7ebc810c196bae686a383f54fca52825
RUN git checkout f07e5b67e67fdf5ede943d2ae8eebd6eae175154

WORKDIR /git

Expand Down

0 comments on commit 7241dfd

Please sign in to comment.