[SOLVED] Moralis SDK Core Error: [C0008] Default instance of Core is not set

Getting [C0008] error for line const chain = EvmChain.ETHEREUM code while implementing Transaction API

Try to hardcode the chain value for eth to “0x1”

hardcoded value is working. Thanks

1 Like