Skip to content

Commit 1a37698

Browse files
committed
Change default era value from Babbage to Conway
1 parent 5f38070 commit 1a37698

File tree

1 file changed

+1
-1
lines changed
  • cardano-cli/src/Cardano/CLI/EraBased/Common

1 file changed

+1
-1
lines changed

cardano-cli/src/Cardano/CLI/EraBased/Common/Option.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ pAnyShelleyBasedEra envCli =
407407
mconcat [Opt.long "conway-era", Opt.help "Specify the Conway era"]
408408
]
409409
, maybeToList $ pure <$> envCliAnyEon envCli
410-
, pure $ pure $ EraInEon ShelleyBasedEraBabbage
410+
, pure $ pure $ EraInEon ShelleyBasedEraConway
411411
]
412412

413413
deprecationText :: String

0 commit comments

Comments
 (0)