diff options
author | Fabio Berger <me@fabioberger.com> | 2018-08-17 06:31:43 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-08-17 06:31:43 +0800 |
commit | def575b9952908e8eebb1881a5dc0fe2e663a7c8 (patch) | |
tree | 1339b1d3c227efc1b18ead2533594e751d7edae1 /packages/contract-wrappers/src/contract_wrappers/erc20_proxy_wrapper.ts | |
parent | a4c3a0d39fb42647f5c84d4e39b8f38df83a1902 (diff) | |
download | dexon-0x-contracts-def575b9952908e8eebb1881a5dc0fe2e663a7c8.tar.gz dexon-0x-contracts-def575b9952908e8eebb1881a5dc0fe2e663a7c8.tar.zst dexon-0x-contracts-def575b9952908e8eebb1881a5dc0fe2e663a7c8.zip |
Remove outdating comment
Diffstat (limited to 'packages/contract-wrappers/src/contract_wrappers/erc20_proxy_wrapper.ts')
-rw-r--r-- | packages/contract-wrappers/src/contract_wrappers/erc20_proxy_wrapper.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/contract-wrappers/src/contract_wrappers/erc20_proxy_wrapper.ts b/packages/contract-wrappers/src/contract_wrappers/erc20_proxy_wrapper.ts index d60d4339b..ff027d78a 100644 --- a/packages/contract-wrappers/src/contract_wrappers/erc20_proxy_wrapper.ts +++ b/packages/contract-wrappers/src/contract_wrappers/erc20_proxy_wrapper.ts @@ -17,8 +17,7 @@ export class ERC20ProxyWrapper extends ContractWrapper { private _erc20ProxyContractIfExists?: ERC20ProxyContract; private _contractAddressIfExists?: string; /** - * Instantiate ERC20ProxyWrapper. We recommend you don't instantiate this yourself, rather - * use it through the ContractWrappers class property (contractWrappers.erc20Proxy). + * Instantiate ERC20ProxyWrapper * @param web3Wrapper Web3Wrapper instance to use * @param networkId Desired networkId * @param contractAddressIfExists The contract address to use. This is usually pulled from |