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