@@ -38,7 +38,8 @@ let xKlerosLiquidParams = {
3838 feeForJuror : web3 . utils . toWei ( '40000000000000000' , 'wei' ) ,
3939 jurorsForCourtJump : 511 ,
4040 timesPerPeriod : [ 280800 , 583200 , 583200 , 388800 ] ,
41- sortitionSumTreeK : 2
41+ sortitionSumTreeK : 2 ,
42+ maxTotalStakeAllowed : web3 . utils . toWei ( '30000000' , 'ether' )
4243 } ,
4344 "sokol-fork" : {
4445 governor : null ,
@@ -52,7 +53,8 @@ let xKlerosLiquidParams = {
5253 feeForJuror : web3 . utils . toWei ( '40000000000000000' , 'wei' ) ,
5354 jurorsForCourtJump : 511 ,
5455 timesPerPeriod : [ 280800 , 583200 , 583200 , 388800 ] ,
55- sortitionSumTreeK : 2
56+ sortitionSumTreeK : 2 ,
57+ maxTotalStakeAllowed : web3 . utils . toWei ( '30000000' , 'ether' )
5658 } ,
5759 "sokol" : {
5860 governor : null ,
@@ -66,7 +68,8 @@ let xKlerosLiquidParams = {
6668 feeForJuror : web3 . utils . toWei ( '40000000000000000' , 'wei' ) ,
6769 jurorsForCourtJump : 511 ,
6870 timesPerPeriod : [ 280800 , 583200 , 583200 , 388800 ] ,
69- sortitionSumTreeK : 2
71+ sortitionSumTreeK : 2 ,
72+ maxTotalStakeAllowed : web3 . utils . toWei ( '30000000' , 'ether' )
7073 }
7174}
7275
@@ -106,6 +109,7 @@ module.exports = async function(deployer, network) {
106109 xKlerosLiquidParams [ network ] . jurorsForCourtJump ,
107110 xKlerosLiquidParams [ network ] . timesPerPeriod ,
108111 xKlerosLiquidParams [ network ] . sortitionSumTreeK ,
112+ xKlerosLiquidParams [ network ] . maxTotalStakeAllowed ,
109113 ] ,
110114 { deployer, unsafeAllowLinkedLibraries : true }
111115 ) ;
0 commit comments