Subscriptions now also supported with http url
This commit is contained in:
parent
738d028fe3
commit
ceedf03c82
|
@ -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
|
||||
---------
|
||||
|
||||
|
|
Loading…
Reference in New Issue