aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-utils
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-03-09 22:52:14 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-03-12 10:37:29 +0800
commitf02d3f689d34aaa9d5df7fb4df4651909bf6265c (patch)
tree1873c65b18d76b5e6a55061413c1c9f556e38be7 /packages/dev-utils
parent981752059cfddc0aac798850e30eaad5094adceb (diff)
downloaddexon-sol-tools-f02d3f689d34aaa9d5df7fb4df4651909bf6265c.tar
dexon-sol-tools-f02d3f689d34aaa9d5df7fb4df4651909bf6265c.tar.gz
dexon-sol-tools-f02d3f689d34aaa9d5df7fb4df4651909bf6265c.tar.bz2
dexon-sol-tools-f02d3f689d34aaa9d5df7fb4df4651909bf6265c.tar.lz
dexon-sol-tools-f02d3f689d34aaa9d5df7fb4df4651909bf6265c.tar.xz
dexon-sol-tools-f02d3f689d34aaa9d5df7fb4df4651909bf6265c.tar.zst
dexon-sol-tools-f02d3f689d34aaa9d5df7fb4df4651909bf6265c.zip
Document env variables
Diffstat (limited to 'packages/dev-utils')
-rw-r--r--packages/dev-utils/README.md9
1 files changed, 9 insertions, 0 deletions
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