Interface ChainlistEntry

Represents a chainlist object that has information about each of the chains that were tracked on chainlist.org

Hierarchy

  • ChainlistEntry

Properties

chain: string
chainId: number
ens: {
    registry: string;
}

Type declaration

  • registry: string
explorers: {
    name: string;
    standard: string;
    url: string;
}[]

Type declaration

  • name: string
  • standard: string
  • url: string
faucets: string[]
icon: string
infoURL: string
name: string
nativeCurrency: {
    decimals: number;
    name: string;
    symbol: string;
}

Type declaration

  • decimals: number
  • name: string
  • symbol: string
network: string
networkId: number
rpc: string[]
shortName: string
slip44: number