diff --git a/runtime/common/src/fees.rs b/runtime/common/src/fees.rs index 26e836b08d75e13f2489efb1ff8dbe9edec5b06a..d69a5bb88faa93aab97f518560a0d6e948db2d4c 100644 --- a/runtime/common/src/fees.rs +++ b/runtime/common/src/fees.rs @@ -89,7 +89,7 @@ where { 0u32.into() } else { - Self::Balance::saturated_from(length_in_bytes.ref_time() / 100u64) + Self::Balance::saturated_from(length_in_bytes.ref_time() / 350u64) } }