File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/components/DownloadArchive Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,19 @@ import { IconArrowUpRight } from "@tabler/icons-react"
4
4
5
5
const downloadLinks = [
6
6
{
7
- link : 'https://forest-archive .chainsafe.dev/list/calibnet/diff' ,
7
+ link : 'https://forest-internal .chainsafe.dev/list/calibnet/diff' ,
8
8
title : 'Calibration Testnet Diff-Snapshots' ,
9
9
} ,
10
10
{
11
- link : 'https://forest-archive .chainsafe.dev/list/calibnet/lite' ,
11
+ link : 'https://forest-internal .chainsafe.dev/list/calibnet/lite' ,
12
12
title : 'Calibration Testnet Lite-Snapshots' ,
13
13
} ,
14
14
{
15
- link : 'https://forest-archive .chainsafe.dev/list/mainnet/diff' ,
15
+ link : 'https://forest-internal .chainsafe.dev/list/mainnet/diff' ,
16
16
title : 'Filecoin Mainnet Diff-Snapshots' ,
17
17
} ,
18
18
{
19
- link : 'https://forest-archive .chainsafe.dev/list/mainnet/lite' ,
19
+ link : 'https://forest-internal .chainsafe.dev/list/mainnet/lite' ,
20
20
title : 'Filecoin Mainnet Lite-Snapshots' ,
21
21
} ,
22
22
]
You can’t perform that action at this time.
0 commit comments