Hi, i can not get any responses in optimism chain. I always get error as
error: "[C0006] Request failed, Bad Request(400): chain must be a valid enum value"
my params are
{ "chain": "0xa", "address": "wallerAddress" }
and i use chain from EvmChain
"@moralisweb3/common-evm-utils"
. I don’t really understand why it happens, every other chains work.
My versions are
“moralis”: “^2.22.5”,
“@moralisweb3/common-evm-utils”: “^2.22.5”,
“@moralisweb3/next”: “^2.22.5”,