You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi.
I am trying to deploy on holesky testnet.
The etherscan configuration via hardhat, I use the following:
It turns out contracts get verified successfully except one contract which is deployed inside another contract via
new
keyword. Etherscan verification results in:Does anyone know why ? Exact same thing successfuly gets verified on
sepolia
. I even tried using etherscan manually, but same thing.The text was updated successfully, but these errors were encountered: