name
string
required
Example:

"Ethereum Mainnet"

shortName
string
required
Example:

"ETH"

chain
string
required
Example:

"ETH"

chainId
string
required
Example:

"1"

networkId
string
required
Example:

"1"

iconUrls
string[]
required
nativeCurrency
object
required
rpcUrls
string[]
required
blockExplorerUrls
string[]
required
lcdUrl
string

A light client, compared to a full node, tracks only pieces of certain information on a blockchain. Light clients do not track the entire state of a blockchain and also do not contain every transaction/block of a chain.

Example:

"https://lcd.osmosis.zone"

chainName
string

[Deprecated] use name property instead

Example:

"Ethereum Mainnet"

key
string
Example:

"ethereum"

isTestnet
boolean
Example:

false

nameService
object
privateCustomerRpcUrls
string[]

Contains the client private RPC urls

vanityName
string
Example:

"Ethereum"

bech32Prefix
string
Example:

"cosmos"

genesisHash
string
Example:

"5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"

cluster
string
Example:

"mainnet, devnet, etc"

Was this page helpful?