Error: chain must be valid enum value [OPTIMISM]

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”,

Hi @Anatoliy

Currently, optimism is only supported with streams API and is not yet available to use with the Web3API.

You can track the chain integration progress on the below page.