You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN cd /etc/supervisor/conf.d/ && wget https://raw.githubusercontent.com/base-org/node/main/supervisord.conf
45
+
RUN wget https://raw.githubusercontent.com/base-org/node/main/geth-entrypoint
46
+
RUN wget https://raw.githubusercontent.com/base-org/node/main/op-node-entrypoint
47
47
RUN mkdir mainnet sepolia
48
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
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
0 commit comments