-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Wallet Connect - Fireblocks #1004
Comments
Hi, @Calcifer1001 thanks for raising this issue.
This error can be ignored or you can verify your domain in WalletConnect https://cloud.walletconnect.com/app - Click Project Id then Domain verification We would appreciate it if you create a demo with a version of @near-wallet-selector/wallet-connect |
How can we get a Fireblocks testnet account? With which wallet are you trying to sign and send these transactions? |
In the wallet-connect option, you only scan the QR code once to connect with the wallet, not every time you |
I'll try what you suggested. Regarding fireblocks, you should be able to get a testnet account here |
Hi, while I wait for Fireblocks to activate the account for me. I tested your demo with the web-examples of WalletConnect where we added support for NEAR: I noticed that in the transaction to stake 1 NEAR the |
I am seeing this exact issue too. I pulled down the examples repository and installed and set my Wallet connect ID but I can't even get it to form a connection. |
Can you provide a demo where the issue is reproduced? I tested our example: https://near.github.io/wallet-selector/ The example provided by @Calcifer1001 seems to be private: https://github.com/Meta-Pool/fireblocks-minimalist-test I have requested an account from Fireblocks but they have not responded yet, is there any way I can get an account faster? |
Here's a video trying out this example provided above: https://fireblocks-minimalist-test.vercel.app/ demo.webm |
What examples repository have you pulled down? |
Hey @kujtimprenkuSQA . I am using the react app in the examples for the wallet-connector. When I try and connect to fireblocks it just shows rejected. I see your dependency bump. I will try that now. |
Hi, can you move to this branch locally: https://github.com/near/wallet-selector/tree/bump-wallet-connect-deps
Try connecting the fireblocks wallet again. If this does not work could you remove near_signMessage method and refresh the example and try to connect again and see if this is causing any issues. I will see to find a way to get a Fireblocks account and troubleshoot it asap. |
We just published a new version of wallet selector Tested WalletConnect option with https://react-wallet.walletconnect.com/ and https://optowallet.com/ (now deprecated, but still works fine) wallet-connect option is working fine with these two.
We have applied for an account in Fireblocks but we never got any reply from them, is there any other way we could get an account? |
Hi, @Calcifer1001 & @kieranbop1990 have you tested the latest version of Wallet Selector, are you still having issues with Fireblocks? |
I have requested a demo from Fireblocks multiple times and have emailed them this week, still waiting for a response from them. |
Hi @Calcifer1001 @kieranbop1990 any news regarding this 👆 ? Thanks! |
Hi @Calcifer1001 @kieranbop1990 , I will close this issue for now, as there has been no reply for a while. Feel free to reopen it. Thanks! |
Describe the bug
After logging in using wallet connect and fireblocks, any time I try to do a transaction of any sort I get the error
Uncaught (in promise) {code: -32000, message: 'Server error'}
Steps To Reproduceå
Steps to reproduce the behavior:
Connect
Stake 1 NEAR
Error description
It is expected to get a QR code to scan with fireblocks and stake 1 NEAR
Screenshots
Desktop:
Additional Context
In order to make this simpler, I've created this minimalist example. The vercel link above points to the same repo.
To replicate the real scenario, I left the @near-wallet-selector/wallet-connect version to "6.0.0" since when updating it into the real project has an error and when using the newest in this minimalist example I get another error, telling
Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://verify.walletconnect.com') does not match the recipient window's origin ('https://fireblocks-minimalist-test.vercel.app')
when clicking onWallet connect
in the modalThe text was updated successfully, but these errors were encountered: