aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dev-utils/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dev-utils/src/index.ts')
-rw-r--r--packages/dev-utils/src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dev-utils/src/index.ts b/packages/dev-utils/src/index.ts
index c8009158f..61e9bcfa2 100644
--- a/packages/dev-utils/src/index.ts
+++ b/packages/dev-utils/src/index.ts
@@ -1,4 +1,4 @@
export { BlockchainLifecycle } from './blockchain_lifecycle';
export { web3Factory } from './web3_factory';
export { constants as devConstants } from './constants';
-export { getCoverageSubprovider } from './coverage';
+export { getCoverageSubproviderSingleton } from './coverage';