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
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