There was an error while loading. Please reload this page.
1 parent 1039a37 commit 9c8fe9cCopy full SHA for 9c8fe9c
package.json
@@ -50,6 +50,7 @@
50
"sass-loader": "^10.0.2",
51
"solhint": "^3.3.2",
52
"truffle": "^5.1.59",
53
+ "truffle-security": "^1.7.3",
54
"vue-cli-plugin-bootstrap-vue": "~0.7.0",
55
"vue-template-compiler": "^2.6.11"
56
},
truffle-config.js
@@ -25,6 +25,9 @@
25
// const mnemonic = fs.readFileSync(".secret").toString().trim();
26
27
module.exports = {
28
+
29
+ plugins: ["truffle-security"],
30
31
/**
32
* Networks define how you connect to your ethereum client and let you set the
33
* defaults web3 uses to send transactions. If you don't specify one truffle
0 commit comments