We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f679f44 commit 85ecf3fCopy full SHA for 85ecf3f
runtime/darwinia/src/pallets/staking.rs
@@ -30,7 +30,7 @@ darwinia_common_runtime::fast_runtime_or_not!(
30
31
impl darwinia_staking::Config for Runtime {
32
type KtonStaking = darwinia_staking::KtonStaking<Self>;
33
- type RewardPerSession = ConstU128<{ 80_000_000 * UNIT / 365 / SESSIONS_PER_DAY }>;
+ type RewardPerSession = ConstU128<{ 40_000_000 * UNIT / 365 / SESSIONS_PER_DAY }>;
34
type RingStaking = darwinia_staking::RingStaking<Self>;
35
type RuntimeEvent = RuntimeEvent;
36
type Treasury = pallet_config::TreasuryAccount;
0 commit comments