Replies: 2 comments
-
Hello, MetaMask Mobile is an EVM wallet; it does not support Algorand. The connection error in Ledger Live lists all chains their WalletConnection integration supports, Algorand isn't on the list. As for the Pera Wallet, I believe that it used to work. The network ID used by the sample is correct. It's what Algorand used in their CAIP-2 document. Maybe reach out to them and ask what chain ID and methods their wallet supports? |
Beta Was this translation helpful? Give feedback.
-
Hi There, " their WalletConnection integration supports," ah this makes sense. I was confused because they have Algorand wallets and I can send/recieve on that network. This clarifies that part. To be honest, at this stage it seems more work that it should be just to get it running. I'm going to explore other options that are available and intergrated. Thanks! |
Beta Was this translation helpful? Give feedback.
-
To recreate the issue:
Install the package, download the walletconnect sample and run in either PC or Android build modes.
Wallets tested: Ledger, Pera, Metamask
When using PC build version:
When using Android build (either in editor or on device):
The sample includes the Algorand Mainnet, which can be seen in the script.
Both Wallets and the Sample are all running on the mainnet out of the box, so i don't understand why there is a mismatch because no where do we disclose the testnet. Could there be a mismatch with the blockchain address?
algorand:wGHE2Pwdvd7S12BL5FaOP20EGYesN73k - this is the mainet one provided by WalletConnect here
Not sure exactly if this address is being called because the script example has:
Beta Was this translation helpful? Give feedback.
All reactions