Network Model

EVM Network Data Model Documentation

ID

description: numeric ID that uniquely identifies network

type: number - required

Name

description: alphanumerical official human readable name

type: string - required

Network

description: alphanumerical ID that uniquely identifies network

type: string - required

Status

description: activity status of the network

type: string - required

Information URL

description: EVM network main information link

type: string - required

Documentation URL

description: EVM network main documentation link

type: string - required

EIP-155 URL

description: EVM network in the Ethereum community official EVM networks list

type: string - required

Native Currency

description: EVM network native currency information

type: object - required

RPC Nodes

description: EVM network RPC nodes information

type: object - required public & default instances

Block Explorers

description: EVM network block explorers information

type: object - optional

Contracts

description: EVM network contracts information

type: object - optional

Testnet

description: notifies if EVM network is a testnet network

type: boolean - required

Mainnet ID

description: network ID of the associated mainnet network with the testnet network

type: number - required if network is testnet

Last updated