Update all contracts-*is package.json, tsconfig.json, compiler.json, artifacts/ts and wrappers.js
This commit is contained in:
18
contracts/exchange-libs/test/wrappers.ts
Normal file
18
contracts/exchange-libs/test/wrappers.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* -----------------------------------------------------------------------------
|
||||
* Warning: This file is auto-generated by contracts-gen. Don't edit manually.
|
||||
* -----------------------------------------------------------------------------
|
||||
*/
|
||||
export * from '../test/generated-wrappers/i_wallet';
|
||||
export * from '../test/generated-wrappers/lib_e_i_p712_exchange_domain';
|
||||
export * from '../test/generated-wrappers/lib_exchange_rich_errors';
|
||||
export * from '../test/generated-wrappers/lib_fill_results';
|
||||
export * from '../test/generated-wrappers/lib_math';
|
||||
export * from '../test/generated-wrappers/lib_math_rich_errors';
|
||||
export * from '../test/generated-wrappers/lib_order';
|
||||
export * from '../test/generated-wrappers/lib_zero_ex_transaction';
|
||||
export * from '../test/generated-wrappers/test_lib_e_i_p712_exchange_domain';
|
||||
export * from '../test/generated-wrappers/test_lib_fill_results';
|
||||
export * from '../test/generated-wrappers/test_lib_math';
|
||||
export * from '../test/generated-wrappers/test_lib_order';
|
||||
export * from '../test/generated-wrappers/test_lib_zero_ex_transaction';
|
Reference in New Issue
Block a user