Update README.md

Add more example options for better documentation
This commit is contained in:
Philipp Omenitsch 2017-12-04 20:51:55 +01:00 committed by GitHub
parent 33f68171af
commit 925a9814e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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