Unverified Commit 2ab213b2 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #2258 from ethereum/plugin-box

change "3box" to "box"
parents 7c444460 c9bbb49d
...@@ -158,7 +158,7 @@ export class RemixAppManager extends PluginEngine { ...@@ -158,7 +158,7 @@ export class RemixAppManager extends PluginEngine {
location: 'sidePanel' location: 'sidePanel'
} }
const threeBox = { const threeBox = {
name: '3box', name: 'box',
displayName: '3Box Spaces', displayName: '3Box Spaces',
description: 'A decentralized storage for everything that happen on Remix', description: 'A decentralized storage for everything that happen on Remix',
methods: ['login', 'isEnabled', 'getUserAddress', 'openSpace', 'closeSpace', 'isSpaceOpened', 'getSpacePrivateValue', 'setSpacePrivateValue', 'getSpacePublicValue', 'setSpacePublicValue', 'getSpacePublicData'], methods: ['login', 'isEnabled', 'getUserAddress', 'openSpace', 'closeSpace', 'isSpaceOpened', 'getSpacePrivateValue', 'setSpacePrivateValue', 'getSpacePublicValue', 'setSpacePublicValue', 'getSpacePublicData'],
......
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