Skip to content

Commit

Permalink
update Min3rdPartyRewardValutationPerSession & Min3rdPartyRewardVolume
Browse files Browse the repository at this point in the history
params
  • Loading branch information
mateuszaaa committed Dec 13, 2023
1 parent 13d7dd9 commit 5841d0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1478,9 +1478,9 @@ where

parameter_types! {
pub const RewardsSchedulesLimit: u32 = 10_000u32;
// TODO: allign properly
pub const Min3rdPartyRewardValutationPerSession: u128 = 100 * 30_000 * currency::DOLLARS;
pub const Min3rdPartyRewardVolume: u128 = 100 * 30_000 * currency::DOLLARS;
// NOTE: 1725 is how much USDT you get for one MGX as of 12.2023
pub const Min3rdPartyRewardValutationPerSession: u128 = 10 * 1725 * currency::DOLLARS;
pub const Min3rdPartyRewardVolume: u128 = 10_000 * 1725 * currency::DOLLARS;
pub const SchedulesPerBlock: u32 = 5;
}
}
Expand Down

0 comments on commit 5841d0e

Please sign in to comment.