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
I have a problem with signing using Ledger account on Ethereum after trying to sign on unsupported network (low priority, as it can be fixed by disconnecting dapp from the extension).
My steps:
Uninstall Taho
Go to https://link3.to/, disconnect (if connected before) and do a hard reset with cleaning cache. Close
Install Taho and import a Ledger account
Turn ON the testnets and switch to Arb Sepolia
Set Taho as a default wallet
Go to https://link3.to/ and choose Connect wallet. Approve the connection in wallet.
Choose Send message -> Sign
The wallet does not connect, There are these errors in the wallet logs:
chrome-extension://eajafomhmkipbjmfmhebemolkcicgfmd/background.js:118544:24
Logs (wallet):
Async thunk failed Error: Unsupported network for Ledger signing
at LedgerService.signMessage (index.ts:550:13)
at SigningService.signData (index.ts:311:49)
at main.ts:982:54
at index.js:306:13
at Array.map (<anonymous>)
at Emittery.emit (index.js:304:23)
at async signing.ts:86:40
at async utils.ts:168:9
ProviderBridgeService.routeContentScriptRPCRequest
But then when I switch to Ethereum and reload the dapp, I'm still having the same issue. Only disconnecting the dapp from the wallet fixes that. I'm not sure if that's a bug or is it how it's supposed to work.
My steps (picking up after step 7):
Switch to Ethereum
Refresh link3.to
Choose Connect wallet.
Send message -> Sign. After that the same errors as after step 7 are shown.
Disconnect link3.to in the extension
Reload link3.to
Connect wallet.
Send message -> Sign.
Approve the signing in Ledger. This finally results in successful connection.
Tested using Taho 0.51.02922c34, Chrome & Brave
The text was updated successfully, but these errors were encountered:
I have a problem with signing using Ledger account on Ethereum after trying to sign on unsupported network (low priority, as it can be fixed by disconnecting dapp from the extension).
My steps:
Connect wallet
. Approve the connection in wallet.Send message
->Sign
The wallet does not connect, There are these errors in the wallet logs:
This I think is expected, because Arbitrum Sepolia is not on a list of networks supported when signing on Ledger (https://github.com/tahowallet/extension/blob/main/background/constants/networks.ts#L178)
But then when I switch to Ethereum and reload the dapp, I'm still having the same issue. Only disconnecting the dapp from the wallet fixes that. I'm not sure if that's a bug or is it how it's supposed to work.
My steps (picking up after step 7):
Connect wallet
.Tested using Taho 0.51.02922c34, Chrome & Brave
The text was updated successfully, but these errors were encountered: