Skip to content

Commit

Permalink
[Market] Reduce base fee max replicas curve (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmyyrroonn authored Jul 23, 2021
1 parent cf1b518 commit abbf9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cstrml/market/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ impl<T: Config> Module<T> {
26 ..= 30 => (false,Perbill::from_percent(5)),
31 ..= 37 => (false,Perbill::from_percent(4)),
38 ..= 49 => (false,Perbill::from_percent(3)),
50 ..= 100 => (false,Perbill::zero()),
50 ..= 80 => (false,Perbill::zero()),
_ => (true, Perbill::from_percent(3))
}
},
Expand Down

0 comments on commit abbf9d5

Please sign in to comment.