Infura WS: eth_subscribe is not supported for the Palm network

Hey Infura Team!

I’ve recently started to work on Palm network integration and faced the problem with subscription to Palm events via Infura websocket. It doesn’t work. Here is what I get:

> wscat -c wss://palm-mainnet.infura.io/ws/v3/{VALID_PALM_PROJECT_ID}
> {"jsonrpc":"2.0", "id": 1, "method": "eth_subscribe", "params": ["newHeads"]}
> error: Invalid WebSocket frame: invalid status code 1006

Is it expected behaviour and you confirm that eth_subscribe method is not supported? Or is it a bug? Do you have a workaround?

hi @festbot, currently we don’t support subscriptions or filter methods for Palm, but other (“stateless”) methods should work over websockets on Palm.

Traian