We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d1d57 commit 986475aCopy full SHA for 986475a
quickblue/src/Explorer/Config.hs
@@ -12,7 +12,7 @@ data Network = Mainnet | Preview
12
13
data ExplorerConfig = ExplorerConfig
14
{ explorerUri :: Uri
15
- , newtwork :: Network
+ , network :: Network
16
} deriving (Generic, Show)
17
18
instance FromDhall ExplorerConfig
0 commit comments