You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let us say I want to approve 1 usdc, I send a request to approve the token (from my dapp). The request reaches to safe wallet (which I use via walletconnect connection). Now after signing in safe wallet, the transaction gets mined, but that message never reaches the client from where I sent the approve request from i.e. the dapp.
Expected Behavior
The fail/success reciept of the transaction should reach the dapp, so that the user journey can progress further.
Steps To Reproduce
You connect your safe wallet to your dapp which is in sveltekit, via the wallet connect option and try to approve or do any other contract interaction.
we use ethers ^6.13.3, and use txn.wait() to wait for the txn reciept
Sanity Check
If this is a build issue, I have included my build config. If this is a runtime issue, I have included reproduction steps and/or a Minimal, Reproducible Example.
The text was updated successfully, but these errors were encountered:
@souvikmishra we have updated the @web3-onboard/walletconnect package with the latest version of the WC deps. Please upgrade and try again as the pinned WC deps to the previous version have been causing other issues which are now fixed
Hey @Adamj1232 created a small demo for reproducing the same https://github.com/souvikmishra/blocknative-demo/tree/main, hope this helps. I tested using walletconnect to use Safe Wallet on Polygon Mainnet, and when using the approveToken the app was in perpetual state of loading, i.e. the dApp never knew that the txn was successful or not
Current Behavior
Let us say I want to approve 1 usdc, I send a request to approve the token (from my dapp). The request reaches to safe wallet (which I use via walletconnect connection). Now after signing in safe wallet, the transaction gets mined, but that message never reaches the client from where I sent the approve request from i.e. the dapp.
Expected Behavior
The fail/success reciept of the transaction should reach the dapp, so that the user journey can progress further.
Steps To Reproduce
You connect your safe wallet to your dapp which is in sveltekit, via the wallet connect option and try to approve or do any other contract interaction.
What package is effected by this issue?
@web3-onboard/walletconnect
Is this a build or a runtime issue?
Runtime
Package Version
^2.22.3
Node Version
21.7.3
What browsers are you seeing the problem on?
Firefox, Chrome
Relevant log output
No response
Anything else?
Walletconnect module config
we use ethers ^6.13.3, and use
txn.wait()
to wait for the txn recieptSanity Check
The text was updated successfully, but these errors were encountered: