• Returns name, address and start block of a Semaphore contract deployed on a specific supported network.

    Parameters

    • supportedNetwork: "sepolia" | "arbitrum-sepolia" | "optimism-sepolia" | "matic-amoy" | "arbitrum" | "matic" | "optimism" | "base-sepolia" | "linea-sepolia" | "base" | "linea"

      The network supported by Semaphore.

    Returns {
        address: string;
        name: string;
        startBlock: number;
    }

    An object with name, address and start block of the deployed contract.

    • address: string
    • name: string
    • startBlock: number