Skip to content

Commit 7999e5a

Browse files
committed
test: remove stake limit
1 parent 173875d commit 7999e5a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

migrations/2_deploy_contracts.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)