From 931e1baf9155148983fcacf93eb9f1c162bf6963 Mon Sep 17 00:00:00 2001 From: Patrick Gallagher Date: Wed, 21 Aug 2019 18:33:00 -0400 Subject: [PATCH] added bracket --- src/remixAppManager.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/remixAppManager.js b/src/remixAppManager.js index 34937b803e..e7eba45ad7 100644 --- a/src/remixAppManager.js +++ b/src/remixAppManager.js @@ -205,6 +205,7 @@ export class RemixAppManager extends PluginEngine { displayName: 'One Click Dapp', events: [], methods: [], + version: '0.1.0', notifications: { solidity: ['compilationFinished'] }, @@ -212,6 +213,8 @@ export class RemixAppManager extends PluginEngine { description: 'A free tool to generate smart contract interfaces.', documentation: 'https://github.com/pi0neerpat/remix-plugin-one-click-dapp', icon: 'https://remix-one-click-dapp.surge.sh/icon.png', + location: 'sidePanel' + } const gasProfiler = { name: 'gasProfiler', displayName: 'Gas Profiler',