aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-utils
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dev-utils')
-rw-r--r--packages/dev-utils/CHANGELOG.json4
-rw-r--r--packages/dev-utils/src/env.ts1
2 files changed, 5 insertions, 0 deletions
diff --git a/packages/dev-utils/CHANGELOG.json b/packages/dev-utils/CHANGELOG.json
index 4e1647cd8..a49535366 100644
--- a/packages/dev-utils/CHANGELOG.json
+++ b/packages/dev-utils/CHANGELOG.json
@@ -5,6 +5,10 @@
{
"note": "Add optional parameter shouldUseFakeGasEstimate to Web3Config",
"pr": 622
+ },
+ {
+ "note": "Add SolidityProfiler to EnvVars",
+ "pr": 675
}
]
},
diff --git a/packages/dev-utils/src/env.ts b/packages/dev-utils/src/env.ts
index 114dbf4a8..e74ef3d23 100644
--- a/packages/dev-utils/src/env.ts
+++ b/packages/dev-utils/src/env.ts
@@ -3,6 +3,7 @@ import * as process from 'process';
export enum EnvVars {
SolidityCoverage = 'SOLIDITY_COVERAGE',
+ SolidityProfiler = 'SOLIDITY_PROFILER',
VerboseGanache = 'VERBOSE_GANACHE',
}