Yes the fix did work! This new question is actually what came out due to the validation going through!
Is Moralis Nitro essentially the beta phase for the next stage of improvements which can be accessed starting from the free tier?
Also, I went on Discord and found that the way people were handling string balances was by using Moralis.Units.Token(str, decimals)
to convert the string into a BigNumber
for use. However, the typescript API marks it as returning a string and not a BigNumber
, and somehow even though I have the BigNumber
package I’m not able to use new BigNumber(str)
.