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
steps to repro:
Put a snowtrace API key in packages/new-deploy/.env for ETHERSCAN_KEY, then
git checkout anna/deploy
cd packages/new-deploy
yarn run ts-node ./scripts/verify ./output/config.json ./output/verification-1650564850038.json
then, check snowtrace to see that contracts aren't getting verified
Note: i believe the issue isn't unique to Avalanche / snowtrace; contracts on testnets like Rinkeby, Kovan, Goerli have contract code semi-verified because it matches bytecode of other verified contracts, but it comes with a warning because it hasn't been verified with the specific constructor arguments. example
The text was updated successfully, but these errors were encountered:
anna-carroll
changed the title
verification script doesn't successfully verify on etherscan
verification script doesn't successfully verif
Apr 22, 2022
anna-carroll
changed the title
verification script doesn't successfully verif
verification script seems to not successfully verify
Apr 22, 2022
steps to repro:
Put a snowtrace API key in
packages/new-deploy/.env
forETHERSCAN_KEY
, thenthen, check snowtrace to see that contracts aren't getting verified
Note: i believe the issue isn't unique to Avalanche / snowtrace; contracts on testnets like Rinkeby, Kovan, Goerli have contract code semi-verified because it matches bytecode of other verified contracts, but it comes with a warning because it hasn't been verified with the specific constructor arguments. example
The text was updated successfully, but these errors were encountered: