To work with Ethereum you need to register on Chainstack and create the necessary node for provide services. To turn on Ethereum make the following changes in the configuration file:
# global/config.yaml ... paymentInterfaces: enabled: true ... evm: - id: ETHEREUM-PI enabled: true ... url: CHANGE_ME ...