diff options
Diffstat (limited to 'packages/dev-utils/src/index.ts')
-rw-r--r-- | packages/dev-utils/src/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/dev-utils/src/index.ts b/packages/dev-utils/src/index.ts index 72d538e5d..2ff2a2238 100644 --- a/packages/dev-utils/src/index.ts +++ b/packages/dev-utils/src/index.ts @@ -2,3 +2,4 @@ export { BlockchainLifecycle } from './blockchain_lifecycle'; export { web3Factory } from './web3_factory'; export { constants as devConstants } from './constants'; export { coverage } from './coverage'; +export { env, EnvVars } from './env'; |