Skip to content

Commit

Permalink
chore: logging the request that is about to be sent;
Browse files Browse the repository at this point in the history
  • Loading branch information
JeneaVranceanu committed Jul 29, 2024
1 parent fb22e4e commit a8ab64e
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 a8ab64e

Please sign in to comment.