feat: disabling whisper and ens

This commit is contained in:
Richard Ramos 2019-07-30 10:06:32 -04:00
parent 9d9132e8f3
commit 0b4ffecf51
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
module.exports = {
// default applies to all environments
default: {
enabled: true,
enabled: false,
provider: "whisper", // Communication provider. Currently, Embark only supports whisper
available_providers: ["whisper"], // Array of available providers
},

View File

@ -1,7 +1,7 @@
module.exports = {
// default applies to all environments
default: {
enabled: true,
enabled: false,
available_providers: ["ens"],
provider: "ens"
},