mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 19:10:22 +01:00
10 lines
140 B
JavaScript
10 lines
140 B
JavaScript
|
const selectors = {
|
||
|
getMaxModeOn,
|
||
|
}
|
||
|
|
||
|
module.exports = selectors
|
||
|
|
||
|
function getMaxModeOn (state) {
|
||
|
return state.metamask.send.maxModeOn
|
||
|
}
|