Skip to content

Commit

Permalink
feat(txs-tracer-core): ✨ add websocket url on trace event
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideSegullo committed Mar 7, 2023
1 parent 1261287 commit 403658f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ export const txTraceMachine = createMachine(
query: (_, event) => {
return event.data.query;
},
websocketUrl: (_, event) => {
return event.data.websocketUrl;
},
}),
},
},
Expand Down

0 comments on commit 403658f

Please sign in to comment.