Skip to content

Commit 169ab07

Browse files
committed
update timestamp of block zero
1 parent adf3274 commit 169ab07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/genesis/src/mainnet.genesis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"depositContractAddress": null
6767
},
6868
"nonce": "0x0",
69-
"timestamp": "0x0",
69+
"timestamp": "0x690B792F",
7070
"extraData": "0x",
7171
"gasLimit": "0x1c9c380",
7272
"difficulty": "0x0",

crates/genesis/src/pecorino.genesis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"depositContractAddress": null
6767
},
6868
"nonce": "0x0",
69-
"timestamp": "0x0",
69+
"timestamp": "0x6894E6BD",
7070
"extraData": "0x",
7171
"gasLimit": "0x1c9c380",
7272
"difficulty": "0x0",

0 commit comments

Comments
 (0)