Skip to content

Commit 74fb97e

Browse files
committed
Change test port
1 parent efbe176 commit 74fb97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supernode/cmd/start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ The supernode will connect to the Lumera network and begin participating in the
146146
isTestnet := strings.Contains(strings.ToLower(appConfig.LumeraClientConfig.ChainID), "testnet")
147147

148148
if isTestnet {
149-
profilingAddr := "0.0.0.0:6060"
149+
profilingAddr := "0.0.0.0:6062"
150150

151151
logtrace.Info(ctx, "Starting profiling server", logtrace.Fields{
152152
"address": profilingAddr,

0 commit comments

Comments
 (0)