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

Commit

Permalink
Prepare MCIP-3 in musicoin chain spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
5chdn committed Sep 21, 2017
1 parent 3442144 commit 41dfbfc
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions ethcore/res/ethereum/musicoin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,31 @@
"minimumDifficulty": "0x20000",
"difficultyBoundDivisor": "0x800",
"durationLimit": "0xd",
"homesteadTransition": 9223372036854775807,
"eip150Transition": 9223372036854775807,
"eip160Transition": 9223372036854775807,
"eip161abcTransition": 9223372036854775807,
"eip161dTransition": 9223372036854775807
"homesteadTransition": "0x7fffffffffffff",
"eip150Transition": "0x7fffffffffffff",
"eip160Transition": "0x7fffffffffffff",
"eip161abcTransition": "0x7fffffffffffff",
"eip161dTransition": "0x7fffffffffffff",
"mcip3Transition": "0x124f80",
"mcip3MinerReward": "0xf2dc7d47f15600000",
"mcip3UbiReward": "0x1a055690d9db80000",
"mcip3DevReward": "0x3782dace9d900000"
}
}
},
"params": {
"gasLimitBoundDivisor": "0x400",
"blockReward": "0x1105A0185B50A80000",
"blockReward": "0x1105a0185b50a80000",
"registrar": "0x00756cf8159095948496617f5fb17ed95059f536",
"accountStartNonce": "0x0",
"maximumExtraDataSize": "0x20",
"minGasLimit": "0x1388",
"networkID": 7762959,
"eip155Transition": 9223372036854775807
"networkID": "0x76740f",
"forkBlock": "0x5b6",
"forkCanonHash": "0xa5e88ad9e34d113e264e307bc27e8471452c8fc13780324bb3abb96fd0558343",
"eip155Transition": "0x7fffffffffffff",
"eip98Transition": "0x7fffffffffffff",
"eip86Transition": "0x7fffffffffffff"
},
"genesis": {
"seal": {
Expand All @@ -45,7 +53,10 @@
"enode://158f8aab45f6d19c6cbf4a089c2670541a8da11978a2f90dbf6a502a4a3bab80d288afdbeb7ec0ef6d92de563767f3b1ea9e8e334ca711e9f8e2df5a0385e8e6@13.75.154.138:30303",
"enode://1118980bf48b0a3640bdba04e0fe78b1add18e1cd99bf22d53daac1fd9972ad650df52176e7c7d89d1114cfef2bc23a2959aa54998a46afcf7d91809f0855082@52.74.57.123:30303",
"enode://979b7fa28feeb35a4741660a16076f1943202cb72b6af70d327f053e248bab9ba81760f39d0701ef1d8f89cc1fbd2cacba0710a12cd5314d5e0c9021aa3637f9@5.1.83.226:30303"
],
"enode://d302f52c8789ad87ee528f1431a67f1aa646c9bec17babb4665dfb3d61de5b9119a70aa77b2147a5f28854092ba09769323c1c552a6ac6f6a34cbcf767e2d2fe@158.69.248.48:30303",
"enode://c72564bce8331ae298fb8ece113a456e3927d7e5989c2be3e445678b3600579f722410ef9bbfe339335d676af77343cb21b5b1703b7bebc32be85fce937a2220@191.252.185.71:30303",
"enode://e3ae4d25ee64791ff98bf17c37acf90933359f2505c00f65c84f6863231a32a94153cadb0a462e428f18f35ded6bd91cd91033d26576a28558c22678be9cfaee@5.63.158.137:35555"
],
"accounts": {
"0000000000000000000000000000000000000001": {
"balance": "1",
Expand Down

1 comment on commit 41dfbfc

@Varunram
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Please sign in to comment.