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