From cb1448c76a61d30f9751b0b72ae2af251486c0c7 Mon Sep 17 00:00:00 2001 From: drcpu Date: Wed, 27 Nov 2024 14:26:24 +0000 Subject: [PATCH] chore(docker): change testnet toml file to testnet environment --- docker/witnet-rust/testnet-1/witnet.toml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/docker/witnet-rust/testnet-1/witnet.toml b/docker/witnet-rust/testnet-1/witnet.toml index 8c2a73c68..593dd7112 100644 --- a/docker/witnet-rust/testnet-1/witnet.toml +++ b/docker/witnet-rust/testnet-1/witnet.toml @@ -1,16 +1,4 @@ -environment = "development" - -# Setting the environment to testnet allows us to define some consensus constants -[consensus_constants] -# Set the bootstrap time to 21/11/2024 20:00 UTC -checkpoint_zero_timestamp = 1732219200 -# Genesis block hash -genesis_hash = "5aaafb853ce897c1431ee5babc5533650d37c4fab44045bde9c74a3fff8c080e" -# Fix the bootstrap committee -bootstrapping_committee = ["twit1f0am8c97q2ygkz3q6jyd2x29s8zaxqlxcqltxx", "twit1pc8jzqph4t0md02e6fgwgsw26yll20p98c3pgh", "twit1mseplfttj5vvm8r7d5pn5je9dd02el4hw4w4cp", "twit1najvm34rta4vnkpfax8kk0vhpntg5lgdz8wc33"] -# Make sure we can properly mine the first couple of block -minimum_difficulty = 0 -epochs_with_minimum_difficulty = 1024 +environment = "testnet" [connections] # Server address tells what local interface and port the Witnet node server should bind to.