From 96d853fc4baecd0c10727539a32b04dadef73026 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 19 Sep 2017 15:09:05 +0200 Subject: Add a comment for ZeroExConfig type --- src/types.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/types.ts b/src/types.ts index 9583d5bd4..b10d95adc 100644 --- a/src/types.ts +++ b/src/types.ts @@ -389,6 +389,12 @@ export interface JSONRPCPayload { method: string; } +/* + * gasPirce: Gas price to use with every transaction + * exchangeContractAddress: The address of an exchange contract to use + * tokenRegistryContractAddress: The address of a token registry contract to use + * etherTokenContractAddress: The address of an ether token contract to use + */ export interface ZeroExConfig { gasPrice?: BigNumber.BigNumber; // Gas price to use with every transaction exchangeContractAddress?: string; -- cgit v1.2.3