added bracket

pull/3094/head
Patrick Gallagher 5 years ago committed by GitHub
parent 6d98305494
commit 931e1baf91
  1. 3
      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',

Loading…
Cancel
Save