Reputation: 95
I am trying to verify an implementation smart contract, however I get the following error(s), it was deployed using hardhat deployProxy, all 3 contracts are deployed and working fine.
What I've done:
What I've checked:
Extra info:
I tried verifying with etherscan-verify however I get an error in the console saying something along the lines that "did you change any files in the smart contract, wrong bytecode", I don't recall exactly, I'm willing to verify manually obviously!
Thank you very much!
Upvotes: 0
Views: 938
Reputation: 95
The issue was I was using the wrong address, instead of using the implementation contract address i was using the transparent proxy address, the one you use to integrate with the dapp...
Upvotes: 0