argentlabs / argent-x

ArgentX browser extension for StarkNet - made with ❤️ by Argent
https://github.com/argentlabs/argent-x
Other
625 stars 273 forks source link

If decimal is 0 for erc20 tokens #579

Closed 0xDegenDeveloper closed 2 years ago

0xDegenDeveloper commented 2 years ago

Setting the decimal to return 0 appears to bug out argentX. Minting 1000 tokens with decimal = 0 says my balance is 100.0 (expected) but minting 1000 tokens with decimal = 0 says my balance is .000000000000001 instead of the expected 1000 flat

dhruvkelawala commented 2 years ago

Can you give more context on this issue and how to reproduce it?

dhruvkelawala commented 2 years ago

Closing this issue due to inactivity