aboutsummaryrefslogtreecommitdiffstats
path: root/src/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.ts b/src/types.ts
index 2ccf573a9..7c2f79538 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -387,5 +387,5 @@ export interface JSONRPCPayload {
}
export interface ZeroExConfig {
- gasPrice?: BigNumber.BigNumber;
+ gasPrice?: BigNumber.BigNumber; // Gas price to use with every transaction
}