Restore snapshots in Quickstart with one shell command - #107
Open
camembera wants to merge 2 commits into
Open
Conversation
Step 6 runs fetch-berachain-snapshot.sh into the Quickstart datadirs. Storage v2 is the same env and a second command on the same page.
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
13 tasks
camembera
commented
Sep 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Quickstart Step 6 is now
. ./env.sh && ./fetch-berachain-snapshot.sh. The script restores official pruned snapshots into$BEACOND_DATAand$RETH_DATA. Storage v2 is a second command on the same page:./fetch-berachain-snapshot-v2.sh. The Mainnet v2 catalog uses the same URL shape and is not published yet.The Step 1 listing includes the
.shrestore scripts. Theenv.shsnippet matches the shipped file (beacondonly,ipv4.canhazip.com,BEACOND_DATA/BEACOND_CONFIG). RPC defaults to 26657 / 8545; setPORT_BASE=30000only if those ports are taken. Step 8 curls$EL_ETHRPC_PORT/$CL_ETHRPC_PORTafter sourcingenv.sh.Companion: berachain/guides#451
Checklist
mint validateand it succeedsupstream/main(or I will rebase/merge before review)