Commit 193b4fc3 authored by Grandschtroumpf's avatar Grandschtroumpf

standard

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