Flesh out fillOrder integration tests

This commit is contained in:
Michael Zhu
2019-10-28 15:37:42 -07:00
parent 8aa69233e0
commit 7aa88307f6
17 changed files with 538 additions and 264 deletions

View File

@@ -2,5 +2,8 @@ export { Actor } from './base';
export { Maker } from './maker';
export { PoolOperator } from './pool_operator';
export { FeeRecipient } from './fee_recipient';
export { Staker } from './staker';
export { Keeper } from './keeper';
export { Taker } from './taker';
export * from './hybrids';
export * from './utils';