Outblock / FRW-iOS

Apache License 2.0
3 stars 4 forks source link

Ios Dynamic Decimal EVM #353

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

This issue already fixed in ios prod version 2.1.12(8).