Type Alias: ChainBlockExplorer
type ChainBlockExplorer = {
  apiUrl?: string;
  name: string;
  url: string;
};Defined in: support/wallet-common/lib/chains/viem/type.ts:53
Viem-compatible type, used in Chain.
Properties
apiUrl?
optional apiUrl: string;Defined in: support/wallet-common/lib/chains/viem/type.ts:56
name
name: string;Defined in: support/wallet-common/lib/chains/viem/type.ts:54
url
url: string;Defined in: support/wallet-common/lib/chains/viem/type.ts:55
