--- a/runtime/opal/src/xcm_config.rs +++ b/runtime/opal/src/xcm_config.rs @@ -480,7 +480,7 @@ parameter_type_with_key! { pub ParachainMinFee: |_location: MultiLocation| -> Option { - Some(100_000_000) + Some(100_000_000_000) }; }