aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/exchange-forwarder/src/wrappers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/exchange-forwarder/src/wrappers.ts')
-rw-r--r--contracts/exchange-forwarder/src/wrappers.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/contracts/exchange-forwarder/src/wrappers.ts b/contracts/exchange-forwarder/src/wrappers.ts
new file mode 100644
index 000000000..cbe72c5cf
--- /dev/null
+++ b/contracts/exchange-forwarder/src/wrappers.ts
@@ -0,0 +1,10 @@
+/*
+ * -----------------------------------------------------------------------------
+ * Warning: This file is auto-generated by contracts-gen. Don't edit manually.
+ * -----------------------------------------------------------------------------
+ */
+export * from '../generated-wrappers/dummy_erc20_token';
+export * from '../generated-wrappers/dummy_erc721_token';
+export * from '../generated-wrappers/exchange';
+export * from '../generated-wrappers/forwarder';
+export * from '../generated-wrappers/weth9';