Description
By default, always show up to single-digit billions. If there's not enough space, remove decimal places. If there's still not enough space, use some shorter format (B's)
Acceptance Criteria
Currency amounts >= 10B should reduce the number of digits shown (start removing decimals one by one, then use the abbreviated form)
Description By default, always show up to single-digit billions. If there's not enough space, remove decimal places. If there's still not enough space, use some shorter format (B's)
Acceptance Criteria Currency amounts >= 10B should reduce the number of digits shown (start removing decimals one by one, then use the abbreviated form)
Dependency: https://github.com/status-im/status-mobile/issues/18225