aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/exchange/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/exchange/src/index.ts')
-rw-r--r--contracts/exchange/src/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/contracts/exchange/src/index.ts b/contracts/exchange/src/index.ts
new file mode 100644
index 000000000..ba813e7ca
--- /dev/null
+++ b/contracts/exchange/src/index.ts
@@ -0,0 +1,3 @@
+export * from './artifacts';
+export * from './wrappers';
+export * from '../test/utils';