MoralisError [Moralis SDK Core Error]: [C0013] Key "formatEvmAddress" is unregistered. Have you registered all required modules?

having problem with this
try {
await moralis_1.start({
apiKey: ‘’,
logLevel: ‘error’,
formatEvmAddress: ‘checksum’,
formatEvmChainId: ‘decimal’,
});

Hi @TomBz

is there any reason why you want to use these params? They are optional. You will not need them to use the sdk functions.

1 Like

just need it for my discord bot

it because of my discord bot will try without it

Even if you remove these params the code should still work without any error.