28 lines
1.4 KiB
TypeScript
28 lines
1.4 KiB
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 IStakingEvents from '../generated-artifacts/IStakingEvents.json';
|
|
import * as IStakingProxy from '../generated-artifacts/IStakingProxy.json';
|
|
import * as IZrxVault from '../generated-artifacts/IZrxVault.json';
|
|
import * as LibStakingRichErrors from '../generated-artifacts/LibStakingRichErrors.json';
|
|
import * as Staking from '../generated-artifacts/Staking.json';
|
|
import * as StakingProxy from '../generated-artifacts/StakingProxy.json';
|
|
import * as TestStaking from '../generated-artifacts/TestStaking.json';
|
|
import * as ZrxVault from '../generated-artifacts/ZrxVault.json';
|
|
export const artifacts = {
|
|
IStaking: IStaking as ContractArtifact,
|
|
IStakingEvents: IStakingEvents as ContractArtifact,
|
|
IStakingProxy: IStakingProxy as ContractArtifact,
|
|
IZrxVault: IZrxVault as ContractArtifact,
|
|
LibStakingRichErrors: LibStakingRichErrors as ContractArtifact,
|
|
Staking: Staking as ContractArtifact,
|
|
StakingProxy: StakingProxy as ContractArtifact,
|
|
ZrxVault: ZrxVault as ContractArtifact,
|
|
TestStaking: TestStaking as ContractArtifact,
|
|
};
|