Skip to main content

TypeScript shape

interface ExplorerConfig {
  checksummed: boolean;
  icon: string;
  name: string;
  url: string;
}
name
String!
Explorer display name.
url
String!
Base URL for the block explorer.
icon
String!
URL of the explorer icon.
checksummed
Boolean!
Whether addresses are checksummed.