aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/erc721
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2019-02-04 20:00:15 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2019-02-04 20:00:15 +0800
commit1a88eac9c7e8f30f5d1f57132a48e59abd912d41 (patch)
tree0a1e9664ca875a3f4b5c84b8c2426940d01c5728 /contracts/erc721
parent47357ddec84fedb9e449edf6a75d3c7ab295aa6b (diff)
downloaddexon-0x-contracts-1a88eac9c7e8f30f5d1f57132a48e59abd912d41.tar.gz
dexon-0x-contracts-1a88eac9c7e8f30f5d1f57132a48e59abd912d41.tar.zst
dexon-0x-contracts-1a88eac9c7e8f30f5d1f57132a48e59abd912d41.zip
Make the banner more visible
Diffstat (limited to 'contracts/erc721')
-rw-r--r--contracts/erc721/src/artifacts.ts6
-rw-r--r--contracts/erc721/src/wrappers.ts6
2 files changed, 10 insertions, 2 deletions
diff --git a/contracts/erc721/src/artifacts.ts b/contracts/erc721/src/artifacts.ts
index daa29a83c..79a76e21b 100644
--- a/contracts/erc721/src/artifacts.ts
+++ b/contracts/erc721/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 DummyERC721Receiver from '../generated-artifacts/DummyERC721Receiver.json';
diff --git a/contracts/erc721/src/wrappers.ts b/contracts/erc721/src/wrappers.ts
index 909e05868..716f6cca4 100644
--- a/contracts/erc721/src/wrappers.ts
+++ b/contracts/erc721/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_erc721_receiver';
export * from '../generated-wrappers/dummy_erc721_token';
export * from '../generated-wrappers/erc721_token';