Skip to content

Commit

Permalink
Merge pull request #763 from doitian/testnet-genesis-timestamp
Browse files Browse the repository at this point in the history
[ᚬrc/v0.12.0] feat: set testnet gensis timestamp
  • Loading branch information
doitian committed May 14, 2019
2 parents 6bf6eb5 + f9179a8 commit 9d545e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/hashes.toml
Expand Up @@ -5,7 +5,7 @@ cellbase = "0x1d1d6e4c551e076d5248303bfc1a70b8dd0e82ecf8250c3d50b56aec57325c7e"
system_cells = []

[ckb_testnet]
genesis = "0xd8b010a7a5761da720b8d7f574262a53393c6f72a51e03921b82cd870821c7f0"
genesis = "0xcbdf7ba31715d7269b84d9554b9e1b11ca11cb66880992ad19f8e6ce9f2807a2"
cellbase = "0xbffab7ee0a050e2cb882de066d3dbf3afdd8932d6a26eda44f06e4b23f0f4b5a"

[[ckb_testnet.system_cells]]
Expand Down
4 changes: 2 additions & 2 deletions resource/specs/testnet.toml
Expand Up @@ -3,11 +3,11 @@ name = "ckb_testnet"
[genesis]
version = 0
parent_hash = "0x0000000000000000000000000000000000000000000000000000000000000000"
timestamp = 0
timestamp = 1557844037000
difficulty = "0x1000"
uncles_hash = "0x0000000000000000000000000000000000000000000000000000000000000000"
# run `cargo run cli hashes -b` to get the genesis hash
hash = "0xd8b010a7a5761da720b8d7f574262a53393c6f72a51e03921b82cd870821c7f0"
hash = "0xcbdf7ba31715d7269b84d9554b9e1b11ca11cb66880992ad19f8e6ce9f2807a2"
issued_cells = []

[genesis.seal]
Expand Down

0 comments on commit 9d545e3

Please sign in to comment.