Interface representing network-specific data and configuration

interface NetworkData {
    chainId: number;
    wrappedNativeToken: string;
    address: string;
    name?: string;
}

Properties

chainId: number

Chain ID of the network

wrappedNativeToken: string

Symbol of the wrapped native token

address: string

Address of the network's native token wrapper contract

name?: string

Optional network name