Skip to content

Commit 1e8891e

Browse files
authored
update timestamp of first blocks to match Host timestamp (#48)
* update timestamp of block zero * lowercase
1 parent adf3274 commit 1e8891e

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)