blob: c0d7e11f6df1cf3baaa414ad47c17c14260e6abc (
plain) (
blame)
1
2
3
4
5
6
7
|
import { ContractArtifact } from 'ethereum-types';
import * as Exchange from './artifacts/Exchange.json';
export const artifacts = {
Exchange: (Exchange as any) as ContractArtifact,
};
|