Skip to content

Commit 4a7fbf1

Browse files
authored
Update _eth_unsubscribe-request.mdx (#1886)
1 parent e3fe0f2 commit 4a7fbf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/reference/arbitrum/json-rpc-methods/subscription-methods/_eth_unsubscribe-request.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import TabItem from "@theme/TabItem"
55
<TabItem value="WSS">
66

77
```bash
8-
wscat -c wss://arbitrum-mainnet.io/ws/v3/<YOUR-API-KEY> -x '{"jsonrpc": "2.0", "id": 1, "method": "eth_unsubscribe", "params": ["0x9cef478923ff08bf67fde6c64013158d"]}'
8+
wscat -c wss://arbitrum-mainnet.infura.io/ws/v3/<YOUR-API-KEY> -x '{"jsonrpc": "2.0", "id": 1, "method": "eth_unsubscribe", "params": ["0x9cef478923ff08bf67fde6c64013158d"]}'
99
```
1010

1111
</TabItem>

0 commit comments

Comments
 (0)