aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-profiler/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sol-profiler/src')
-rw-r--r--packages/sol-profiler/src/index.ts2
-rw-r--r--packages/sol-profiler/src/profiler_subprovider.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/sol-profiler/src/index.ts b/packages/sol-profiler/src/index.ts
index b36ed5baa..5d4806be4 100644
--- a/packages/sol-profiler/src/index.ts
+++ b/packages/sol-profiler/src/index.ts
@@ -3,7 +3,7 @@ export {
SolCompilerArtifactAdapter,
TruffleArtifactAdapter,
ContractData,
-} from '@0x/sol-trace-based-tools-common';
+} from '@0x/sol-tracing-utils';
// HACK: ProfilerSubprovider is a hacky way to do profiling using coverage tools. Not production ready
export { ProfilerSubprovider } from './profiler_subprovider';
diff --git a/packages/sol-profiler/src/profiler_subprovider.ts b/packages/sol-profiler/src/profiler_subprovider.ts
index 61dc25b6b..c3ed13ea5 100644
--- a/packages/sol-profiler/src/profiler_subprovider.ts
+++ b/packages/sol-profiler/src/profiler_subprovider.ts
@@ -12,7 +12,7 @@ import {
TraceInfo,
TraceInfoSubprovider,
utils,
-} from '@0x/sol-trace-based-tools-common';
+} from '@0x/sol-tracing-utils';
/**
* This class implements the [web3-provider-engine](https://github.com/MetaMask/provider-engine) subprovider interface.