diff options
Diffstat (limited to 'contracts/utils/src/wrappers.ts')
-rw-r--r-- | contracts/utils/src/wrappers.ts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/contracts/utils/src/wrappers.ts b/contracts/utils/src/wrappers.ts index fc8e4584a..8748cb074 100644 --- a/contracts/utils/src/wrappers.ts +++ b/contracts/utils/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/i_ownable'; export * from '../generated-wrappers/lib_bytes'; export * from '../generated-wrappers/ownable'; |