Tools
EVM Network Data Model Documentation
ID
requirements
format: integer & positive number
standard: follows EIP-155 standard rules & unique [in network data set]
Name
requirements
format: more than 0 characters & less than 41
standard: official name to identify network & unique [in network data set]
Network
requirements
format: more than 0 characters & less than 21
standard: short name that identifies network & unique [in network data set] & exact to the object instance key
Status
requirements
format: active | inactive | null
standard: current activity of the network operation status
Information URL
requirements
format: start with 'https://' & have more than 9 characters
standard: must use HTTPS protocol
Documentation URL
requirements
format: start with 'https://' & have more than 9 characters
standard: must use HTTPS protocol
EIP-155 URL
requirements
format: https://github.com/ethereum-lists/chains/blob/master/_data/chains/eip155-<network-id>.json
standard: use HTTPS protocol, URL exists & unique [in network data set]
Native Currency
requirements
format: NativeCurrency defined object
standard: EVM network currency used for network fees & block rewards
RPC Nodes
requirements
format: RpcNode defined object
standard: EVM network RPC API node for communications with the network
Block Explorers
requirements
format: BlockExplorer defined object
standard: EVM network associated block explorers & must have default instance
Contracts
requirements
format: Contract defined object
standard: EVM network widely used associated contracts
Testnet
requirements
format: -
standard: must be testnet type of network to be set true
Mainnet ID
requirements
format: integer & positive number
standard: must be set if the EVM network is a testnet type of network
Last updated