-
Notifications
You must be signed in to change notification settings - Fork 120
Open
Description
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
Labels
No labels