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

Commit

Permalink
Merge pull request #21 from ethereumjs/rinkeby-timestamp
Browse files Browse the repository at this point in the history
Add timestamp to rinkeby genesis params
  • Loading branch information
holgerd77 authored Aug 13, 2018
2 parents 6aafbd9 + ae00e8f commit 6829484
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion chains/kovan.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"url": "https://kovan-testnet.github.io/website/",
"genesis": {
"hash": "0xa3c565fc15c7478862d50ccd6561e3c06b24cc509bf388941c25ea985ce32cb9",
"timestamp": null,
"gasLimit": 6000000,
"difficulty": 131072,
"nonce": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
Expand Down Expand Up @@ -51,4 +52,4 @@
"comment": "Parity Bootnode"
}
]
}
}
3 changes: 2 additions & 1 deletion chains/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"url": "https://ethstats.net/",
"genesis": {
"hash": "0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3",
"timestamp": null,
"gasLimit": 5000,
"difficulty": 17179869184,
"nonce": "0x0000000000000042",
Expand Down Expand Up @@ -92,4 +93,4 @@
"comment": "Go Bootnode"
}
]
}
}
3 changes: 2 additions & 1 deletion chains/rinkeby.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"url": "https://www.rinkeby.io",
"genesis": {
"hash": "0x6341fd3daf94b748c72ced5a5b26028f2474f5f00d824504e4fa37a75767e177",
"timestamp": "0x58ee40ba",
"gasLimit": 4700000,
"difficulty": 1,
"nonce": "0x0000000000000000",
Expand Down Expand Up @@ -78,4 +79,4 @@
"comment": "INFURA"
}
]
}
}
3 changes: 2 additions & 1 deletion chains/ropsten.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"url": "https://github.com/ethereum/ropsten",
"genesis": {
"hash": "0x41941023680923e0fe4d74a34bdac8141f2540e3ae90623718e47d66d1ca4a2d",
"timestamp": null,
"gasLimit": 16777216,
"difficulty": 1048576,
"nonce": "0x0000000000000042",
Expand Down Expand Up @@ -100,4 +101,4 @@
"comment": "@gpip"
}
]
}
}

0 comments on commit 6829484

Please sign in to comment.