Readability improvements to Staking Proxy unit tests + one extra case

This commit is contained in:
Greg Hysen
2019-11-01 09:59:17 -07:00
parent a0c2f6b7b4
commit 3a1c464543
4 changed files with 37 additions and 16 deletions

View File

@@ -18,4 +18,5 @@ export const constants = {
cobbDouglasAlphaDenominator: new BigNumber(3),
},
PPM,
ONE_DAY_IN_SECONDS: 24 * 60 * 60,
};