diff --git a/packages/gateway-client/src/worker/p2p-client/index.ts b/packages/gateway-client/src/worker/p2p-client/index.ts index 646c8aa..a11572e 100644 --- a/packages/gateway-client/src/worker/p2p-client/index.ts +++ b/packages/gateway-client/src/worker/p2p-client/index.ts @@ -111,6 +111,11 @@ export class P2pClient { maxListeners: 5, // Configure maximum number of HOP relays to use }, }, + identify: { + host: { + agentVersion: `smz-pwa/0.0.0`, + }, + }, }); initLibp2pLogging();