Skip to content

Commit c1eaa66

Browse files
committed
Testnet06 final values
1 parent 6e9cc54 commit c1eaa66

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Chainweb/Version/Testnet06.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,10 @@ testnet06 = ChainwebVersion
9595
, _versionHeaderBaseSizeBytes = 318 - 110
9696
, _versionBootstraps = domainAddr2PeerInfo testnet06BootstrapHosts
9797
, _versionGenesis = VersionGenesis
98-
-- TODO Setup properly here
9998
{ _genesisBlockTarget = onChains $ concat
10099
[ [(unsafeChainId i, HashTarget $ maxBound `div` 100_000) | i <- [0..19]]
101100
]
102-
-- TODO Setup Genesis time properly
103-
, _genesisTime = AllChains $ BlockCreationTime [timeMicrosQQ| 2019-07-17T18:28:37.613832 |]
101+
, _genesisTime = AllChains $ BlockCreationTime [timeMicrosQQ| 2026-02-16T08:15:00.000000 |]
104102
, _genesisBlockPayload = onChains $ concat
105103
[ [(unsafeChainId 0, TST0.payloadBlock)]
106104
, [(unsafeChainId i, TSTN.payloadBlock) | i <- [1..19]]

0 commit comments

Comments
 (0)