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

Commit

Permalink
Align musicoin chain spec with 1.8, ref #6134
Browse files Browse the repository at this point in the history
  • Loading branch information
5chdn committed Sep 20, 2017
1 parent ce70df4 commit fef6698
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ethcore/res/ethereum/musicoin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@
"engine": {
"Ethash": {
"params": {
"gasLimitBoundDivisor": "0x400",
"minimumDifficulty": "0x20000",
"difficultyBoundDivisor": "0x800",
"durationLimit": "0xd",
"blockReward": "0x1105A0185B50A80000",
"registrar": "0x00756cf8159095948496617f5fb17ed95059f536",
"homesteadTransition": 9223372036854775807,
"eip150Transition": 9223372036854775807,
"eip155Transition": 9223372036854775807,
"eip160Transition": 9223372036854775807,
"eip161abcTransition": 9223372036854775807,
"eip161dTransition": 9223372036854775807
}
}
},
"params": {
"gasLimitBoundDivisor": "0x400",
"blockReward": "0x1105A0185B50A80000",
"registrar": "0x00756cf8159095948496617f5fb17ed95059f536",
"accountStartNonce": "0x0",
"maximumExtraDataSize": "0x20",
"minGasLimit": "0x1388",
"networkID": 7762959
"networkID": 7762959,
"eip155Transition": 9223372036854775807
},
"genesis": {
"seal": {
Expand Down

0 comments on commit fef6698

Please sign in to comment.