@@ -39,7 +39,6 @@ let xKlerosLiquidParams = {
3939 jurorsForCourtJump : 511 ,
4040 timesPerPeriod : [ 280800 , 583200 , 583200 , 388800 ] ,
4141 sortitionSumTreeK : 2 ,
42- maxTotalStakeAllowed : web3 . utils . toWei ( '30000000' , 'ether' )
4342 } ,
4443 "sokol-fork" : {
4544 governor : null ,
@@ -54,7 +53,6 @@ let xKlerosLiquidParams = {
5453 jurorsForCourtJump : 511 ,
5554 timesPerPeriod : [ 280800 , 583200 , 583200 , 388800 ] ,
5655 sortitionSumTreeK : 2 ,
57- maxTotalStakeAllowed : web3 . utils . toWei ( '30000000' , 'ether' )
5856 } ,
5957 "sokol" : {
6058 governor : null ,
@@ -69,7 +67,6 @@ let xKlerosLiquidParams = {
6967 jurorsForCourtJump : 511 ,
7068 timesPerPeriod : [ 280800 , 583200 , 583200 , 388800 ] ,
7169 sortitionSumTreeK : 2 ,
72- maxTotalStakeAllowed : web3 . utils . toWei ( '30000000' , 'ether' )
7370 }
7471}
7572
@@ -109,7 +106,6 @@ module.exports = async function(deployer, network) {
109106 xKlerosLiquidParams [ network ] . jurorsForCourtJump ,
110107 xKlerosLiquidParams [ network ] . timesPerPeriod ,
111108 xKlerosLiquidParams [ network ] . sortitionSumTreeK ,
112- xKlerosLiquidParams [ network ] . maxTotalStakeAllowed ,
113109 ] ,
114110 { deployer, unsafeAllowLinkedLibraries : true }
115111 ) ;
0 commit comments