mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 03:20:23 +01:00
b3d78ed8a1
Revert accidentally changed constants. Require defaults in ens-input, gas-fee-display and confirm screens.
10 lines
140 B
JavaScript
10 lines
140 B
JavaScript
const selectors = {
|
|
getMaxModeOn,
|
|
}
|
|
|
|
module.exports = selectors
|
|
|
|
function getMaxModeOn (state) {
|
|
return state.metamask.send.maxModeOn
|
|
}
|