x402-chainlink
    Preparing search index...

    Interface NetworkConfig

    Network configuration interface

    interface NetworkConfig {
        chainId: number;
        explorerUrl: string | null;
        name: string;
        nativeCurrency: NativeCurrency;
        network: EVMNetworkId;
        rpcUrl: string;
        type: NetworkType;
    }
    Index

    Properties

    chainId: number

    EVM chain ID (numeric)

    explorerUrl: string | null

    Block explorer URL (null for local)

    name: string

    Network display name

    nativeCurrency: NativeCurrency

    Native currency info

    network: EVMNetworkId

    Network identifier (CAIP-2 format)

    rpcUrl: string

    RPC endpoint URL

    type: NetworkType

    Network type