File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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 ]]
You can’t perform that action at this time.
0 commit comments