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, 2 insertions, 0 deletions
diff --git a/packages/dev-utils/src/index.ts b/packages/dev-utils/src/index.ts
new file mode 100644
index 000000000..97c5ebc0c
--- /dev/null
+++ b/packages/dev-utils/src/index.ts
@@ -0,0 +1,2 @@
+export {RPC} from './rpc';
+export {BlockchainLifecycle} from './blockchain_lifecycle';