Created boilerplate staking package for stake-based liquidity incentives
This commit is contained in:
committed by
Amir Bandeali
parent
18979f3f30
commit
e823c2af9d
10
contracts/staking/src/artifacts.ts
Normal file
10
contracts/staking/src/artifacts.ts
Normal 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 };
|
Reference in New Issue
Block a user