Skip to content
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

Add multichain support for ledger & web3auth wallets #256

Open
chalabi2 opened this issue Feb 7, 2025 · 0 comments
Open

Add multichain support for ledger & web3auth wallets #256

chalabi2 opened this issue Feb 7, 2025 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@chalabi2
Copy link
Collaborator

chalabi2 commented Feb 7, 2025

Summary

Following the merge of #194 web3auth & ledger-hsm wallets were breaking due to the inability to connect multiple chains at the same time.
The hook that allows us to do this from cosmos-kit is useChains we reverted back to the single useChain as a fix for now. We have also disabled the ability to select a different fromChain in the ibcSendForm.

Issues

  • useChains breaks ledger & web3Auth
  • cant send from osmosis to manifest only from manifest to osmosis

Solution

Call client.enable and pass the chainId's for the chains we want each wallet to support
Ensure ledger can connect/print multiple wallets at once

@chalabi2 chalabi2 added bug Something isn't working enhancement New feature or request labels Feb 7, 2025
@chalabi2 chalabi2 self-assigned this Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant