diff options
Merge branch 'master' of github.com:MetaMask/metamask-plugin into svg-notif
Diffstat (limited to 'ui/app/config.js')
-rw-r--r-- | ui/app/config.js | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/ui/app/config.js b/ui/app/config.js index 4094180dd..c88e7ac6e 100644 --- a/ui/app/config.js +++ b/ui/app/config.js @@ -73,43 +73,6 @@ 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', { |