diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/contract_wrappers/exchange_wrapper.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contract_wrappers/exchange_wrapper.ts b/src/contract_wrappers/exchange_wrapper.ts index ff1e755fc..37f7334d4 100644 --- a/src/contract_wrappers/exchange_wrapper.ts +++ b/src/contract_wrappers/exchange_wrapper.ts @@ -604,7 +604,7 @@ export class ExchangeWrapper extends ContractWrapper { * on the network that the provided web3 instance is connected to * @return The ethereum addresses of all available exchange contract. */ - public async getAvailableContractAddressedAsync(): Promise<string[]> { + public async getAvailableContractAddressesAsync(): Promise<string[]> { const networkId = await this._web3Wrapper.getNetworkIdIfExistsAsync(); if (_.isUndefined(networkId)) { return []; |