From 8784baabb60b76281748af68db7c094ec46f04fd Mon Sep 17 00:00:00 2001 From: Bengt Lofgren <51077282+bengtlofgren@users.noreply.github.com> Date: Fri, 7 Jul 2023 02:42:30 -0600 Subject: [PATCH] Update devnet-0.17.toml --- templates/devnet-0.17.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/devnet-0.17.toml b/templates/devnet-0.17.toml index 6cc9da1..6b40875 100644 --- a/templates/devnet-0.17.toml +++ b/templates/devnet-0.17.toml @@ -141,7 +141,7 @@ max_expected_time_per_block = 11 # Implicit VP WASM name implicit_vp = "vp_implicit" # Expected number of epochs per year (also sets the min duration of an epoch in seconds) -epochs_per_year = 262800 # ~120 sec epoch duration (60*60*24*365 / 120) +epochs_per_year = 105_120 # ~600 sec epoch duration (60*60*24*365 / 600) # The P gain factor in the Proof of Stake rewards controller pos_gain_p = 0.1 # The D gain factor in the Proof of Stake rewards controller