Is it possible to normalize a send transaction into a single currency. For example, if sending USDC the Transaction Network Fee will also be estimated in USDC.
Hello @Applicatr
Welcome to MetaMask community )
The transfer fee is always calculated in the native token of the current network, but you can do this for your Dapp interface:
You can get the current gas price for the network you interact with - in native currency (Eth, Bnb), and calculate the cost at the current rate to the selected token (Usdc).
2 Likes
What would this look like on the MetaMask UI and do you have an example?
I thought you want to implement this function in your decentralized application
Do you want to see this feature in the MetaMask wallet? Then you should put the topic in Feature Requests.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.