Add OrderMatcher tests

This commit is contained in:
Amir Bandeali
2018-10-17 13:10:51 -07:00
parent b786836db6
commit 2fa8b8d1d0
5 changed files with 774 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ export const constants = {
MAX_TOKEN_TRANSFERFROM_GAS: 80000,
MAX_TOKEN_APPROVE_GAS: 60000,
MAX_TRANSFER_FROM_GAS: 150000,
MAX_MATCH_ORDERS_GAS: 400000,
DUMMY_TOKEN_NAME: '',
DUMMY_TOKEN_SYMBOL: '',
DUMMY_TOKEN_DECIMALS: new BigNumber(18),