Skip to content

Commit 4c258dd

Browse files
authored
fix: add missing forks (#18)
1 parent 46d9b22 commit 4c258dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ape_polygon/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ def networks():
3131
def providers():
3232
for network_name in NETWORKS:
3333
yield "polygon", network_name, GethProvider
34+
yield "polygon", f"{network_name}-fork", LocalProvider
3435

3536
yield "polygon", LOCAL_NETWORK_NAME, LocalProvider

0 commit comments

Comments
 (0)