Skip to content

Commit

Permalink
Merge pull request #230 from OriginTrail/parameters-update
Browse files Browse the repository at this point in the history
Added missing params to parameters JSON
  • Loading branch information
u-hubar authored Feb 9, 2024
2 parents af18417 + b7c8d6e commit 06afb8b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deployments/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@
"slashingFreezeDuration": "63072000",
"stakeWithdrawalDelay": "60",
"updateCommitWindowDuration": "1800",
"hashFunctionsLimit": "20",
"opWalletsLimitOnProfileCreation": "50",
"shardingTableSizeLimit": "500"
},
"ProofManagerV1": {
Expand Down Expand Up @@ -266,6 +268,8 @@
"slashingFreezeDuration": "63072000",
"stakeWithdrawalDelay": "60",
"updateCommitWindowDuration": "600",
"hashFunctionsLimit": "20",
"opWalletsLimitOnProfileCreation": "50",
"shardingTableSizeLimit": "500"
},
"ProofManagerV1": {
Expand Down Expand Up @@ -429,6 +433,8 @@
"slashingFreezeDuration": "63072000",
"stakeWithdrawalDelay": "60",
"updateCommitWindowDuration": "1800",
"hashFunctionsLimit": "20",
"opWalletsLimitOnProfileCreation": "50",
"shardingTableSizeLimit": "500"
},
"ProofManagerV1": {
Expand Down Expand Up @@ -592,6 +598,8 @@
"slashingFreezeDuration": "63072000",
"stakeWithdrawalDelay": "2419200",
"updateCommitWindowDuration": "1800",
"hashFunctionsLimit": "20",
"opWalletsLimitOnProfileCreation": "50",
"shardingTableSizeLimit": "500"
},
"ProofManagerV1": {
Expand Down

0 comments on commit 06afb8b

Please sign in to comment.