index
:
dexon-wallet
develop
master
version-1.2.7
DEXON wallet browser extension (https://github.com/dexon-foundation/dekusan)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
app
/
helpers
/
formatters.js
blob: 106a2520dfb258f73e4172dd6764cf7ff7d3db6b (
plain
) (
blame
)
1
2
3
export function
formatETHFee
(
ethFee
) {
return
ethFee
+
' ETH'
}