Added default for web3

pull/5370/head
ioedeveloper 5 years ago
parent e51b1fc204
commit bfed7d92c1
  1. 2
      src/app/tabs/runTab/contractDropdown.js

@ -66,6 +66,8 @@ class ContractDropdownUI {
} else {
if (this.exEnvironment === 'vm') {
this.setCheckedState(false)
} else if (this.exEnvironment === 'web3') {
this.setCheckedState(false)
} else if (this.exEnvironment === 'injected') {
if (this.networkName === 'Main') {
// select publish to ipfs by default for mainnet

Loading…
Cancel
Save