metamaskChainInfo: {
    yellowstone: {
        blockExplorerUrls: string[];
        chainId: number;
        chainName: string;
        iconUrls: string[];
        nativeCurrency: {
            decimals: number;
            name: string;
            symbol: string;
        };
        rpcUrls: string[];
    };
} = ...

Type declaration

  • yellowstone: {
        blockExplorerUrls: string[];
        chainId: number;
        chainName: string;
        iconUrls: string[];
        nativeCurrency: {
            decimals: number;
            name: string;
            symbol: string;
        };
        rpcUrls: string[];
    }

    Information about the "chronicleYellowstone" chain.

    • blockExplorerUrls: string[]
    • chainId: number
    • chainName: string
    • iconUrls: string[]
    • nativeCurrency: {
          decimals: number;
          name: string;
          symbol: string;
      }
      • decimals: number
      • name: string
      • symbol: string
    • rpcUrls: string[]

Will be removed - Use METAMASK_CHAIN_INFO instead Alias for METAMASK_CHAIN_INFO. Added for backwards compatibility. See METAMASK_CHAIN_INFO