Skip to content

Commit

Permalink
Update docs to use valid snapshot path in examples (#1651)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechos authored Jan 11, 2024
1 parent ef131d1 commit bfdcb48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Use the provided snapshots to quickly sync your Juno node with the current state
Fetch the snapshot from the provided URL:

```bash
wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.7.5_449406.tar
wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.9.2_501593.tar
```

2. **Prepare Directory**
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-0.9.2/snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ After downloading a snapshot and starting a Juno node, only recent blocks must b
Fetch a snapshot from one of the provided URLs:

```bash
wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.7.5_449406.tar
wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.9.2_501593.tar
```

2. **Prepare Directory**
Expand Down

0 comments on commit bfdcb48

Please sign in to comment.