Merge pull request #601 from 0xProject/contracts-test-fixes

Contracts test fixes
This commit is contained in:
Alex Browne
2018-05-22 11:48:41 -07:00
committed by GitHub
16 changed files with 419 additions and 175 deletions

View File

@@ -20,6 +20,7 @@ export const constants = {
INVALID_OPCODE: 'invalid opcode',
REVERT: 'revert',
TESTRPC_NETWORK_ID: 50,
AWAIT_TRANSACTION_MINED_MS: 100,
MAX_ETHERTOKEN_WITHDRAW_GAS: 43000,
MAX_TOKEN_TRANSFERFROM_GAS: 80000,
MAX_TOKEN_APPROVE_GAS: 60000,