|
|
|
@ -31,8 +31,6 @@ const { |
|
|
|
|
} = require('../../conversion-util') |
|
|
|
|
|
|
|
|
|
const { |
|
|
|
|
getGasPrice, |
|
|
|
|
getGasLimit, |
|
|
|
|
getGasIsLoading, |
|
|
|
|
getForceGasMin, |
|
|
|
|
conversionRateSelector, |
|
|
|
@ -44,6 +42,11 @@ const { |
|
|
|
|
getSendMaxModeState, |
|
|
|
|
} = require('../../selectors') |
|
|
|
|
|
|
|
|
|
const { |
|
|
|
|
getGasPrice, |
|
|
|
|
getGasLimit, |
|
|
|
|
} = require('../send_/send.selectors') |
|
|
|
|
|
|
|
|
|
function mapStateToProps (state) { |
|
|
|
|
const selectedToken = getSelectedToken(state) |
|
|
|
|
const currentAccount = getSendFrom(state) || getCurrentAccountWithSendEtherInfo(state) |
|
|
|
|