aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/types.ts b/src/types.ts
index 71227647b..2ccf573a9 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -385,3 +385,7 @@ export interface JSONRPCPayload {
params: any[];
method: string;
}
+
+export interface ZeroExConfig {
+ gasPrice?: BigNumber.BigNumber;
+}