aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/multisig/src/wrappers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/multisig/src/wrappers.ts')
-rw-r--r--contracts/multisig/src/wrappers.ts11
1 files changed, 11 insertions, 0 deletions
diff --git a/contracts/multisig/src/wrappers.ts b/contracts/multisig/src/wrappers.ts
new file mode 100644
index 000000000..81aab39da
--- /dev/null
+++ b/contracts/multisig/src/wrappers.ts
@@ -0,0 +1,11 @@
+/*
+ * -----------------------------------------------------------------------------
+ * Warning: This file is auto-generated by contracts-gen. Don't edit manually.
+ * -----------------------------------------------------------------------------
+ */
+export * from '../generated-wrappers/asset_proxy_owner';
+export * from '../generated-wrappers/mixin_authorizable';
+export * from '../generated-wrappers/multi_sig_wallet';
+export * from '../generated-wrappers/multi_sig_wallet_with_time_lock';
+export * from '../generated-wrappers/test_asset_proxy_owner';
+export * from '../generated-wrappers/test_reject_ether';