Interface: EvmChainListDataEntry
moralis-monorepo / @moralisweb3/common-evm-utils / EvmChainListDataEntry
Interface: EvmChainListDataEntry
@moralisweb3/common-evm-utils.EvmChainListDataEntry
Table of contents
Properties
- chain
- chainId
- ens
- explorers
- faucets
- features
- icon
- infoURL
- name
- nativeCurrency
- network
- networkId
- parent
- redFlags
- rpc
- shortName
- slip44
- status
- title
Properties
chain
• chain: string
chainId
• chainId: number
ens
• Optional ens: Object
Type declaration
| Name | Type |
|---|---|
registry | string |
explorers
• Optional explorers: { icon?: string ; name: string ; standard: "EIP3091" | "none" ; url: string }[]
faucets
• faucets: string[]
features
• Optional features: EvmChainFeature[]
icon
• Optional icon: string
infoURL
• infoURL: string
name
• name: string
nativeCurrency
• nativeCurrency: EvmNativeCurrency
network
• Optional network: string
networkId
• networkId: number
parent
• Optional parent: Object
Type declaration
| Name | Type |
|---|---|
bridges? | { url: string }[] |
chain | "eip155-3" | "eip155-4" | "eip155-5" | "eip155-90" | "eip155-100" | "eip155-1" | "eip155-250" | "eip155-248" | "eip155-43114" | "eip155-900" | "eip155-43113" | "eip155-100000" | "eip155-110000" | "eip155-2099156" | "eip155-16658437" |
type | "L2" | "shard" |
redFlags
• Optional redFlags: string[]
rpc
• rpc: string[]
shortName
• shortName: string
slip44
• Optional slip44: number
status
• Optional status: "deprecated" | "incubating" | "active"
title
• Optional title: string