Skip to content

Commit

Permalink
feat(docker): update witnet.toml for testnet within docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
aesedepece committed Nov 13, 2024
1 parent eece408 commit 191cbba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/witnet-rust/testnet-1/witnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ environment = "development"

# Setting the environment to testnet allows us to define some consensus constants
[consensus_constants]
# Set the bootstrap time to 11/11/2024 21:00 UTC
checkpoint_zero_timestamp = 1731358800
# Set the bootstrap time to 13/11/2024 15:00 UTC
checkpoint_zero_timestamp = 1731510000
# Genesis block hash
genesis_hash = "5aaafb853ce897c1431ee5babc5533650d37c4fab44045bde9c74a3fff8c080e"
# Fix the bootstrap committee
Expand Down

0 comments on commit 191cbba

Please sign in to comment.