Skip to content

Commit

Permalink
Fix E2E tests: use Conway era
Browse files Browse the repository at this point in the history
  • Loading branch information
klntsky committed Aug 30, 2024
1 parent 612873f commit d10ceaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Internal/Test/E2E/Runner.purs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ import Ctl.Internal.Test.E2E.Wallets
)
import Ctl.Internal.Test.UtxoDistribution (withStakeKey)
import Ctl.Internal.Testnet.Contract (withTestnetContractEnv)
import Ctl.Internal.Testnet.Types (Era(Babbage), TestnetConfig)
import Ctl.Internal.Testnet.Types (Era(Conway), TestnetConfig)
import Data.Array (catMaybes, mapMaybe, nub)
import Data.Array as Array
import Data.ByteArray (hexToByteArray)
Expand Down Expand Up @@ -215,7 +215,7 @@ buildLocalTestnetConfig options =
, hooks: emptyHooks
, clusterConfig:
{ testnetMagic: 2
, era: Babbage
, era: Conway
, slotLength: Seconds 0.05
, epochSize: Nothing
}
Expand Down

0 comments on commit d10ceaf

Please sign in to comment.