Address of the contract to verify
Chain ID of the network
Explorer API URL
Explorer API Key
Storage instance
Optional
encodedConstructorArgs: string
const contractAddress = ""
const explorerAPIUrl = "" // e.g. https://api.etherscan.io/api
const explorerAPIKey = "" // Generate API key on the explorer
const chainId = 1 // Change according to the network
await sdk.verifier.verify(
contractAddress,
chainId,
explorerAPIUrl,
explorerAPIKey,
storage // this could be used from the SDK instance, e.g. sdk.storage
);
Generated using TypeDoc
Verifies any contract