blockintel-gate-sdk 0.4.0 → 0.4.2

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.
@@ -1282,7 +1282,7 @@ var HeartbeatManager = class {
1282
1282
  this.started = true;
1283
1283
  this.startEvictionTimer();
1284
1284
  this.getTokenForSigner(this.defaultSignerId, 0).catch((error) => {
1285
- console.error("[HEARTBEAT] Failed to acquire initial heartbeat:", error instanceof Error ? error.message : error);
1285
+ console.warn("[HEARTBEAT] Failed to acquire initial heartbeat:", error instanceof Error ? error.message : error);
1286
1286
  });
1287
1287
  }
1288
1288
  startEvictionTimer() {