This website works better with JavaScript.
Explore
Home
Sign In
TheDude
/
ciphermask
Watch
1
Star
0
Fork
You've already forked ciphermask
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11381
Commits
2
Branches
1
Tag
200 MiB
Tag:
Branch:
Tree:
876ca136b3
develop
feature/default_network_editable
v10.22.3
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '876ca136b3'
${ noResults }
ciphermask
/
ui
/
app
/
helpers
/
utils
/
formatters.js
4 lines
66 B
Raw
Normal View
History
Unescape
Escape
[RFC] add prettier to eslint (#8595)
4 years ago
export
function
formatETHFee
(
ethFee
)
{
Update ESLint shared config to v3 (#9274) Co-authored-by: Mark Stacey <markjstacey@gmail.com>
4 years ago
return
`
${
ethFee
}
ETH
`
Connects remained of the gas customization component to redux.
6 years ago
}