Type alias LITChainRequiredProps

LITChainRequiredProps: {
    blockExplorerUrls: string[];
    decimals: number;
    name: string;
    rpcUrls: string[];
    symbol: string;
    vmType: string;
}

The default required properties of all chains

Type declaration

  • blockExplorerUrls: string[]
  • decimals: number
  • name: string
  • rpcUrls: string[]
  • symbol: string
  • vmType: string

Generated using TypeDoc