aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.ts b/src/types.ts
index c4191ebd8..7f52970e6 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -310,6 +310,7 @@ export interface ContractEventEmitter {
watch: (eventCallback: EventCallback) => void;
stopWatchingAsync: () => Promise<void>;
}
+
/**
* We re-export the `Web3.Provider` type specified in the Web3 Typescript typings
* since it is the type of the `provider` argument to the `ZeroEx` constructor.