Merge pull request #2258 from ethereum/plugin-box

change "3box" to "box"
pull/1/head
yann300 5 years ago committed by GitHub
commit 2ab213b2ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/remixAppManager.js

@ -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'],

Loading…
Cancel
Save