Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
Added more hybrid casper parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed May 4, 2018
1 parent 134710a commit 79253d7
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion hardforks/hybridCasper.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,31 @@
"casper": {
"casperBalance": {
"v": "1000000000000000000000000",
"d": "Balance of the Casper contract"
"d": "Balance of the Casper contract, 1e24 wei"
},
"epochLength": {
"v": 50,
"d": "Number of blocks between epochs"
},
"withdrawalDelay": {
"v": 15000,
"d": "Number of epochs a withdrawal of deposited funds is delayed"
},
"dynastyLogoutDelay": {
"v": 700,
"d": "Number of dynasties a logout is delayed"
},
"baseInterestFactor": {
"v": 0.007,
"d": "Base interest factor for validator earnings, 7e-3"
},
"basePenaltyFactor": {
"v": 0.0000002,
"d": "Base penalty factor for validators getting offline, 2e-7"
},
"minDepositSize": {
"v": "1500000000000000000000",
"d": "Minimum size of a deposit, 1.5e21 wei"
}
},
"sharding": {}
Expand Down

0 comments on commit 79253d7

Please sign in to comment.