aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/erc20/src
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/erc20/src')
-rw-r--r--contracts/erc20/src/artifacts.ts6
-rw-r--r--contracts/erc20/src/wrappers.ts6
2 files changed, 10 insertions, 2 deletions
diff --git a/contracts/erc20/src/artifacts.ts b/contracts/erc20/src/artifacts.ts
index 0627b98cf..c97a73195 100644
--- a/contracts/erc20/src/artifacts.ts
+++ b/contracts/erc20/src/artifacts.ts
@@ -1,4 +1,8 @@
-// This file is auto-generated by contracts-gen. Don't edit manually.
+/*
+ * -----------------------------------------------------------------------------
+ * Warning: This file is auto-generated by contracts-gen. Don't edit manually.
+ * -----------------------------------------------------------------------------
+ */
import { ContractArtifact } from 'ethereum-types';
import * as DummyERC20Token from '../generated-artifacts/DummyERC20Token.json';
diff --git a/contracts/erc20/src/wrappers.ts b/contracts/erc20/src/wrappers.ts
index b66c3b1ca..40193e7d8 100644
--- a/contracts/erc20/src/wrappers.ts
+++ b/contracts/erc20/src/wrappers.ts
@@ -1,4 +1,8 @@
-// This file is auto-generated by contracts-gen. Don't edit manually.
+/*
+ * -----------------------------------------------------------------------------
+ * 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_multiple_return_erc20_token';
export * from '../generated-wrappers/dummy_no_return_erc20_token';