Files
protocol/contracts/broker/test/artifacts.ts
2020-02-04 10:04:19 -08:00

10 lines
432 B
TypeScript

/*
* -----------------------------------------------------------------------------
* Warning: This file is auto-generated by contracts-gen. Don't edit manually.
* -----------------------------------------------------------------------------
*/
import { ContractArtifact } from 'ethereum-types';
import * as Broker from '../test/generated-artifacts/Broker.json';
export const artifacts = { Broker: Broker as ContractArtifact };