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
Description:
Currently whenever a transaction is signed with the Solana mainnet chainId as per the SUPPORTED_CHAINS.md it fails with a -32000 code and a message of transaction failed to send.
SDK(s): (based off of JonWong repo above)
@walletconnect/modal ^2.6.2
@walletconnect/sign-client ^2.10.6
@walletconnect/utils ^2.10.6
Desktop (please complete the following information):
OS: MacOS 14.4
Browser: Arc
Version: 1.43
Additional context
Preface, currently the Solana chain uses Wallet-Adapter as its base for interacting with core supported adapters. As of time writing this, the WalletConnect adapter used is primarily sourced from Jon Wong's implementation, due to his PR being stuck in limbo for upping the version I copy-pasta'd the implementation with the updated code @ GooseFX WalletConnect Fix.
The text was updated successfully, but these errors were encountered:
On further testing/investigation - I believe this is to be caused by Legacy Transactions. Moving to VersionedTransactions they sign and send perfectly. If this is expected I assume this can be closed.
[Edit]
Seems like trust wallet fails using the new chainId when trying to send, but wont connect on old chainId - had a false positive due to Exodus wallet
Description:
Currently whenever a transaction is signed with the Solana mainnet chainId as per the SUPPORTED_CHAINS.md it fails with a -32000 code and a message of transaction failed to send.
SDK(s): (based off of JonWong repo above)
@walletconnect/modal ^2.6.2
@walletconnect/sign-client ^2.10.6
@walletconnect/utils ^2.10.6
Steps to reproduce the behavior:
Expected behavior
Expect a transaction to succeed if the conditions are correct i.e user has the correct wallet balance or token account.
Screenshots
Loom to help
Desktop (please complete the following information):
Additional context
Preface, currently the Solana chain uses Wallet-Adapter as its base for interacting with core supported adapters. As of time writing this, the WalletConnect adapter used is primarily sourced from Jon Wong's implementation, due to his PR being stuck in limbo for upping the version I copy-pasta'd the implementation with the updated code @ GooseFX WalletConnect Fix.
The text was updated successfully, but these errors were encountered: