[SOLVED] Fantom SpeedyNodes net_version

Hello I just found that speedy node for Fantom network is broken.

As soon as I want to connect to it and use I get

Returned error: the method net_version does not exist/is not available

When I use public Node URL instead of speedynode It works no problem.

https://rpc.ftm.tools/

what for it is needed that net_version in particular?

await web3.eth.net.getId()

net_version is the chainId of the Network. In this case it should return 250 for mainnet fantom

Can you please try again?

Seems to work now! Thanks <3