Skip to content

Commit

Permalink
Merge pull request qtumproject#16 from denuoweb/master
Browse files Browse the repository at this point in the history
update solidity compiler URL
  • Loading branch information
denuoweb authored Jul 15, 2018
2 parents 3615c79 + 19bb9b2 commit 36d3f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/CreateContract.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
multiLine
required
></v-text-field>
<a href="https://ethereum.github.io/browser-solidity/" target="_blank" style="float: right;">{{ $t('create_contract.compiler') }}</a>
<a href="https://remix.ethereum.org" target="_blank" style="float: right;">{{ $t('create_contract.compiler') }}</a>
<v-text-field
label="Gas Price (1e-8 HTML/gas)"
v-model.trim="gasPrice"
Expand Down

0 comments on commit 36d3f9d

Please sign in to comment.