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

Skip to content

Commit e994fb3

Browse files
committed
Added stable config fname
1 parent 4e8dc2f commit e994fb3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

etherscan/enums/configs_enum.py

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from dataclasses import dataclass
2+
3+
4+
@dataclass(frozen=True)
5+
class ConfigsEnum:
6+
STABLE: str = "stable.json"

0 commit comments

Comments
 (0)