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

Skip to content

Commit 010e525

Browse files
author
Kotsias, Panagiotis-Christos
committed
Added gastracker and proxy
1 parent 49d0c2e commit 010e525

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

etherscan/enums/modules_enum.py

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
class ModulesEnum:
66
ACCOUNT: str = "account"
77
CONTRACT: str = "contract"
8+
GASTRACKER: str = "gastracker"
9+
PROXY: str = "proxy"
810
STATS: str = "stats"
911
TOKEN: str = "token"
1012
TRANSACTION: str = "transaction"

0 commit comments

Comments
 (0)