Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Nov 28, 2024
1 parent e700d78 commit a41b90c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module Cardano.CLI.EraBased.Run.Genesis.CreateTestnetData
)
where

-- import Cardano.Api.Exp
import Cardano.Api hiding (ConwayEra)
import Cardano.Api.Byron (rationalToLovelacePortion)
import qualified Cardano.Api.Byron as Byron hiding (GenesisParameters)
Expand Down Expand Up @@ -239,7 +240,7 @@ runGenesisCreateTestNetDataCmd
, outputDir
} = do
liftIO $ createDirectoryIfMissing False outputDir
let era = inject eon
let era = convert @_ @CardanoEra eon
shelleyGenesisInit <-
fromMaybe shelleyGenesisDefaults <$> traverse decodeShelleyGenesisFile specShelley
alonzoGenesis <-
Expand Down

0 comments on commit a41b90c

Please sign in to comment.