We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbf0cd commit dfae28cCopy full SHA for dfae28c
src/services/mainnet.js
@@ -214,7 +214,7 @@ export async function liveMainnet(id, watch) {
214
try {
215
isJobRunning = true;
216
// Get the current slot
217
- const currentSlotPath = `/${id}/slot/current/body` // LIVE PARAMS
+ const currentSlotPath = `/${id}/slot/current` // LIVE PARAMS
218
const currentSlotParams = {
219
path: currentSlotPath,
220
method: 'GET'
0 commit comments