multiversx / mx-sdk-dapp

A library that holds the core functional logic of a dapp on the MultiversX
66 stars 63 forks source link

fix hardcoded egld label in format ammount component #1176

Closed andreigiura closed 3 months ago

andreigiura commented 3 months ago

Issue

Format amount component falls back to hardcoded egld label

Reproduce

Issue exists on version 2.32.6 of sdk-dapp.

Root cause

Hardcoded egld label in format amount component

Fix

Use the egld label from active network state

Additional changes

Contains breaking changes

[x] No

[] Yes

Updated CHANGELOG

[x] Yes

Testing

[x] User testing [] Unit tests