harmony-one / ethhmy-bridge.frontend

Ethereum<>Harmony two way bridge (trusted version) - frontend part
25 stars 62 forks source link

metamask shows higher tx fee due to gas limit, any better way to show the actual fee? #28

Closed gupadhyaya closed 4 years ago

gupadhyaya commented 4 years ago
  1. metamask calculates the amount based on how much user is willing to spend (based on gas limit), and it is not exactly the amount which will be charged for the user. Most users think that bridge is going to cost them $19 in the below picture. Any way to configure metamask to not scare people? (the proficient metamask users may understand this, but not many people understand this).
Screen Shot 2020-10-10 at 8 41 41 AM
  1. for the approve transaction, metamask shows fee in dollars, however for the lock, it shows in ether. can we have this also show in dollars? or make the first one in ether as well.
Screen Shot 2020-10-10 at 8 43 15 AM

basically, figure out a consistent way to show the tx fee (either dollars or ether).