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 256634f commit 20c1a27
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/generate_checkpoints.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +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

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

0 comments on commit 20c1a27

Please sign in to comment.