Skip to content

Commit

Permalink
Udpate db snapshot for mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechos committed Jul 3, 2024
1 parent 8ad70a8 commit 4c553f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Use the provided snapshots to quickly sync your Juno node with the current state
| Version | Size | Block | Download Link |
| ------- | ---- | ----- | ------------- |
| **>=v0.9.2** | **182 GB** | **640855** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.11.7_640855.tar) |
| **>=v0.9.2** | **172 GB** | **654464** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.11.9_654464.tar) |
#### Sepolia
Expand All @@ -126,7 +126,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.11.7_640855.tar
wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.11.9_654464.tar
```
2. **Prepare Directory**
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can download a snapshot of the Juno database to reduce the network syncing t

| Version | Size | Block | Download Link |
| ------------ | ---------- | ---------- | ----------------------------------------------------------------------------------------------------- |
| **>=v0.9.2** | **182 GB** | **640855** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.11.7_640855.tar) |
| **>=v0.9.2** | **172 GB** | **654464** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.11.9_654464.tar) |

## Sepolia

Expand All @@ -25,7 +25,7 @@ You can download a snapshot of the Juno database to reduce the network syncing t
First, download a snapshot from one of the provided URLs:

```bash
wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.11.7_640855.tar
wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.11.9_654464.tar
```

### 2. Prepare a directory
Expand Down
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-0.11.8/snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can download a snapshot of the Juno database to reduce the network syncing t

| Version | Size | Block | Download Link |
| ------------ | ---------- | ---------- | ----------------------------------------------------------------------------------------------------- |
| **>=v0.9.2** | **182 GB** | **640855** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.11.7_640855.tar) |
| **>=v0.9.2** | **172 GB** | **654464** | [**juno_mainnet.tar**](https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.11.9_654464.tar) |

## Sepolia

Expand All @@ -25,7 +25,7 @@ You can download a snapshot of the Juno database to reduce the network syncing t
First, download a snapshot from one of the provided URLs:

```bash
wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.11.7_640855.tar
wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev/mainnet/juno_mainnet_v0.11.9_654464.tar
```

### 2. Prepare a directory
Expand Down

0 comments on commit 4c553f7

Please sign in to comment.