aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/contract_wrappers/exchange_wrapper.ts
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-10-11 07:04:37 +0800
committerAlex Browne <stephenalexbrowne@gmail.com>2018-10-16 04:38:33 +0800
commit974ec23ecd2a445523e0550c0a7f69329d6959f1 (patch)
tree25ac0cd42c86eb8d6149064880656da340d92719 /packages/contract-wrappers/src/contract_wrappers/exchange_wrapper.ts
parent68f150eff2c4afeccf7eee43e9f40297f88fc8dd (diff)
downloaddexon-sol-tools-974ec23ecd2a445523e0550c0a7f69329d6959f1.tar
dexon-sol-tools-974ec23ecd2a445523e0550c0a7f69329d6959f1.tar.gz
dexon-sol-tools-974ec23ecd2a445523e0550c0a7f69329d6959f1.tar.bz2
dexon-sol-tools-974ec23ecd2a445523e0550c0a7f69329d6959f1.tar.lz
dexon-sol-tools-974ec23ecd2a445523e0550c0a7f69329d6959f1.tar.xz
dexon-sol-tools-974ec23ecd2a445523e0550c0a7f69329d6959f1.tar.zst
dexon-sol-tools-974ec23ecd2a445523e0550c0a7f69329d6959f1.zip
Apply various PR feedback
Diffstat (limited to 'packages/contract-wrappers/src/contract_wrappers/exchange_wrapper.ts')
-rw-r--r--packages/contract-wrappers/src/contract_wrappers/exchange_wrapper.ts7
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/contract-wrappers/src/contract_wrappers/exchange_wrapper.ts b/packages/contract-wrappers/src/contract_wrappers/exchange_wrapper.ts
index b185b7e0c..67c0351e2 100644
--- a/packages/contract-wrappers/src/contract_wrappers/exchange_wrapper.ts
+++ b/packages/contract-wrappers/src/contract_wrappers/exchange_wrapper.ts
@@ -53,12 +53,11 @@ export class ExchangeWrapper extends ContractWrapper {
* @param networkId Desired networkId.
* @param erc20TokenWrapper ERC20TokenWrapper instance to use.
* @param erc721TokenWrapper ERC721TokenWrapper instance to use.
- * @param address (Optional) The address of the Exchange contract. If
+ * @param address The address of the Exchange contract. If undefined, will
+ * default to the known address corresponding to the networkId.
+ * @param zrxTokenAddress The address of the ZRXToken contract. If
* undefined, will default to the known address corresponding to the
* networkId.
- * @param zrxTokenAddress (Optional) The address of the ZRXToken contract.
- * If undefined, will default to the known address corresponding to the
- * networkId.
* @param blockPollingIntervalMs The block polling interval to use for active subscriptions.
*/
constructor(