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