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

"nonce too low" fails proxy deployment #1073

Open
0xmichalis opened this issue Sep 2, 2024 · 0 comments
Open

"nonce too low" fails proxy deployment #1073

0xmichalis opened this issue Sep 2, 2024 · 0 comments

Comments

@0xmichalis
Copy link
Contributor

We tried a UUPS deployment on Base a few moments ago with deployProxy (via Hardhat) and the deployment failed midway due to a "nonce too low" issue. The implementation contract got deployed so it seems that the upgrade plugin was trying to deploy the proxy but failed. I'd have expected that the upgrade plugin waits long enough for the first deployment to finalize before initiating the second deployment.

Versions:

    "@openzeppelin/hardhat-upgrades": "^1.28.0",
    "@openzeppelin/upgrades-core": "^1.33.0",
    "hardhat": "2.19.5",
    "hardhat-deploy": "^0.11.15",
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

No branches or pull requests

1 participant