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