diff options
Diffstat (limited to 'contracts/exchange/src/artifacts.ts')
-rw-r--r-- | contracts/exchange/src/artifacts.ts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/contracts/exchange/src/artifacts.ts b/contracts/exchange/src/artifacts.ts index e49aea10b..efdacd376 100644 --- a/contracts/exchange/src/artifacts.ts +++ b/contracts/exchange/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'; |