Unverified Commit d6f10205 authored by Patrick Gallagher's avatar Patrick Gallagher Committed by GitHub

added bracket

parent e9a7d8ad
...@@ -205,6 +205,7 @@ export class RemixAppManager extends PluginEngine { ...@@ -205,6 +205,7 @@ export class RemixAppManager extends PluginEngine {
displayName: 'One Click Dapp', displayName: 'One Click Dapp',
events: [], events: [],
methods: [], methods: [],
version: '0.1.0',
notifications: { notifications: {
solidity: ['compilationFinished'] solidity: ['compilationFinished']
}, },
...@@ -212,6 +213,8 @@ export class RemixAppManager extends PluginEngine { ...@@ -212,6 +213,8 @@ export class RemixAppManager extends PluginEngine {
description: 'A free tool to generate smart contract interfaces.', description: 'A free tool to generate smart contract interfaces.',
documentation: 'https://github.com/pi0neerpat/remix-plugin-one-click-dapp', documentation: 'https://github.com/pi0neerpat/remix-plugin-one-click-dapp',
icon: 'https://remix-one-click-dapp.surge.sh/icon.png', icon: 'https://remix-one-click-dapp.surge.sh/icon.png',
location: 'sidePanel'
}
const gasProfiler = { const gasProfiler = {
name: 'gasProfiler', name: 'gasProfiler',
displayName: 'Gas Profiler', displayName: 'Gas Profiler',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment