difftreelog
XCM XTokens: Min parachain fee increased
in: master
1 file changed
runtime/opal/src/xcm_config.rsdiffbeforeafterboth480480481parameter_type_with_key! {481parameter_type_with_key! {482 pub ParachainMinFee: |_location: MultiLocation| -> Option<u128> {482 pub ParachainMinFee: |_location: MultiLocation| -> Option<u128> {483 Some(100_000_000)483 Some(100_000_000_000)484 };484 };485}485}486486