You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both pallet_transaction_payment Configs lack DealWithFees implementations so all fees are burned by default.
We should consider following norms around Treasury usage to instead set a DealWithFees implementation that transfers 20% of fees to the treasury account and burns the rest. This DealWithFees impl would also be used in the xcm_executor::Trader config (see #215 for the part where it is currently set to ()).
This is an important config that may motivate documentation to show users how to set it themselves according to their project's custom tokenomics.
Contribution Guidelines
I agree to follow this project's Contribution Guidelines
The text was updated successfully, but these errors were encountered:
templates
What is the feature you would like to see?
Both pallet_transaction_payment Configs lack DealWithFees implementations so all fees are burned by default.
We should consider following norms around Treasury usage to instead set a
DealWithFees
implementation that transfers 20% of fees to the treasury account and burns the rest. ThisDealWithFees
impl would also be used in the xcm_executor::Trader config (see #215 for the part where it is currently set to()
).This is an important config that may motivate documentation to show users how to set it themselves according to their project's custom tokenomics.
Contribution Guidelines
The text was updated successfully, but these errors were encountered: