Skip to content

Commit

Permalink
Updated Parameters for development env to be similar to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
u-hubar committed Dec 1, 2023
1 parent 6c774c7 commit 7aecc29
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deployments/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,22 +81,22 @@
"stakeRangeMax": "200000"
},
"ParametersStorage": {
"commitWindowDurationPerc": "33",
"epochLength": "360",
"commitWindowDurationPerc": "25",
"epochLength": "7776000",
"finalizationCommitsNumber": "3",
"maxProofWindowOffsetPerc": "66",
"maxProofWindowOffsetPerc": "75",
"maximumStake": "5000000000000000000000000",
"minProofWindowOffsetPerc": "66",
"minProofWindowOffsetPerc": "50",
"minimumStake": "50000000000000000000000",
"proofWindowDurationPerc": "33",
"proofWindowDurationPerc": "25",
"r0": "3",
"r1": "8",
"r2": "20",
"replacementWindowDurationPerc": "0",
"rewardWithdrawalDelay": "300",
"slashingFreezeDuration": "63072000",
"stakeWithdrawalDelay": "300",
"updateCommitWindowDuration": "60"
"updateCommitWindowDuration": "1800"
},
"ProofManagerV1": {
"reqs": [
Expand Down

0 comments on commit 7aecc29

Please sign in to comment.