Skip to content

Commit

Permalink
Merge pull request #158 from lukso-network/chore/log-sent-requests
Browse files Browse the repository at this point in the history
chore: logging the request that is about to be sent;
  • Loading branch information
JeneaVranceanu authored Jul 29, 2024
2 parents fb22e4e + 4d3d0a5 commit 7c357e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/compositions/useWeb3Connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ const sendTransaction = (
}

const sendRequest = (request: any): Promise<any> => {
console.log('Sending request:', request)
if (provider.value) {
return provider.value.request(request)
}
Expand Down

0 comments on commit 7c357e8

Please sign in to comment.