Non-secure for DappReg (#4216)
This commit is contained in:
parent
a6365577e5
commit
46081de886
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
module.exports = [
|
module.exports = [
|
||||||
{ name: 'basiccoin', entry: 'basiccoin.js', title: 'Basic Token Deployment' },
|
{ name: 'basiccoin', entry: 'basiccoin.js', title: 'Basic Token Deployment' },
|
||||||
{ name: 'dappreg', entry: 'dappreg.js', title: 'Dapp Registry', secure: true },
|
{ name: 'dappreg', entry: 'dappreg.js', title: 'Dapp Registry' },
|
||||||
{ name: 'githubhint', entry: 'githubhint.js', title: 'GitHub Hint', secure: true },
|
{ name: 'githubhint', entry: 'githubhint.js', title: 'GitHub Hint', secure: true },
|
||||||
{ name: 'localtx', entry: 'localtx.js', title: 'Local transactions Viewer', secure: true },
|
{ name: 'localtx', entry: 'localtx.js', title: 'Local transactions Viewer', secure: true },
|
||||||
{ name: 'registry', entry: 'registry.js', title: 'Registry' },
|
{ name: 'registry', entry: 'registry.js', title: 'Registry' },
|
||||||
|
@ -62,8 +62,7 @@
|
|||||||
"description": "Enables the registration and content management of dapps on the network",
|
"description": "Enables the registration and content management of dapps on the network",
|
||||||
"author": "Parity Team <admin@ethcore.io>",
|
"author": "Parity Team <admin@ethcore.io>",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"visible": false,
|
"visible": false
|
||||||
"secure": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "0x9042323cd85c6576992d211de34b3ecc183f15e4f639aa87859882f839c374e5",
|
"id": "0x9042323cd85c6576992d211de34b3ecc183f15e4f639aa87859882f839c374e5",
|
||||||
|
Loading…
Reference in New Issue
Block a user