Skip to content

Commit

Permalink
Merge pull request #344 from input-output-hk/ch/support-simple-script…
Browse files Browse the repository at this point in the history
…s-in-coway

Add support for simple scripts in Conway
  • Loading branch information
Jimbo4350 authored Oct 25, 2023
2 parents c9f4831 + bc8dc7a commit 5b5d63f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cardano-api/internal/Cardano/Api/Script.hs
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,9 @@ scriptLanguageSupportedInEra era lang =
(BabbageEra, SimpleScriptLanguage) ->
Just SimpleScriptInBabbage

(ConwayEra, SimpleScriptLanguage) ->
Just SimpleScriptInConway

(AlonzoEra, PlutusScriptLanguage PlutusScriptV1) ->
Just PlutusScriptV1InAlonzo

Expand Down

0 comments on commit 5b5d63f

Please sign in to comment.