# Functions
ChainSupported returns whether the node can connect to the chain with the given ID.
# Constants
No description provided by the author
Dev is a development chain.
No description provided by the author
Mainnet is the Ethereum or Arbitrum main network chain.
Rinkeby is the Ethereum Rinkeby or Arbitrum Testnet test network chain.
# Type aliases
SupportedChains is an enum that indicates the chains supported by the node All chains represented by an enum value less than or equal than this value are supported All chains represented by an enum value greater than this value are not supported.