diff options
Diffstat (limited to 'contracts/protocol/test/utils/index.ts')
-rw-r--r-- | contracts/protocol/test/utils/index.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contracts/protocol/test/utils/index.ts b/contracts/protocol/test/utils/index.ts new file mode 100644 index 000000000..75cd88666 --- /dev/null +++ b/contracts/protocol/test/utils/index.ts @@ -0,0 +1,3 @@ +export * from './exchange_wrapper'; +export * from './erc20_wrapper'; +export * from './erc721_wrapper'; |