protocol/contracts/staking/src/artifacts.ts
2019-07-23 15:52:20 -07:00

11 lines
537 B
TypeScript

/*
* -----------------------------------------------------------------------------
* Warning: This file is auto-generated by contracts-gen. Don't edit manually.
* -----------------------------------------------------------------------------
*/
import { ContractArtifact } from 'ethereum-types';
import * as IStaking from '../generated-artifacts/IStaking.json';
import * as Staking from '../generated-artifacts/Staking.json';
export const artifacts = { IStaking: IStaking as ContractArtifact, Staking: Staking as ContractArtifact };