etherscan-api
    Preparing search index...

    Interface ChainListItem

    One supported chain (usage.chainlist).

    interface ChainListItem {
        apiurl: string;
        blockexplorer: string;
        chainid: string;
        chainname: string;
        status: number;
    }
    Index

    Properties

    apiurl: string
    blockexplorer: string
    chainid: string
    chainname: string
    status: number