Skip to content

Commit

Permalink
Enable export to preprod and preview buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed Oct 17, 2023
1 parent b1ff82b commit 56c7e50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions marlowe-playground-client/src/ExportToRunner.purs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ exportToRunnerForm contractString _state =
, div_
do
(title /\ url) <-
[ ("Mainnet" /\ "https://mainnet.runner.marlowe.iohk.io/")
, ("Preprod" /\ "https://preprod.runner.marlowe.iohk.io/")
[ ("Preprod" /\ "https://preprod.runner.marlowe.iohk.io/")
, ("Preview" /\ "https://preview.runner.marlowe.iohk.io/")
]
pure $ a
Expand Down

0 comments on commit 56c7e50

Please sign in to comment.