BirthdayResearch / defichain-wallet

DeFiChain Wallet. The DeFi Blockchain Light Wallet for iOS, Android & Web.
MIT License
126 stars 46 forks source link

Light Wallet EVM doesn't show USDC Balance #4160

Closed LastHour123 closed 6 months ago

LastHour123 commented 7 months ago

#### What happened: I transferred USDC from DMC MetaMask Wallet to EVM address on DefiChain LightWallet. The USDC arrived as per block explorer, I do not see them / cannot interact or send.

#### What you expected to happen: To be able to use USDC in Lightwallet.

#### How to reproduce it (as minimally and precisely as possible): Send USDC to Lightwallet on EVM.

#### Anything else we need to know?: Yesterday it worked. DUSD show up. If I send them over to baselayer and convert them to USDC and send those back to EVM, they don't show up either.

github-actions[bot] commented 7 months ago

@LastHour123: Thanks for opening an issue, it is currently awaiting triage.

The triage/accepted label can be added by foundation members by writing /triage accepted in a comment.

Details I am a bot created to help the [BirthdayResearch](https://github.com/BirthdayResearch) developers manage community feedback and contributions. You can check out my [manifest file](https://github.com/BirthdayResearch/defichain-wallet/blob/main/.github/governance.yml) to understand my behavior and what I can do. If you want to use this for your project, you can check out the [BirthdayResearch/oss-governance-bot](https://github.com/BirthdayResearch/oss-governance-bot) repository.
github-actions[bot] commented 7 months ago

@LastHour123: There are no 'area' labels on this issue. Adding an appropriate label will greatly expedite the process for us. You can add as many area as you see fit. If you are unsure what to do you can ignore this!

You can add area labels by leaving a /area comment.

Details I am a bot created to help the [BirthdayResearch](https://github.com/BirthdayResearch) developers manage community feedback and contributions. You can check out my [manifest file](https://github.com/BirthdayResearch/defichain-wallet/blob/main/.github/governance.yml) to understand my behavior and what I can do. If you want to use this for your project, you can check out the [BirthdayResearch/oss-governance-bot](https://github.com/BirthdayResearch/oss-governance-bot) repository.
github-actions[bot] commented 7 months ago

@LastHour123: Thanks for opening an issue, an appropriate priority will be added soon.

The priority labels can be added by foundation members by writing /priority [type] in a comment.

Details I am a bot created to help the [BirthdayResearch](https://github.com/BirthdayResearch) developers manage community feedback and contributions. You can check out my [manifest file](https://github.com/BirthdayResearch/defichain-wallet/blob/main/.github/governance.yml) to understand my behavior and what I can do. If you want to use this for your project, you can check out the [BirthdayResearch/oss-governance-bot](https://github.com/BirthdayResearch/oss-governance-bot) repository.
pierregee commented 6 months ago

Has the correct balance eventually appeared, or is it still showing an incorrect balance?

LastHour123 commented 6 months ago

Has the correct balance eventually appeared, or is it still showing an incorrect balance?

Hey pierregee, thanks for reaching out! It's still showing no balance.

RoMi1981 commented 6 months ago

This happens also for different token like usdt or dtoken. I think the main issue here is the evm balance endpoint which is not updated ordinary so the LW did not display the right balance.

A workaround is to send a small amount of the missing token from external address to evm address again or convert a small amount of the missing token from DVM to EVM.

LastHour123 commented 6 months ago

This happens also for different token like usdt or dtoken. I think the main issue here is the evm balance endpoint which is not updated ordinary so the LW did not display the right balance.

A workaround is to send a small amount of the missing token from external address to evm address again or convert a small amount of the missing token from DVM to EVM.

I tried it and it works now! Thank you very much