@agentlayer.tech/wallet 0.1.72 → 0.1.74

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -300,6 +300,8 @@ async function handleRequest(request, response) {
300
300
  chainId: runtimeConfig.chainId,
301
301
  host: config.host,
302
302
  dataDir: config.dataDir,
303
+ instanceId: config.instanceId,
304
+ pid: process.pid,
303
305
  authRequired: config.authRequired,
304
306
  unlockTimeoutSeconds: config.unlockTimeoutSeconds,
305
307
  availableNetworks: Object.keys(config.networkProfiles),