aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/artifacts/exchange/Exchange.json (renamed from src/artifacts/Exchange.json)0
-rw-r--r--src/contract_wrappers/exchange_wrapper.ts2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/artifacts/Exchange.json b/src/artifacts/exchange/Exchange.json
index bcb8aece0..bcb8aece0 100644
--- a/src/artifacts/Exchange.json
+++ b/src/artifacts/exchange/Exchange.json
diff --git a/src/contract_wrappers/exchange_wrapper.ts b/src/contract_wrappers/exchange_wrapper.ts
index 5d514e5ec..622b937c2 100644
--- a/src/contract_wrappers/exchange_wrapper.ts
+++ b/src/contract_wrappers/exchange_wrapper.ts
@@ -29,7 +29,7 @@ import {
import {assert} from '../utils/assert';
import {utils} from '../utils/utils';
import {ContractWrapper} from './contract_wrapper';
-import * as ExchangeArtifacts from '../artifacts/Exchange.json';
+import * as ExchangeArtifacts from '../artifacts/exchange/Exchange.json';
import {ecSignatureSchema} from '../schemas/ec_signature_schema';
import {signedOrdersSchema} from '../schemas/signed_orders_schema';
import {orderFillRequestsSchema} from '../schemas/order_fill_requests_schema';