dojo.common.constants

Common constants for the Dojo project.

Try to avoid dynamic values in this module.

class StrEnum(builtins.str, enum.Enum):

Manual implementation of StrEnum from Python 3.11.

class Chain(StrEnum):

Tracked chains.

This is not meant to track any other chain nomenclatures like: chain id, networks, testnets, etc. It's only meant to be a high-level indicator of specific chain logic.