Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
add 'mist.solidity.version' to mistAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Zeug committed Jan 13, 2017
1 parent d59a0ba commit e17f775
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/preloader/include/mistAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ module.exports = () => {

ipcRenderer.send('mistAPI_requestAccount');
},
solidity: {
version: packageJson.dependencies.solc,
},
sounds: {
bip: function playSound() {
ipcRenderer.sendToHost('mistAPI_sound', `file://${__dirname}/../../../sounds/bip.mp3`);
Expand Down

0 comments on commit e17f775

Please sign in to comment.