Ran contracts:gen

This commit is contained in:
Greg Hysen
2019-06-28 14:43:38 -07:00
parent 93506a4e27
commit 15c8e06129
4 changed files with 1 additions and 5 deletions

View File

@@ -6,7 +6,6 @@
import { ContractArtifact } from 'ethereum-types';
import * as LibFeeMathTest from '../generated-artifacts/LibFeeMathTest.json';
import * as LibZrxToken from '../generated-artifacts/LibZrxToken.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';
@@ -14,7 +13,6 @@ import * as ZrxVault from '../generated-artifacts/ZrxVault.json';
export const artifacts = {
Staking: Staking as ContractArtifact,
StakingProxy: StakingProxy as ContractArtifact,
LibZrxToken: LibZrxToken as ContractArtifact,
StakingPoolRewardVault: StakingPoolRewardVault as ContractArtifact,
ZrxVault: ZrxVault as ContractArtifact,
LibFeeMathTest: LibFeeMathTest as ContractArtifact,