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
Change runtime configuration of the Transaction Payment Pallet: TransferFee, CreationFee, TransactionByteFee constants
USD, MILLIUSD, MICROUSD, .... ?
Implement a new CurrencyAdapter for the OnChargeTransaction of the Transaction Payment Pallet: CurrencyAdapTEER. It takes the exchange rate from the stable-fee pallet and converts the fee to a TEER fee:
CurrencyAdapTEER<C, OU,CON>, with CON: FeeConversion (according to Balance Conversion in Asset)
See epic: integritee-network/pallets#40
Define fees in USD as a standard config, convert these fees into TEER value and charge them.
The text was updated successfully, but these errors were encountered: