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 920eecf commit 2e742e5Copy full SHA for 2e742e5
internal/config/config.go
@@ -106,7 +106,7 @@ func (c *Config) populateNetworkMagic() error {
106
case "preview":
107
c.Node.NetworkMagic = libada.Preview.ProtocolMagic()
108
case "preprod":
109
- c.Node.NetworkMagic = libada.preprod.ProtocolMagic()
+ c.Node.NetworkMagic = libada.Preprod.ProtocolMagic()
110
case "testnet":
111
c.Node.NetworkMagic = libada.Testnet.ProtocolMagic()
112
case "mainnet":
0 commit comments