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