Optimism Websockets

Hey, any plans to support websockets on optimism in the near future?

Adding my +1 for wss:// on Optimism and Polygon. I’d like to use Infura as a backstop for my own nodes, in case I have an outage. I need both wss:// and https:// for that.

Hey @kaleb-keny and @yorickdowne - we do have plans to suppors WebSockets on Optimism and Polygon, but we don’t have a timeline for that yet. Once it happens, we’ll be sure to update the community!

1 Like

Great! A little bit of background on how this’d be used in our case.

We run RPC nodes that respond to both https:// and wss://, as the application(s) we run require both.

Having wss:// available with Infura would allow us to drop RPC nodes from 3 to 2, and use Infura as the “failover to Tertiary” option.