-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add reth configuration & cleanup configs #271
Conversation
1f6b13b
to
33088bc
Compare
Dockerfile.reth
Outdated
RUN apt-get update && apt-get -y upgrade && apt-get install -y git libclang-dev pkg-config curl build-essential | ||
|
||
ENV REPO=https://github.com/paradigmxyz/reth.git | ||
ENV COMMIT=1c148e7f030f0b6b3610564e0142c799756666f4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently this doesn't appear to be in a version. Once reth cuts a release I'll update this to match how we clone op-node.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the removal of the mainnet
and sepolia
directories, it may make more sense to split these files into reth
and geth
directories. That being said, this is good enough for a first pass.
🟡 Heimdall Review Status
📝 Heimdall docs · 🕵️ Advanced details · ♻️ Refresh Heimdall · #️⃣ #ask-heimdall |
Description
TODO