We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efbe176 commit 74fb97eCopy full SHA for 74fb97e
supernode/cmd/start.go
@@ -146,7 +146,7 @@ The supernode will connect to the Lumera network and begin participating in the
146
isTestnet := strings.Contains(strings.ToLower(appConfig.LumeraClientConfig.ChainID), "testnet")
147
148
if isTestnet {
149
- profilingAddr := "0.0.0.0:6060"
+ profilingAddr := "0.0.0.0:6062"
150
151
logtrace.Info(ctx, "Starting profiling server", logtrace.Fields{
152
"address": profilingAddr,
0 commit comments