From f02d3f689d34aaa9d5df7fb4df4651909bf6265c Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Fri, 9 Mar 2018 15:52:14 +0100 Subject: Document env variables --- packages/dev-utils/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'packages') diff --git a/packages/dev-utils/README.md b/packages/dev-utils/README.md index f7e30df1e..1d2c49884 100644 --- a/packages/dev-utils/README.md +++ b/packages/dev-utils/README.md @@ -2,6 +2,15 @@ Dev utils to be shared across 0x projects and packages +## Configuration + +Some env variables might be set to change the behaviour of created web3 providers/instances. + +``` +VERBOSE_GANACHE: boolean. Enables verbose Ganache logging. Every request/response payload. Slightly slower, but usefull for testing. +SOLIDITY_COVERAGE: boolean. If set - adds coverage subprovider which intercepts all calls/transactions and can be later used to compute code coverage. +``` + ## Install ```bash -- cgit v1.2.3