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
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
The text was updated successfully, but these errors were encountered:
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 singleuseChain
as a fix for now. We have also disabled the ability to select a differentfromChain
in theibcSendForm
.Issues
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
The text was updated successfully, but these errors were encountered: