Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 674 Bytes

how-to-change-default-fee-token.md

File metadata and controls

19 lines (11 loc) · 674 Bytes

How to change default fee token

Default Fee Token

You can check default fee token order on-chain, go to Polkadot Webapp - Select the chain (Acala or Karura)

Navigate to Developer - Chain state > Constants >transactionPayment defaultFeeSwapPathList

On Acala, the order might be ACA > aUSD > LCDOT > DOT.

If a user has no ACA balance, then aUSD will automatically be used as fee token.

Users can set their next default fee token to other tokens by executing the following transaction:

transactionPayment.setAlternativeFeeSwapPath(fee_swap_path)