dojo.common

Common contains types for users to use in their own code.

class Chain(dojo.common.constants.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.

ARBITRUM = <Chain.ARBITRUM: 'arbitrum'>

Arbitrum mainnet chain.

ETHEREUM = $CHAIN

Ethereum mainnet chain.