Documentation ¶
Overview ¶
Package evmchain provides static metadata about supported evm chains.
This package should only contain public well-known metadata and should not be Omni-network specific, since multiple omni networks can be deployed to the same evm chain.
Index ¶
Constants ¶
View Source
const ( // Mainnets. IDEthereum uint64 = 1 IDOmniMainnet uint64 = 166 // Testnets. IDOmniOmega uint64 = 164 IDHolesky uint64 = 17000 IDSepolia uint64 = 11155111 IDArbSepolia uint64 = 421614 IDOpSepolia uint64 = 11155420 IDBaseSepolia uint64 = 84532 // Ephemeral. IDOmniStaging uint64 = 1650 IDOmniDevnet uint64 = 1651 IDMockL1 uint64 = 1652 IDMockL2 uint64 = 1654 IDMockOp uint64 = 1655 IDMockArb uint64 = 1656 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.