diff options
author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-06-15 08:07:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-15 08:07:03 +0800 |
commit | ff0960b174ffb8759f9f96e1486372acf54bf840 (patch) | |
tree | 9193336e896e72ce4f53eec52e45e5427dd89ccd /packages/dev-utils | |
parent | e7eb220c503118631a6b23071c71b4b55df5b5cf (diff) | |
parent | 7032825e35e825e42196d4ccc23b1a1f7fb8038a (diff) | |
download | dexon-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.ts | 1 |
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', } |