Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

verification on etherscan doesn't work #107

Open
novaknole opened this issue Jun 29, 2024 · 0 comments
Open

verification on etherscan doesn't work #107

novaknole opened this issue Jun 29, 2024 · 0 comments

Comments

@novaknole
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant