Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add verification to deploy script #119

Conversation

Pe4enable
Copy link

add the logic of verification smart contract to deploy script, fix hardhat config for verification

@rin-st
Copy link
Member

rin-st commented Jan 4, 2024

Hi @Pe4enable , thank you for your pr!

Default network is localhost for dev and testing purposes, because before deploying contract to testnet builders need to change code and test locally. And deploy only when everything works as expected.

You can verify your contract using simple script yarn verify --network your_network. Also, your code will fail when deploying to localhost.

In any case, verification process should be changed in se-2 repo.

Feel free to ask any questions

ps. fyi scaffold-eth/scaffold-eth-2#637

@rin-st rin-st closed this Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants