Skip to content

Commit dc458e2

Browse files
authored
Merge branch 'main' into patch-1
2 parents e07884f + 69a944a commit dc458e2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/manta-atlantic/Collation/03-SetupAndRun/04-sync.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ if you cannot wait for the recommended sync mechanism to complete, you may obtai
3535
- wait for both parachain and relay-chain idle messages to appear in the logs
3636

3737
list available snapshot date are
38-
* `2024-01-28UTC` (latest)
38+
* `2024-01-29UTC` (latest)
39+
* `2024-01-28UTC`
3940
* `2023-12-05UTC`
4041

4142
fast-sync commands (requires [zstd](https://github.com/facebook/zstd)):
@@ -50,7 +51,7 @@ sudo systemctl stop manta.service
5051

5152
# sync manta blockchain database
5253
lib_path="/var/lib/substrate" # change this accordingly
53-
snapshot_date="2024-01-28UTC" # change this accordingly
54+
snapshot_date="2024-01-29UTC" # change this accordingly
5455
identity="$(sudo -H -u manta cat "${lib_path}"/chains/manta/db/full/IDENTITY)"
5556
echo "identity: ${identity}"
5657
sudo -H -u manta rm -r "${lib_path}"/chains/manta/db/full

docs/manta-pacific/Block Explorer.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Here are the 4 Explorers currently supporting Manta Pacific:
1818
- Link: [Manta Pacific Block Explorer](https://pacific-explorer.manta.network/)
1919
- Link: [DexGuru Block Explorer](https://manta.dex.guru/)
2020

21+
- Link: [Manta Pacific OKLINK Block Explorer](https://www.oklink.com/manta)
22+
2123
**Socialscan:**
2224

2325
- Link: [Manta Socialscan](https://manta.socialscan.io/)

0 commit comments

Comments
 (0)