TypeScript shape
String!
Explorer display name.
String!
Base URL for the block explorer.
String!
URL of the explorer icon.
Boolean!
Whether addresses are checksummed.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Block explorer metadata: name, url, icon, checksummed. Used in all NetworkConfig member types.
interface ExplorerConfig {
checksummed: boolean;
icon: string;
name: string;
url: string;
}