comment SImpleStorage contract config

This commit is contained in:
Iuri Matias 2018-10-07 10:05:41 -04:00 committed by GitHub
parent 7d21fdf125
commit 261b25d316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,9 +34,9 @@ module.exports = {
gas: "auto",
contracts: {
// example:
SimpleStorage: {
args: [ 100 ]
}
// SimpleStorage: {
// args: [ 100 ]
// }
}
},