Skip to content

Commit

Permalink
fix: add missing forks (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Jun 13, 2023
1 parent 46d9b22 commit 4c258dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ape_polygon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ def networks():
def providers():
for network_name in NETWORKS:
yield "polygon", network_name, GethProvider
yield "polygon", f"{network_name}-fork", LocalProvider

yield "polygon", LOCAL_NETWORK_NAME, LocalProvider

0 comments on commit 4c258dd

Please sign in to comment.