hi another thing, I don’t know if Moralis updated the syntax
from: https://docs.moralis.io/moralis-server/sdk-utils/moralis-units
const tokenValue = Moralis.Units.FromWei(“2000000000000000000”, 6)
my code:
const tokenValue = Moralis.Units.FromWei(“2000000000000000000”, 6);
console.log(“log wei”,tokenValue);
I get this: Cannot read ‘FromWei’