Canton dApp Booster
    Preparing search index...

    Canton has no chain registry and no canonical explorer: scans are per-environment and per-SV, so the app resolves the base url once from its own config and hands it over.

    const explorer: ExplorerConfig = { baseUrl: 'https://scan.example' }
    
    interface ExplorerConfig {
        baseUrl: string;
    }
    Index
    baseUrl: string