Documentation for MixinVaultCore

This commit is contained in:
Greg Hysen
2019-06-28 11:17:20 -07:00
parent 2a5742c12d
commit ee969261b4
4 changed files with 95 additions and 4 deletions

View File

@@ -134,7 +134,7 @@ export class StakingWrapper {
);
// set staking proxy contract in zrx vault
await (this
._zrxVaultContractIfExists).setStakingContractAddrsess.awaitTransactionSuccessAsync(
._zrxVaultContractIfExists).setStakingContract.awaitTransactionSuccessAsync(
(this._stakingProxyContractIfExists).address,
);
// set zrx vault in staking contract
@@ -152,7 +152,7 @@ export class StakingWrapper {
);
// set staking proxy contract in reward vault
await (this
._rewardVaultContractIfExists).setStakingContractAddrsess.awaitTransactionSuccessAsync(
._rewardVaultContractIfExists).setStakingContract.awaitTransactionSuccessAsync(
(this._stakingProxyContractIfExists).address,
);
// set reward vault in staking contract