16 lines
712 B
TypeScript
16 lines
712 B
TypeScript
/*
|
|
* -----------------------------------------------------------------------------
|
|
* Warning: This file is auto-generated by contracts-gen. Don't edit manually.
|
|
* -----------------------------------------------------------------------------
|
|
*/
|
|
import { ContractArtifact } from 'ethereum-types';
|
|
|
|
import * as IOwnable from '../generated-artifacts/IOwnable.json';
|
|
import * as ISimpleFunctionRegistry from '../generated-artifacts/ISimpleFunctionRegistry.json';
|
|
import * as ZeroEx from '../generated-artifacts/ZeroEx.json';
|
|
export const artifacts = {
|
|
ZeroEx: ZeroEx as ContractArtifact,
|
|
IOwnable: IOwnable as ContractArtifact,
|
|
ISimpleFunctionRegistry: ISimpleFunctionRegistry as ContractArtifact,
|
|
};
|