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

Contract deployment error: ProviderError: transaction underpriced #344

Open
jcortejoso opened this issue Jul 18, 2022 · 0 comments
Open
Labels

Comments

@jcortejoso
Copy link
Contributor

Describe the bug

I suffer this error during a deployment to polygon:

AaveCollateralDepositCondition: 0x4A01a13d1CF1DB482f5c5873095Fa2C76B086C82
ProviderError: transaction underpriced
    at HttpProvider.request (/Users/jcortejoso/Projects/nevermined/contracts/node_modules/hardhat/src/internal/core/providers/http.ts:78:19)
    at HDWalletProvider.request (/Users/jcortejoso/Projects/nevermined/contracts/node_modules/hardhat/src/internal/core/providers/accounts.ts:182:36)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at EthersProviderWrapper.send (/Users/jcortejoso/Projects/nevermined/contracts/node_modules/@nomiclabs/hardhat-ethers/src/internal/ethers-provider-wrapper.ts:13:20)

Rerunning yarn deploy:matic continued the deployment process from cache without issue.

To Reproduce

Steps to reproduce the behavior:

  1. The error seems to randomly happen during deployment (polygon mainnet at least)

Expected behavior

TX can have a correct gasPrice.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant