Skip to content

Commit

Permalink
Move checkpoint to data folder
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Sep 20, 2024
1 parent 6daab71 commit 63e91bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cargo run --features polkadot --bin snowbridge-preimage -- \
--fee-per-gas 80 \
--local-reward 0.01 \
--remote-reward 0.0001 \
--checkpoint initial-checkpoint-mainnet.json \
--checkpoint data/mainnet/initial-checkpoint.json \
--gateway-address 0x1F98431c8aD98523631AE4a59f267346ea31F984 \
--gateway-operating-mode normal
```
Expand All @@ -29,7 +29,7 @@ cargo run --features westend --bin snowbridge-preimage -- \
--fee-per-gas 80 \
--local-reward 0.01 \
--remote-reward 0.0001 \
--checkpoint initial-checkpoint-sepolia.json \
--checkpoint data/sepolia/initial-checkpoint.json \
--gateway-address 0x9ed8b47bc3417e3bd0507adc06e56e2fa360a4e9 \
--gateway-operating-mode normal
```
Expand Down
File renamed without changes.

0 comments on commit 63e91bc

Please sign in to comment.