diff --git a/README.md b/README.md index b3e6e16bf..bb90b5cac 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,9 @@ You can specify for each contract and environment its gas costs and arguments: "SimpleStorage": { "args": [ 100 - ] + ], + "deploy": false, + "gas": 10000000 } } }