aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/contract_wrappers/exchange_wrapper.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contract_wrappers/exchange_wrapper.ts b/src/contract_wrappers/exchange_wrapper.ts
index 37f7334d4..7f67346ce 100644
--- a/src/contract_wrappers/exchange_wrapper.ts
+++ b/src/contract_wrappers/exchange_wrapper.ts
@@ -611,7 +611,7 @@ export class ExchangeWrapper extends ContractWrapper {
} else {
const exchangeAddresses = _.map(
_.values(ExchangeArtifactsByName),
- exchangeArfifact => exchangeArfifact.networks[networkId].address,
+ exchangeArtifact => exchangeArtifact.networks[networkId].address,
);
return exchangeAddresses;
}