We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1310df6 commit b123dceCopy full SHA for b123dce
1 file changed
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:6062"
+ profilingAddr := "0.0.0.0:8082"
150
151
logtrace.Info(ctx, "Starting profiling server", logtrace.Fields{
152
"address": profilingAddr,
0 commit comments