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

Deployment for goerli #213

Closed
wants to merge 5 commits into from
Closed

Deployment for goerli #213

wants to merge 5 commits into from

Conversation

nkuba
Copy link
Member

@nkuba nkuba commented Jul 21, 2022

In this PR we add configuration that is needed for Goerli contracts deployment.

nkuba added 5 commits July 21, 2022 15:06
Add waitConfirmations to make the deployment smooth on public ethereum
networks.
Configuration needed for deployment on goerli.
We clean up more data
Use more recent versions of hardhat packages.
@nkuba nkuba requested a review from michalinacienciala July 21, 2022 13:13
@@ -33,11 +34,13 @@
"@tenderly/hardhat-tenderly": "^1.0.12"
},
"devDependencies": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to update yarn.lock as well

Comment on lines 45 to 46
accounts: process.env.CONTRACT_OWNER_ACCOUNT_PRIVATE_KEY
? [process.env.CONTRACT_OWNER_ACCOUNT_PRIVATE_KEY]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to make similar change to this one here?

@nkuba
Copy link
Member Author

nkuba commented Aug 2, 2022

Closing in favour of #214

@nkuba nkuba closed this Aug 2, 2022
@pdyraga pdyraga added this to the solidity/v2.0.0 milestone Jan 5, 2023
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.

3 participants