paritytech / extended-parachain-template

Node template to build parachains with all the required pallets. Slightly opinionated based on what majority of parachain teams are using.
The Unlicense
27 stars 19 forks source link

fix: pay fees with native parachain token #83

Closed Daanvdplas closed 9 months ago

Daanvdplas commented 9 months ago

With this change the fees for receiving xcm transactions will be paid with the native parachain token in stead of the relay chain token. Prior to this change it would error into TooExpensive (ref).