Rename Exchange.json to Exchange_v1.json

This commit is contained in:
Leonid Logvinov
2017-06-29 11:21:04 -07:00
parent d0830d55ad
commit bc92968c5e
2 changed files with 1 additions and 1 deletions

View File

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