Warn user when custom token addition has defaulted to 0 #9777
Labels
area-tokens
needs-design
Needs design support.
Sev2-normal
Normal severity; minor loss of service or inconvenience.
type-bug
Something isn't working
ux-enhancement
Currently, when
attemptToAutoFillTokenParams
inadd-token.component.js
is called, if a network issue causes the decimals to default to0
, the user is not notified. This can lead to tokens being added with an erroneous decimals value of0
. Notifying the user that no decimal info was retrievable could prevent this. Perhaps even better we should require the user to directly input decimals in such cases.These changes might have prevented the issue detailed in #9771
The text was updated successfully, but these errors were encountered: