aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-profiler/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sol-profiler/src/index.ts')
-rw-r--r--packages/sol-profiler/src/index.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/sol-profiler/src/index.ts b/packages/sol-profiler/src/index.ts
index 5d4806be4..fcb715d2d 100644
--- a/packages/sol-profiler/src/index.ts
+++ b/packages/sol-profiler/src/index.ts
@@ -3,6 +3,8 @@ export {
SolCompilerArtifactAdapter,
TruffleArtifactAdapter,
ContractData,
+ SourceCodes,
+ Sources,
} from '@0x/sol-tracing-utils';
// HACK: ProfilerSubprovider is a hacky way to do profiling using coverage tools. Not production ready