From 3d69c97091237b2151a3a1d26523db95639d2d19 Mon Sep 17 00:00:00 2001 From: twilson63 Date: Tue, 9 Sep 2025 13:39:18 -0400 Subject: [PATCH] fix: applied live updates fix for hyper-aos --- src/services/mainnet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/mainnet.js b/src/services/mainnet.js index daf03380..bb477942 100644 --- a/src/services/mainnet.js +++ b/src/services/mainnet.js @@ -214,7 +214,7 @@ export async function liveMainnet(id, watch) { try { isJobRunning = true; // Get the current slot - const currentSlotPath = `/${id}/slot/current/body` // LIVE PARAMS + const currentSlotPath = `/${id}/slot/current` // LIVE PARAMS const currentSlotParams = { path: currentSlotPath, method: 'GET'