Skip to content

Commit

Permalink
Feat/add local snapshot source (#762)
Browse files Browse the repository at this point in the history
* Add new local snapshot source

* re-add delta path

* Do not copy from mainnet
  • Loading branch information
no8ody committed Oct 11, 2021
1 parent 86a4351 commit a448821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions bee-node/config.chrysalis-comnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ white_flag_solidification_timeout = 2

[snapshot]
full_path = "./snapshots/comnet/latest-full_snapshot.bin"
delta_path = "./snapshots/comnet/latest-delta_snapshot.bin"
download_urls = [
"https://cdn.tanglebay.com/snapshots/comnet/"
]
Expand Down
3 changes: 2 additions & 1 deletion bee-node/config.chrysalis-mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ white_flag_solidification_timeout = 2
full_path = "./snapshots/mainnet/latest-full_snapshot.bin"
delta_path = "./snapshots/mainnet/latest-delta_snapshot.bin"
download_urls = [
"https://chrysalis-dbfiles.iota.org/snapshots/hornet/"
"https://chrysalis-dbfiles.iota.org/snapshots/hornet/",
"https://cdn.tanglebay.com/snapshots/mainnet/"
]
depth = 50
interval_synced = 50
Expand Down

0 comments on commit a448821

Please sign in to comment.