MoralisWeb3 / issue-tracker

25 stars 7 forks source link

API response changed without notice #148

Open hungdoansy opened 2 years ago

hungdoansy commented 2 years ago

Hi,

Today I accidentally figured out the decimal returned from /{address}/erc20 was changed from type string to type number. I believe this is a breaking change as in most of the programming languages, a number is completely different from a string.

I write this issue just to get a confirmation about this change to make changes in my code. Is it a bug or a permanent feature?

I do hope to receive any updates from such an event before it is going on prod. Thanks