11 lines
537 B
TypeScript
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 };
|