diff --git a/src/App.tsx b/src/App.tsx index 785e550..bcd7e86 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -75,6 +75,9 @@ function App() { const debugged = await axios.post(url + "/debug/tracers", { target: `${block.id}/${txIndex}/${i}`, name: 'call', + config: { + OnlyTopCall: true, + } }); const revertReason = decodeRevertReason(debugged.data.output);