Set the interval to 0 in awaitTranscationSuccessAsync

This commit is contained in:
Leonid Logvinov
2018-06-29 16:41:58 +03:00
parent 016d82d766
commit 5dea432ebf
10 changed files with 76 additions and 34 deletions

View File

@@ -5,6 +5,7 @@ export const constants = {
ROPSTEN_NETWORK_ID: 3,
KOVAN_NETWORK_ID: 42,
TESTRPC_NETWORK_ID: 50,
AWAIT_TRANSACTION_MINED_MS: 0,
KOVAN_RPC_URL: 'https://kovan.infura.io/',
ROPSTEN_RPC_URL: 'https://ropsten.infura.io/',
ZRX_DECIMALS: 18,