Open bergeron opened 3 weeks ago
To avoid precision loss, consider serializing the responses from cryptocompare as strings instead of how response.json() currently serializes them to JS numbers.
response.json()
See https://github.com/MetaMask/core/pull/4852/files#r1817508642
To avoid precision loss, consider serializing the responses from cryptocompare as strings instead of how
response.json()
currently serializes them to JS numbers.See https://github.com/MetaMask/core/pull/4852/files#r1817508642