Skip to content

Commit 431e77d

Browse files
authored
Update fields_enum.py
Fixed PREFIX
1 parent 0f8a796 commit 431e77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etherscan/enums/fields_enum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class FieldsEnum:
2626
OFFSET: str = "&offset="
2727
PAGE: str = "&page="
2828
POSITION: str = "&position="
29-
PREFIX: str = "https://api.polygonscan.com/api?"
29+
PREFIX: str = "https://api.etherscan.io/api?"
3030
SORT: str = "&sort="
3131
START_BLOCK: str = "&startblock="
3232
START_DATE: str = "&startdate="

0 commit comments

Comments
 (0)