aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-utils
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-06-15 08:07:03 +0800
committerGitHub <noreply@github.com>2018-06-15 08:07:03 +0800
commitff0960b174ffb8759f9f96e1486372acf54bf840 (patch)
tree9193336e896e72ce4f53eec52e45e5427dd89ccd /packages/dev-utils
parente7eb220c503118631a6b23071c71b4b55df5b5cf (diff)
parent7032825e35e825e42196d4ccc23b1a1f7fb8038a (diff)
downloaddexon-sol-tools-ff0960b174ffb8759f9f96e1486372acf54bf840.tar.gz
dexon-sol-tools-ff0960b174ffb8759f9f96e1486372acf54bf840.tar.zst
dexon-sol-tools-ff0960b174ffb8759f9f96e1486372acf54bf840.zip
Merge pull request #705 from 0xProject/feature/revert-trace-subprovider
Introduce subprovider for printing revert stack traces
Diffstat (limited to 'packages/dev-utils')
-rw-r--r--packages/dev-utils/src/env.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/dev-utils/src/env.ts b/packages/dev-utils/src/env.ts
index e74ef3d23..024162c2f 100644
--- a/packages/dev-utils/src/env.ts
+++ b/packages/dev-utils/src/env.ts
@@ -4,6 +4,7 @@ import * as process from 'process';
export enum EnvVars {
SolidityCoverage = 'SOLIDITY_COVERAGE',
SolidityProfiler = 'SOLIDITY_PROFILER',
+ SolidityRevertTrace = 'SOLIDITY_REVERT_TRACE',
VerboseGanache = 'VERBOSE_GANACHE',
}