Skip to content

Commit 6d6874c

Browse files
authored
Update docs to reference docs.base.org for snapshots (#158)
1 parent e6dcd73 commit 6d6874c

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.md

+1-15
Original file line numberDiff line numberDiff line change
@@ -93,21 +93,7 @@ docker run --env-file .env.goerli -e OP_NODE_L2_ENGINE_RPC=ws://localhost:8551 -
9393

9494
### Snapshots
9595

96-
If you're a prospective or current Base Node operator and would like to restore from a snapshot to save time on the initial sync, it's always possible to download and decompress the latest available snapshot of the Base chain on mainnet and/or testnet by using the following CLI commands. The snapshots are updated every hour.
97-
98-
**Mainnet**
99-
100-
```
101-
wget https://base-mainnet-archive-snapshots.s3.us-east-1.amazonaws.com/$(curl https://base-mainnet-archive-snapshots.s3.us-east-1.amazonaws.com/latest)
102-
```
103-
104-
**Testnet**
105-
106-
```
107-
wget https://base-goerli-archive-snapshots.s3.us-east-1.amazonaws.com/$(curl https://base-goerli-archive-snapshots.s3.us-east-1.amazonaws.com/latest)
108-
```
109-
110-
Use `tar -xvf` to decompress the downloaded archive to the local data directory you previously configured a volume mapping for.
96+
You can fetch the latest snapshots via the URLs provided in the [Base docs](https://docs.base.org/guides/run-a-base-node/#snapshots).
11197

11298
### Syncing
11399

0 commit comments

Comments
 (0)