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' } Copy
const explorer: ExplorerConfig = { baseUrl: 'https://scan.example' }
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.
Example