diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-02-04 20:00:15 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-02-04 20:00:15 +0800 |
commit | 1a88eac9c7e8f30f5d1f57132a48e59abd912d41 (patch) | |
tree | 0a1e9664ca875a3f4b5c84b8c2426940d01c5728 /contracts/exchange-libs | |
parent | 47357ddec84fedb9e449edf6a75d3c7ab295aa6b (diff) | |
download | dexon-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/exchange-libs')
-rw-r--r-- | contracts/exchange-libs/src/artifacts.ts | 6 | ||||
-rw-r--r-- | contracts/exchange-libs/src/wrappers.ts | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/contracts/exchange-libs/src/artifacts.ts b/contracts/exchange-libs/src/artifacts.ts index 5e660e1a8..861d6f3d2 100644 --- a/contracts/exchange-libs/src/artifacts.ts +++ b/contracts/exchange-libs/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 LibAbiEncoder from '../generated-artifacts/LibAbiEncoder.json'; diff --git a/contracts/exchange-libs/src/wrappers.ts b/contracts/exchange-libs/src/wrappers.ts index 840886181..05244d87b 100644 --- a/contracts/exchange-libs/src/wrappers.ts +++ b/contracts/exchange-libs/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/lib_abi_encoder'; export * from '../generated-wrappers/lib_asset_proxy_errors'; export * from '../generated-wrappers/lib_constants'; |