-
I'm learning Solidity Smart contract development and in zkSync plugin in Remix I can't verify my contract!
ZkSyncVerifyPluginError: The address provided as argument contains a contract, but its bytecode doesn't match any of your local contracts.
What should I do? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hello @mhmdelahi, Please put your contract file inside of a |
Beta Was this translation helpful? Give feedback.
-
Hi @mhmdelahi, you could just change your solidity version to 0.8.24; That should work just fine |
Beta Was this translation helpful? Give feedback.
Hello @mhmdelahi, Please put your contract file inside of a
contracts
folder then retry. You should refresh your browser and clear your browser cache before retrying.