Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb15231

Browse files
authored
Update modules_enum.py
Added LOGS
1 parent 431e77d commit cb15231

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etherscan/enums/modules_enum.py

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class ModulesEnum:
88
CONTRACT: str = "contract"
99
GASTRACKER: str = "gastracker"
1010
PROXY: str = "proxy"
11+
LOGS: str = "logs"
1112
STATS: str = "stats"
1213
TOKEN: str = "token"
1314
TRANSACTION: str = "transaction"

0 commit comments

Comments
 (0)