Verifying & Publishing Contracts on Etherscan Rinkeby Testnet #163
Answered
by
PatrickAlphaC
toddabraham
asked this question in
Q&A
-
What's the process we should follow to verify & publish our contracts to Etherscan Rinkeby testnet? |
Beta Was this translation helpful? Give feedback.
Answered by
PatrickAlphaC
Oct 13, 2021
Replies: 2 comments 3 replies
-
It should be the same! Just do |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
PatrickAlphaC
-
Your deploy_and_create.py script should include the publish_source=True as shown below. Hope this helps someone else 👍 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be the same! Just do
publish_source=true
when you deploy.