diff --git a/runtime/astar/src/lib.rs b/runtime/astar/src/lib.rs index 9d3e9948e..fa9b733b1 100644 --- a/runtime/astar/src/lib.rs +++ b/runtime/astar/src/lib.rs @@ -1170,8 +1170,7 @@ use sp_arithmetic::fixed_point::FixedU64; pub struct InitActivePriceGet; impl Get for InitActivePriceGet { fn get() -> FixedU64 { - // TODO: calculate this! - FixedU64::from_rational(15, 100) + FixedU64::from_rational(18, 100) } }