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.
9966
Commits
2
Branches
1
Tag
200 MiB
Tag:
Branch:
Tree:
3bbbe13311
develop
feature/default_network_editable
v10.22.3
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3bbbe13311'
${ noResults }
ciphermask
/
ui
/
app
/
pages
/
send
/
send-content
/
send-amount-row
/
amount-max-button
/
amount-max-button.selectors.js
4 lines
80 B
Raw
Normal View
History
Unescape
Escape
Migrate codebase to use ESM (#7730) * Update eslint-plugin-import version * Convert JS files to use ESM * Update ESLint rules to check imports * Fix test:unit:global command env * Cleanup mock-dev script
5 years ago
export
function
getMaxModeOn
(
state
)
{
Move getMaxModeOn selector to amount-max-button container.
7 years ago
return
state
.
metamask
.
send
.
maxModeOn
}