airgap-it / airgap-vault

The AirGap Vault is installed on a spare smartphone that has no connection to any network, thus it is air gapped. This app handles the private key.
MIT License
380 stars 107 forks source link

Unable to withdraw USDC with BIP-39 issue #153

Closed luyotw closed 1 year ago

luyotw commented 1 year ago

I want to withdraw my USDC on Ethereum from my AirGap Wallet, but when signing the transaction, the AirGap Vault app told me "If you have set a BIP-39 passphrase, please enter it here.", I'm pretty sure I have never set that, so I press "Ok" directly with leaving it empty, then it showed "Public keys do not match. Did you enter the correct BIP-39 Passphrase?".

I can withdraw ETH with the same secret without the app having me to enter that. I've checked the error history, the error message was "Uncaught (in promise): Error: not Implemented".

Is there anything I did wrong? I can't even exchange USDC to other tokens for the same issue, so my USDC have been trapped in the wallet, what can I do?

luyotw commented 1 year ago

截圖 2022-08-08 下午3 58 20

AndreasGassmann commented 1 year ago

The bug where you cannot send certain ERC20 tokens has been fixed a few days ago and will be included in the next release.

You can either wait for the fix to be released to send your USDC, or you can pair your Vault to MetaMask. If you initiate the USDC transaction with MetaMask, then it should work. (Tutorial: https://support.airgap.it/guides/metamask)

Sorry for the inconvenience.

PS: The "Error: not implemented" error is not related to it, it happens every time you start the app.

luyotw commented 1 year ago

@AndreasGassmann I see, thank you so much!