Skip to content
Unverified Commit d2ba5677 authored by Francisco Aguirre's avatar Francisco Aguirre Committed by GitHub
Browse files

Add assets in pool with native to query_acceptable_payment_assets's return (#5599)



`XcmPaymentApi::query_acceptable_payment_assets` is an API that returns
the assets that can be used to pay fees on the runtime where it's
called.
For relays and most system chains this was configured only as the native
asset: ROC and WND.
However, the asset hubs have the asset conversion pallet, which allows
fees to be paid in any asset in a pool with the native one.
This PR adds the list of assets in a pool with the native one to the
return value of this API for the asset hubs.

---------

Co-authored-by: default avatarBranislav Kontur <[email protected]>
parent b20be7c1
Pipeline #501374 waiting for manual action with stages
in 15 minutes and 22 seconds