Remove exchange artifacts by name

This commit is contained in:
Leonid Logvinov
2017-07-11 11:33:47 -07:00
parent ba46a2558d
commit 2787bdc46b

View File

@@ -1,6 +0,0 @@
import {ContractArtifact} from './types';
import * as Exchange_v1 from './artifacts/exchange/Exchange_v1.json';
export const ExchangeArtifactsByName = {
Exchange_v1: Exchange_v1 as any as ContractArtifact,
};