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

    Parameters

    • supportedNetwork: "sepolia" | "arbitrum-sepolia" | "optimism-sepolia" | "matic-mumbai"

      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