Skip to content

Commit

Permalink
Reuse the hydra-chain-observer library code to collect the observations
Browse files Browse the repository at this point in the history
  • Loading branch information
ffakenz committed Jan 10, 2024
1 parent 17fbe3c commit 42d948a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hydra-explorer/src/Hydra/Explorer.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module Hydra.Explorer where

import Hydra.ChainObserver qualified
import Hydra.Prelude

main :: IO ()
main = pure ()
main = Hydra.ChainObserver.main

0 comments on commit 42d948a

Please sign in to comment.