Skip to content

verification on etherscan doesn't work #107

@novaknole

Description

@novaknole

Hi.

I am trying to deploy on holesky testnet.

The etherscan configuration via hardhat, I use the following:

{
        network: 'holesky',
        chainId: 17000,
        urls: {
          apiURL: 'https://api-holesky.etherscan.io/api',
          browserURL: 'https://holesky.etherscan.io',
        },
}

It turns out contracts get verified successfully except one contract which is deployed inside another contract via new keyword. Etherscan verification results in:

Reason: Fail - Unable to verify. Compiled contract deployment bytecode does NOT match the transaction deployment bytecode.

Does anyone know why ? Exact same thing successfuly gets verified on sepolia. I even tried using etherscan manually, but same thing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions