diff options
Diffstat (limited to 'contracts/utils/src/wrappers/index.ts')
-rw-r--r-- | contracts/utils/src/wrappers/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contracts/utils/src/wrappers/index.ts b/contracts/utils/src/wrappers/index.ts new file mode 100644 index 000000000..823b7fa4b --- /dev/null +++ b/contracts/utils/src/wrappers/index.ts @@ -0,0 +1,2 @@ +export * from '../../generated-wrappers/test_constants'; +export * from '../../generated-wrappers/test_lib_bytes'; |