diff options
Diffstat (limited to 'contracts/exchange/src/wrappers.ts')
-rw-r--r-- | contracts/exchange/src/wrappers.ts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/contracts/exchange/src/wrappers.ts b/contracts/exchange/src/wrappers.ts index eca3c1c89..1c1d7fdb4 100644 --- a/contracts/exchange/src/wrappers.ts +++ b/contracts/exchange/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_erc721_token'; export * from '../generated-wrappers/dummy_no_return_erc20_token'; |