Subscriptions now also supported with http url

This commit is contained in:
Mark Spanbroek 2023-06-27 16:03:36 +02:00 committed by markspanbroek
parent 738d028fe3
commit ceedf03c82
1 changed files with 0 additions and 3 deletions

View File

@ -140,9 +140,6 @@ When you're no longer interested in these events, you can unsubscribe:
await subscription.unsubscribe()
```
Subscriptions are currently only supported when using a JSON RPC provider that
is created with a websockets URL such as `ws://localhost:8545`.
Utilities
---------