-
Notifications
You must be signed in to change notification settings - Fork 397
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
Comments
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? |
Looks like it is basicly the same problem. Would be very very happy. ProviderError: HttpProviderError |
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). I hope this helps. |
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 |
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.
The text was updated successfully, but these errors were encountered: