diff --git a/apps/debugger/src/app/debugger.ts b/apps/debugger/src/app/debugger.ts index 50f1208340..40f2e1b4d6 100644 --- a/apps/debugger/src/app/debugger.ts +++ b/apps/debugger/src/app/debugger.ts @@ -25,6 +25,6 @@ export class DebuggerClientApi extends DebuggerApiMixin(PluginClient) { getDebugWeb3: () => any // returns an instance of web3.js, if applicable (mainet, goerli, ...) it returns a reference to a node from devops (so we are sure debug endpoint is available) web3: () => any // returns an instance of web3.js onStartDebugging: () => void // called when debug starts - onStopDebugging: () => void // called when debug starts + onStopDebugging: () => void // called when debug stops }