Skip to content

How to verify contracts deployed to telos network using hardhat #429

Answered by tomtomcrypto
markeddolphin asked this question in Q&A
Discussion options

You must be logged in to vote

You do not need a key at all just use the hardhat deploy sourcify plugin

npx hardhat --network testnet sourcify

You may run into a "gateway timeout" error message, do not worry, the contract will still be verified
You can make sure it is by running the command again, you should get this message back:
already verified: MyContract (0x2A3b40A59109a84ab82a0Ff1A3910bb595082e09), skipping.

If you got questions like this better to contact us directly on Telegram @ https://t.me/TelosEVMDevs
Also: https://docs.telos.net/evm/smart-contracts/hardhat_sourcify

Replies: 7 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by tomtomcrypto
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@tomtomcrypto
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
📃 Documentation Improvements or additions to documentation
2 participants
Converted from issue

This discussion was converted from issue #426 on June 19, 2023 01:18.