Outblock / FRW-Android

Flow Reference Wallet - Android Client
Apache License 2.0
0 stars 5 forks source link

Android Dynamic Decimal EVM #296

Closed Peppermint1020 closed 1 month ago

Peppermint1020 commented 1 month ago

Sending USDCf from EVM to another Flow address resulted in an error. It seems to be an issue with handling the decimal places. Currently, all platforms are using 18 decimals, but USDCf uses 8 decimals. The handling needs to be dynamic based on the API response.

https://www.flowdiver.io/tx/72f54b4bc94a4005029500823918bec3d5af1c087f5c95954bcdb4558f6b5937?tab=script

Peppermint1020 commented 1 month ago

In Android prod version i1.4.12, USDCF token is not shown in EVM account token list in homepage when EVM account has USDCF.

Peppermint1020 commented 1 month ago

This feature already add in Android prod version i1.4.14. USDCF move and send successfully between EVM and Flow account now