Working on new directory structure

This commit is contained in:
Greg Hysen
2019-06-28 03:01:57 -07:00
parent 835ab6ddd9
commit 470036f6cb
17 changed files with 28 additions and 32 deletions

View File

@@ -7,7 +7,6 @@ import { ContractArtifact } from 'ethereum-types';
import * as LibFeeMathTest from '../generated-artifacts/LibFeeMathTest.json';
import * as LibZrxToken from '../generated-artifacts/LibZrxToken.json';
import * as MixinStake from '../generated-artifacts/MixinStake.json';
import * as Staking from '../generated-artifacts/Staking.json';
import * as StakingPoolRewardVault from '../generated-artifacts/StakingPoolRewardVault.json';
import * as StakingProxy from '../generated-artifacts/StakingProxy.json';
@@ -15,7 +14,6 @@ import * as ZrxVault from '../generated-artifacts/ZrxVault.json';
export const artifacts = {
Staking: Staking as ContractArtifact,
StakingProxy: StakingProxy as ContractArtifact,
MixinStake: MixinStake as ContractArtifact,
LibZrxToken: LibZrxToken as ContractArtifact,
StakingPoolRewardVault: StakingPoolRewardVault as ContractArtifact,
ZrxVault: ZrxVault as ContractArtifact,

View File

@@ -5,7 +5,6 @@
*/
export * from '../generated-wrappers/lib_fee_math_test';
export * from '../generated-wrappers/lib_zrx_token';
export * from '../generated-wrappers/mixin_stake';
export * from '../generated-wrappers/staking';
export * from '../generated-wrappers/staking_pool_reward_vault';
export * from '../generated-wrappers/staking_proxy';