10 lines
432 B
TypeScript
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 };
|