This website requires JavaScript.
Explore
Help
Register
Sign In
m
/
metamask-extension
Watch
1
Star
0
Fork
0
You've already forked metamask-extension
mirror of
https://github.com/kremalicious/metamask-extension.git
synced
2024-11-24 11:01:41 +01:00
Code
47d94489b7
metamask-extension
/
ui
/
app
/
helpers
/
utils
/
formatters.js
4 lines
67 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Connects remained of the gas customization component to redux.
2018-09-13 10:47:05 +02:00
export
function
formatETHFee
(
ethFee
)
{
Update ESLint shared config to v3 (#9274) Co-authored-by: Mark Stacey <markjstacey@gmail.com>
2020-08-19 18:27:05 +02:00
return
`
${
ethFee
}
ETH
`
Connects remained of the gas customization component to redux.
2018-09-13 10:47:05 +02:00
}
Copy Permalink