[SOLVED] Get all nodes from EvmChain

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.

The question is what it would be for: bsc, avalanche, fantom.

Thanks.

The full list should be here. If youโ€™re using a code editor like VSCode, it should show the available options as you type EvmChain.

A better page to reference is here also.

1 Like

Thanks.

No ) I donโ€™t.