Skip to content

Commit c197fc5

Browse files
committed
fix(ci): read routes from the signed listener lease
Generated-by: Codex (gpt-5.6-sol)
1 parent 37d7252 commit c197fc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/smoke-release-cli-package.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ async function smokeRuntimeHostPeerProtocol({ packageRoot, cliEntrypoint, root }
333333
transport: {
334334
kind: 'libp2p-direct',
335335
peerId,
336-
routeHints: listener.listenAddresses,
336+
routeHints: listener.reachability.lease.directRoutes,
337337
coordinationRelays: listener.reachability.lease.coordinationRoutes,
338338
},
339339
},

0 commit comments

Comments
 (0)