Parameters for verifying proxy contract

verifyProxyContractParams

interface verifyProxyContractParams {
    address: string;
    expectedimplementation?: string;
}

Properties

address: string

Proxy contract address to verify

expectedimplementation?: string

Expected implementation contract address