Skip to content

Commit

Permalink
update mainnet checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
creativcoder committed Aug 2, 2023
1 parent 20c1a27 commit 326daf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/generate_checkpoints.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ echo "

# import calibnet snapshot
forest-cli --chain calibnet snapshot fetch
# import mainnet snapshot
forest-cli --chain mainnet snapshot fetch

# populate checkpoints for calibnet
forest-cli archive checkpoints "$(find . -name "forest_snapshot_calibnet*.forest.car.zst")" >> build/known_blocks.yaml

# import mainnet snapshot
forest-cli --chain mainnet snapshot fetch
# populate checkpoints for mainnet
forest-cli archive checkpoints "$(find . -name "forest_snapshot_mainnet*.forest.car.zst")" >> build/known_blocks.yaml

0 comments on commit 326daf1

Please sign in to comment.