git.delta.rocks / unique-network / refs/commits / 11b9ea3bae34

difftreelog

XCM XTokens: Min parachain fee increased

Dev2022-09-01parent: #4e467ba.patch.diff
in: master

1 file changed

modifiedruntime/opal/src/xcm_config.rsdiffbeforeafterboth
480480
481parameter_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