Problem in Publishing SimpleStorage Contract to Rinkeby Etherscan #218
-
Hello! "We tried looking for a match from the list of compiled contract bytecode outputs (as listed below), but was unable to find an exact match" my compiler was 0.8.13+ and I put pragma solidity ^0.8.8 .. in the Verify and Publish I choose compiler 0.8.8+ and it gives this error above. so I reinstalled yarn add solc@0.8.7-fixed as you did.. changed my compiler workspace compiler version to 0.8.7 in VScode and I rename pragma solidity to 0.8.7.
Package.json:
Hope you can help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
To be honest... just skip verifying manually on etherscan. It's a pain in the butt and we show you a much easier way to do it programmatically soon :) |
Beta Was this translation helpful? Give feedback.
-
Ran into the same issue...Couldn't find a fix to it...Etherscan can be tricky to verify manually |
Beta Was this translation helpful? Give feedback.
To be honest... just skip verifying manually on etherscan. It's a pain in the butt and we show you a much easier way to do it programmatically soon :)