aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/contract_wrappers/erc721_proxy_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/erc721_proxy_wrapper.ts
parent68f150eff2c4afeccf7eee43e9f40297f88fc8dd (diff)
downloaddexon-0x-contracts-974ec23ecd2a445523e0550c0a7f69329d6959f1.tar
dexon-0x-contracts-974ec23ecd2a445523e0550c0a7f69329d6959f1.tar.gz
dexon-0x-contracts-974ec23ecd2a445523e0550c0a7f69329d6959f1.tar.bz2
dexon-0x-contracts-974ec23ecd2a445523e0550c0a7f69329d6959f1.tar.lz
dexon-0x-contracts-974ec23ecd2a445523e0550c0a7f69329d6959f1.tar.xz
dexon-0x-contracts-974ec23ecd2a445523e0550c0a7f69329d6959f1.tar.zst
dexon-0x-contracts-974ec23ecd2a445523e0550c0a7f69329d6959f1.zip
Apply various PR feedback
Diffstat (limited to 'packages/contract-wrappers/src/contract_wrappers/erc721_proxy_wrapper.ts')
-rw-r--r--packages/contract-wrappers/src/contract_wrappers/erc721_proxy_wrapper.ts5
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/contract-wrappers/src/contract_wrappers/erc721_proxy_wrapper.ts b/packages/contract-wrappers/src/contract_wrappers/erc721_proxy_wrapper.ts
index b1b026a3a..9cf56dec1 100644
--- a/packages/contract-wrappers/src/contract_wrappers/erc721_proxy_wrapper.ts
+++ b/packages/contract-wrappers/src/contract_wrappers/erc721_proxy_wrapper.ts
@@ -20,9 +20,8 @@ export class ERC721ProxyWrapper extends ContractWrapper {
* Instantiate ERC721ProxyWrapper
* @param web3Wrapper Web3Wrapper instance to use
* @param networkId Desired networkId
- * @param address (Optional) The address of the ERC721Proxy contract. If
- * undefined, will default to the known address corresponding to the
- * networkId.
+ * @param address The address of the ERC721Proxy contract. If undefined,
+ * will default to the known address corresponding to the networkId.
*/
constructor(web3Wrapper: Web3Wrapper, networkId: number, address?: string) {
super(web3Wrapper, networkId);