@@ -10,32 +10,32 @@ You can download a snapshot of the Juno database to reduce the network syncing t
10
10
11
11
| Version | Download Link |
12
12
| ------- | ------------- |
13
- | ** >=v0.9.2** | [ ** juno_mainnet.tar** ] ( https://juno-snapshots.nethermind.dev /files/mainnet/latest ) |
13
+ | ** >=v0.9.2** | [ ** juno_mainnet.tar** ] ( https://juno-snapshots.nethermind.io /files/mainnet/latest ) |
14
14
15
15
## Sepolia
16
16
17
17
| Version | Download Link |
18
18
| ------- | ------------- |
19
- | ** >=v0.9.2** | [ ** juno_sepolia.tar** ] ( https://juno-snapshots.nethermind.dev /files/sepolia/latest ) |
19
+ | ** >=v0.9.2** | [ ** juno_sepolia.tar** ] ( https://juno-snapshots.nethermind.io /files/sepolia/latest ) |
20
20
21
21
## Sepolia-Integration
22
22
23
23
| Version | Download Link |
24
24
| ------- | ------------- |
25
- | ** >=v0.9.2** | [ ** juno_sepolia_integration.tar** ] ( https://juno-snapshots.nethermind.dev /files/sepolia-integration/latest ) |
25
+ | ** >=v0.9.2** | [ ** juno_sepolia_integration.tar** ] ( https://juno-snapshots.nethermind.io /files/sepolia-integration/latest ) |
26
26
27
27
### Getting the size for each snapshot
28
28
``` console
29
29
$date
30
30
Thu 1 Aug 2024 09:49:30 BST
31
31
32
- $curl -s -I -L https://juno-snapshots.nethermind.dev /files/mainnet/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }'
32
+ $curl -s -I -L https://juno-snapshots.nethermind.io /files/mainnet/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }'
33
33
172.47 GB
34
34
35
- $curl -s -I -L https://juno-snapshots.nethermind.dev /files/sepolia/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }'
35
+ $curl -s -I -L https://juno-snapshots.nethermind.io /files/sepolia/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }'
36
36
5.67 GB
37
37
38
- $curl -s -I -L https://juno-snapshots.nethermind.dev /files/sepolia-integration/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }'
38
+ $curl -s -I -L https://juno-snapshots.nethermind.io /files/sepolia-integration/latest | gawk -v IGNORECASE=1 '/^Content-Length/ { printf "%.2f GB\n", $2/1024/1024/1024 }'
39
39
2.4 GB
40
40
```
41
41
@@ -46,7 +46,7 @@ $curl -s -I -L https://juno-snapshots.nethermind.dev/files/sepolia-integration/l
46
46
First, download a snapshot from one of the provided URLs:
47
47
48
48
``` bash
49
- wget -O juno_mainnet.tar https://juno-snapshots.nethermind.dev /files/mainnet/latest
49
+ wget -O juno_mainnet.tar https://juno-snapshots.nethermind.io /files/mainnet/latest
50
50
```
51
51
52
52
### 2. Prepare a directory
0 commit comments