Skip to content

Commit b123dce

Browse files
Change test port
1 parent 1310df6 commit b123dce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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:6062"
149+
profilingAddr := "0.0.0.0:8082"
150150

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

0 commit comments

Comments
 (0)