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

fix(contracts): ensure gasPrice has sufficient value #1703

Merged
merged 1 commit into from
Jul 27, 2024

Conversation

baumstern
Copy link
Member

Description

This PR fixes the issue where deploying a Vk Registry to the Sepolia network using the Hardhat task is unsuccessful. The problem was due to the gasPrice being hardcoded to 1, which caused deployment failures. By configuring gasPrice to auto it will automatically estimate a suitable gas price based on current network congestion.

(I tried five times with current configuration, but the CLI process kept hanging indefinitely. Setting the gasPrice to auto resolved the issue.)

Additional Notes

Related issue(s)

Confirmation

Copy link

vercel bot commented Jul 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
maci-website ✅ Ready (Inspect) Visit Preview Jul 27, 2024 8:33am

Copy link
Collaborator

@ctrlc03 ctrlc03 left a comment

Choose a reason for hiding this comment

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

nice, thanks

@ctrlc03 ctrlc03 merged commit a3d46e8 into privacy-scaling-explorations:dev Jul 27, 2024
23 checks passed
@baumstern baumstern deleted the fix/gas branch July 29, 2024 12:28
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