Skip to content

Make ParachainMinFee managed by XcmInterface pallet #1936

@xlc

Description

@xlc

pub ParachainMinFee: |location: MultiLocation| -> u128 {
#[allow(clippy::match_ref_pats)] // false positive
match (location.parents, location.first_interior()) {
(1, Some(Parachain(parachains::statemine::ID))) => 4_000_000_000,
_ => u128::MAX,
}
};
}

this should be managed by XcmInterface pallet so that we can dynamically updating it if needed

Originally posted by @xlc in #1712 (comment)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions