aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/examples/src/wrappers/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/examples/src/wrappers/index.ts')
-rw-r--r--contracts/examples/src/wrappers/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/contracts/examples/src/wrappers/index.ts b/contracts/examples/src/wrappers/index.ts
new file mode 100644
index 000000000..dc67277d7
--- /dev/null
+++ b/contracts/examples/src/wrappers/index.ts
@@ -0,0 +1,4 @@
+export * from '../../generated-wrappers/exchange_wrapper';
+export * from '../../generated-wrappers/validator';
+export * from '../../generated-wrappers/wallet';
+export * from '../../generated-wrappers/whitelist';