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

ProviderError: HttpProviderError #453

Open
Sagezez opened this issue Mar 8, 2023 · 4 comments
Open

ProviderError: HttpProviderError #453

Sagezez opened this issue Mar 8, 2023 · 4 comments

Comments

@Sagezez
Copy link

Sagezez commented Mar 8, 2023

I'm trying to deploy a contract to Mumbai. This has been happening for nearly a week now and I have not been able to deploy. I have searched the error and it has been suggested to set the gas manually as opposed to automatically. Unfortunately, I am unsure where to add in the info.

Deploying contract...
ProviderError: HttpProviderError
at HttpProvider.request (C:\Users\lhopl\Desktop\TEST\nft-erc721-collection-2.4.5\smart-contract\node_modules\hardhat\src\internal\core\providers\http.ts:78:19)
at AutomaticSenderProvider.request (C:\Users\lhopl\Desktop\TEST\nft-erc721-collection-2.4.5\smart-contract\node_modules\hardhat\src\internal\core\providers\accounts.ts:344:34)
at AutomaticGasProvider.request (C:\Users\lhopl\Desktop\TEST\nft-erc721-collection-2.4.5\smart-contract\node_modules\hardhat\src\internal\core\providers\gas-providers.ts:135:34)
at AutomaticGasPriceProvider.request (C:\Users\lhopl\Desktop\TEST\nft-erc721-collection-2.4.5\smart-contract\node_modules\hardhat\src\internal\core\providers\gas-providers.ts:182:36)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async EthersProviderWrapper.send (C:\Users\lhopl\Desktop\TEST\nft-erc721-collection-2.4.5\smart-contract\node_modules@nomiclabs\hardhat-ethers\src\internal\ethers-provider-wrapper.ts:13:20)
error Command failed with exit code 1.

@SuzieBlue89
Copy link

Hey Dude, exact same Problem here with my project. Since i don´t find any solution, i was wondering if you find a way to fix?

@SuzieBlue89
Copy link

Looks like it is basicly the same problem. Would be very very happy.

ProviderError: HttpProviderError
at HttpProvider.request (/Users/suzieblue/Desktop/nft-erc721-collection-2.4.5/smart-contract/node_modules/hardhat/src/internal/core/providers/http.ts:78:19)
at AutomaticSenderProvider.request (/Users/suzieblue/Desktop/nft-erc721-collection-2.4.5/smart-contract/node_modules/hardhat/src/internal/core/providers/accounts.ts:344:34)
at AutomaticGasProvider.request (/Users/suzieblue/Desktop/nft-erc721-collection-2.4.5/smart-contract/node_modules/hardhat/src/internal/core/providers/gas-providers.ts:135:34)
at AutomaticGasPriceProvider.request (/Users/suzieblue/Desktop/nft-erc721-collection-2.4.5/smart-contract/node_modules/hardhat/src/internal/core/providers/gas-providers.ts:182:36)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async EthersProviderWrapper.send (/Users/suzieblue/Desktop/nft-erc721-collection-2.4.5/smart-contract/node_modules/@nomiclabs/hardhat-ethers/src/internal/ethers-provider-wrapper.ts:13:20)

@liarco
Copy link
Member

liarco commented May 4, 2023

I'm sorry for the late reply, I never experienced anything like this before and I couldn't replicate this until the last couple of days when working on Mumbai (Polygon's testnet).
In my case I had to change the RPC endpoint as it was not working properly (you can change it from MetaMask if you are using Truffle). I used a private endpoint from Alchemy and it worked fine.

I hope this helps.

@pentcle
Copy link

pentcle commented May 9, 2023

i had the same issue and tried out a few RPCs from chainlist (which i added to mm goerli rpc settings) to get it working

https://chainlist.org/chain/5

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

4 participants