You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description
Adds support again for JSON-RPC now that infrastructure has been updated
and no longer has whacky state inconsistencies.
# Changes
- [x] Automatically determine whether to use `WebSockets` or
`JsonRpcProvider`
## How to test
1. Configure with JSON RPC provider, confirm starts.
2. Configure with websockets provider, confirm starts.
## Related Issues
Fixes#138
Background
There may be times when a user wants to run the watch-tower without a websockets RPC provider.
Details
Depending upon the
RPC
URL passed, determine whether or not to use HTTP (JsonRpcProvider
) or WS (WebSocketProvider
).Acceptance criteria
JsonRpcProvider
andWebsocketProvider
The text was updated successfully, but these errors were encountered: