Created boilerplate staking package for stake-based liquidity incentives

This commit is contained in:
Greg Hysen
2019-05-17 14:35:44 -07:00
committed by Amir Bandeali
parent 18979f3f30
commit e823c2af9d
19 changed files with 300 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
/*
* -----------------------------------------------------------------------------
* 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 = { Staking: Staking as ContractArtifact, IStaking: IStaking as ContractArtifact };