diff --git a/README.md b/README.md index 8dba9964..4323d299 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 } } }