Parameters
- supportedNetwork: "sepolia" | "arbitrum-sepolia" | "optimism-sepolia" | "matic-amoy" | "arbitrum" | "matic" | "optimism" | "base-sepolia" | "linea-sepolia" | "base" | "linea"
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
Returns name, address and start block of a Semaphore contract deployed on a specific supported network.