Merge pull request #318 from superphil0/develop

Improve documentation of contracts.json
This commit is contained in:
Iuri Matias 2017-12-19 13:01:08 -05:00 committed by GitHub
commit 6ddd921e33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -209,7 +209,9 @@ You can specify for each contract and environment its gas costs and arguments:
"SimpleStorage": {
"args": [
100
]
],
"deploy": false,
"gas": 10000000
}
}
}