@cfxlabsinc/b2b-services
    Preparing search index...
    interface ProgramRegisterEntry {
        executableAssetName: string;
        network: ProgramNetwork;
        program: ProgramName;
        programId: Address;
        releaseTagPrefix: string;
    }
    Index
    executableAssetName: string

    The compiled program attached to each release.

    program: ProgramName
    programId: Address
    releaseTagPrefix: string

    Releases for this pair are tagged <program>-<network>-v<ver>+<sha>. The trailing v is part of the prefix so the pre-2026 mintfx-program-* tags — which carry no network and no per-build identity — cannot match.