You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
came in internally:
background, i have backed that return token name, value, and decimal
Want to transform value to a value represented with decimal point
So issue is when i want to use fromWei it requires unit but unit is string (as a key from ethUnitMap) but i have digit representative (18 will be ether)
What is the best approach to usage for fromWei when i only have decimal point?