Skip to content

Commit

Permalink
feat: add websocket support for arbitrum and optimism (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu authored Feb 16, 2024
1 parent 62b53b4 commit 2d9ff00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ape_infura/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# NOTE: https://docs.infura.io/learn/websockets#supported-networks
_WEBSOCKET_CAPABLE_ECOSYSTEMS = {
"ethereum",
"arbitrum",
"optimism",
"polygon",
"linea",
}
Expand Down

0 comments on commit 2d9ff00

Please sign in to comment.