From 583b92e672d5ff644d79e3a75dd8c9b6cc85932a Mon Sep 17 00:00:00 2001 From: Luke Autry Date: Fri, 10 Nov 2017 10:43:52 -0500 Subject: allow timeout for await transaction mined --- src/types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/types.ts') diff --git a/src/types.ts b/src/types.ts index 9ac726ef8..a9eac56d8 100644 --- a/src/types.ts +++ b/src/types.ts @@ -16,6 +16,7 @@ export enum ZeroExError { OutOfGas = 'OUT_OF_GAS', NoNetworkId = 'NO_NETWORK_ID', SubscriptionNotFound = 'SUBSCRIPTION_NOT_FOUND', + TransactionMiningTimeout = 'TRANSACTION_MINING_TIMEOUT', } export enum InternalZeroExError { -- cgit v1.2.3