Skip to content

Commit

Permalink
add missing parameters in preprod env config
Browse files Browse the repository at this point in the history
  • Loading branch information
augucharles committed Jan 19, 2023
1 parent 504095c commit 469e882
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tokenomia/Common/Environment.hs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ getPreprodEnvironmment magicNumber = do
byronSlotsPerEpoch = 21600
byronSecondsPerSlot = 20
systemStart <- ExternalPosix.utcTimeToPOSIXSeconds . coerce <$> getSystemStart' localNodeConnectInfo
systemStart' <- getSystemStart' localNodeConnectInfo

return $ Testnet {..}

Expand Down

0 comments on commit 469e882

Please sign in to comment.