From c9bbb49df65901fc0a7a11b476975ecb0e3aa055 Mon Sep 17 00:00:00 2001 From: Grandschtroumpf Date: Tue, 13 Aug 2019 11:38:42 +0200 Subject: [PATCH] change "3box" to "box" --- src/remixAppManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remixAppManager.js b/src/remixAppManager.js index fcb0e1ed15..46bed5588f 100644 --- a/src/remixAppManager.js +++ b/src/remixAppManager.js @@ -158,7 +158,7 @@ export class RemixAppManager extends PluginEngine { location: 'sidePanel' } const threeBox = { - name: '3box', + name: 'box', displayName: '3Box Spaces', description: 'A decentralized storage for everything that happen on Remix', methods: ['login', 'isEnabled', 'getUserAddress', 'openSpace', 'closeSpace', 'isSpaceOpened', 'getSpacePrivateValue', 'setSpacePrivateValue', 'getSpacePublicValue', 'setSpacePublicValue', 'getSpacePublicData'],