diff options
Diffstat (limited to 'contracts/multisig')
-rw-r--r-- | contracts/multisig/src/artifacts.ts | 6 | ||||
-rw-r--r-- | contracts/multisig/src/wrappers.ts | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/contracts/multisig/src/artifacts.ts b/contracts/multisig/src/artifacts.ts index 37aa9d4ef..7d8a85884 100644 --- a/contracts/multisig/src/artifacts.ts +++ b/contracts/multisig/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 AssetProxyOwner from '../generated-artifacts/AssetProxyOwner.json'; diff --git a/contracts/multisig/src/wrappers.ts b/contracts/multisig/src/wrappers.ts index fc46799d0..81aab39da 100644 --- a/contracts/multisig/src/wrappers.ts +++ b/contracts/multisig/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/asset_proxy_owner'; export * from '../generated-wrappers/mixin_authorizable'; export * from '../generated-wrappers/multi_sig_wallet'; |