Skip to content

Commit b5de74a

Browse files
committed
Fetch genesis
1 parent f6d119b commit b5de74a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ COPY --from=geth /app/build/bin/geth ./
4444
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
4545
COPY geth-entrypoint .
4646
COPY op-node-entrypoint .
47-
COPY sepolia ./sepolia
48-
COPY mainnet ./mainnet
49-
47+
RUN mkdir mainnet sepolia
48+
RUN cd mainnet && wget https://raw.githubusercontent.com/base-org/node/main/mainnet/genesis-l2.json && wget https://raw.githubusercontent.com/base-org/node/main/mainnet/rollup.json
49+
RUN cd sepolia && wget https://raw.githubusercontent.com/base-org/node/main/sepolia/rollup.json && wget https://raw.githubusercontent.com/base-org/node/main/sepolia/genesis-l2.json
5050
CMD ["/usr/bin/supervisord"]
5151

0 commit comments

Comments
 (0)