Skip to content

Commit

Permalink
perf: decrease staking delay
Browse files Browse the repository at this point in the history
  • Loading branch information
JGiter committed Sep 16, 2021
1 parent 94469a6 commit 4eb64ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/staking.ts
Expand Up @@ -51,7 +51,7 @@ export const stakingTests = (): void => {
let stakingPoolFactory: StakingPoolFactory;
const patronRewardPortion = 800;
const patronRole = "patronRole";
const minStakingPeriod = 5;
const minStakingPeriod = 1;

const calculateReward = (
stakeAmount: BigNumber,
Expand Down

0 comments on commit 4eb64ad

Please sign in to comment.