Skip to content

Xtokens pallet didn't support the PriceForSiblingDelivery #1008

Open
@sfffaaa

Description

@sfffaaa

Hi, when I try to induce the PriceForSiblingParachainDelivery into our parachain, the related extrinsic in xtoken's pallet cannot work because of NotHoldingFees. I guess the reason is the design of the Xtokens isn't compatible with the concept of PriceForSiblingDelivery. Do I understand right? If so, do you have any suggestions about that?

pub type PriceForSiblingParachainDelivery =                                                                                      
    ExponentialPrice<SelfReserveLocation, BaseDeliveryFee, TransactionByteFee, XcmpQueue>;                                       
                                                                                                     
impl cumulus_pallet_xcmp_queue::Config for Runtime {                                                                             
...
    type PriceForSiblingDelivery = PriceForSiblingParachainDelivery;                                                             
...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions