Remove truffle from tokenTransferProxy tests

This commit is contained in:
Leonid Logvinov
2018-01-19 13:27:15 +01:00
parent d004df56e3
commit 6463cda204
14 changed files with 76 additions and 54 deletions

View File

@@ -3,6 +3,7 @@ export const constants = {
INVALID_OPCODE: 'invalid opcode',
REVERT: 'revert',
TESTRPC_NETWORK_ID: 50,
RPC_URL: 'http://localhost:8545',
MAX_ETHERTOKEN_WITHDRAW_GAS: 43000,
MAX_TOKEN_TRANSFERFROM_GAS: 80000,
MAX_TOKEN_APPROVE_GAS: 60000,