diff --git a/ui/app/config.js b/ui/app/config.js index 4094180dd..24a1d4a92 100644 --- a/ui/app/config.js +++ b/ui/app/config.js @@ -73,43 +73,7 @@ ConfigScreen.prototype.render = function () { }, }, 'Save'), ]), - - h('div', [ - h('button.spaced', { - style: { - alignSelf: 'center', - }, - onClick (event) { - event.preventDefault() - state.dispatch(actions.setProviderType('mainnet')) - }, - }, 'Use Main Network'), - ]), - - h('div', [ - h('button.spaced', { - style: { - alignSelf: 'center', - }, - onClick (event) { - event.preventDefault() - state.dispatch(actions.setProviderType('testnet')) - }, - }, 'Use Morden Test Network'), - ]), - - h('div', [ - h('button.spaced', { - style: { - alignSelf: 'center', - }, - onClick (event) { - event.preventDefault() - state.dispatch(actions.setRpcTarget('http://localhost:8545/')) - }, - }, 'Use http://localhost:8545'), - ]), - + h('hr.horizontal-line'), h('div', {