disable dappAutoEnable

This commit is contained in:
Barry Gitarts 2020-07-08 13:32:32 -04:00
parent 5537ce50ac
commit b9184b87da

View File

@ -14,7 +14,7 @@ module.exports = {
// Automatically call `ethereum.enable` if true.
// If false, the following code must run before sending any transaction: `await EmbarkJS.enableEthereum();`
// Default value is true.
// dappAutoEnable: true,
dappAutoEnable: false,
gas: "auto",