|
|
|
@ -8,11 +8,7 @@ const ShapeshiftForm = require('./shapeshift-form') |
|
|
|
|
const Loading = require('./loading') |
|
|
|
|
const AccountPanel = require('./account-panel') |
|
|
|
|
const RadioList = require('./custom-radio-list') |
|
|
|
|
const networkNames = { |
|
|
|
|
3: 'Ropsten', |
|
|
|
|
4: 'Rinkeby', |
|
|
|
|
42: 'Kovan', |
|
|
|
|
} |
|
|
|
|
const networkNames = require('../../../app/scripts/config.js').networkNames |
|
|
|
|
|
|
|
|
|
module.exports = connect(mapStateToProps)(BuyButtonSubview) |
|
|
|
|
|
|
|
|
|