Hello everyone.
How I can get all nodes from EvmChain:
import { EvmChain } from '@moralisweb3/evm-utils';
Because at the docs Supported Chains I see eth, but in this example Monitor for Burn/Mint Tokens:
chains: [EvmChain.ETHEREUM]
so its not:
chains: [EvmChain.eth]
Thanks.