Fix a typo in a name

This commit is contained in:
Leonid Logvinov
2017-06-29 10:54:20 -07:00
parent 91e2857645
commit 330a1cff11

View File

@@ -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;
}