Commit 193b4fc3 authored by Grandschtroumpf's avatar Grandschtroumpf

standard

parent 96becdb2
...@@ -158,12 +158,12 @@ export class RemixAppManager extends PluginEngine { ...@@ -158,12 +158,12 @@ export class RemixAppManager extends PluginEngine {
location: 'sidePanel' location: 'sidePanel'
} }
const threeBox = { const threeBox = {
name: "3box", name: '3box',
displayName: "3Box Spaces Plugin", displayName: '3Box Spaces Plugin',
methods: ["isEnabled", "openSpace", "getValue", "setValue"], methods: ['isEnabled', 'openSpace', 'getValue', 'setValue'],
events: [], events: [],
url: "http://remix-3box.surge.sh", url: 'http://remix-3box.surge.sh',
icon: "https://raw.githubusercontent.com/3box/3box-dapp/master/public/3Box3.png", icon: 'https://raw.githubusercontent.com/3box/3box-dapp/master/public/3Box3.png',
location: 'sidePanel' location: 'sidePanel'
} }
return [ return [
...@@ -173,7 +173,7 @@ export class RemixAppManager extends PluginEngine { ...@@ -173,7 +173,7 @@ export class RemixAppManager extends PluginEngine {
new IframePlugin(ethdoc), new IframePlugin(ethdoc),
new IframePlugin(mythx), new IframePlugin(mythx),
new IframePlugin(provable), new IframePlugin(provable),
new IframePlugin(threeBox), new IframePlugin(threeBox)
] ]
} }
} }
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