From f4c8144c719da1c9a1040d7bc141302b89e091d6 Mon Sep 17 00:00:00 2001 From: Uncle Stretch Date: Mon, 20 Jan 2025 18:00:55 +0300 Subject: [PATCH] curve parameters changed, make everything 69 because its fun Signed-off-by: Uncle Stretch --- runtime/casper/src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/casper/src/lib.rs b/runtime/casper/src/lib.rs index 55a9a7b..11ba21f 100755 --- a/runtime/casper/src/lib.rs +++ b/runtime/casper/src/lib.rs @@ -473,9 +473,9 @@ impl pallet_bags_list::Config for Runtime { pallet_staking_reward_curve::build! { const REWARD_CURVE: PiecewiseLinear<'static> = curve!( - min_inflation: 0_025_000, - max_inflation: 0_100_000, - ideal_stake: 0_750_000, + min_inflation: 0_006_900, + max_inflation: 0_690_000, + ideal_stake: 0_690_000, falloff: 0_050_000, max_piece_count: 40, test_precision: 0_005_000,