smartcontractkit / full-blockchain-solidity-course-js

Learn Blockchain, Solidity, and Full Stack Web3 Development with Javascript
12.4k stars 2.98k forks source link

Lesson 4: Issue in deploying smart contract on sepolia #5452

Closed Hamobcdev closed 1 year ago

Hamobcdev commented 1 year ago

Hello everyone, great couse. I'm currently on lesson 4 but having trouble deploying the Fundme.sol to testnet. It has compiled properly yet, when deployed to the sepolia testnet, I get this error; msg:Gas estimation errored with the following message (see below).

The transaction execution will likely fail. Do you want to force sending? Returned error: {"jsonrpc":"2.0","error":"execution reverted: Didn't send enough!","id":8770369438097692}.

I have found the issue in the discussions but there wasn't an answer, I do have test Eth and enough in metamask, are there any known issues for the cause for this please? Cheers.

alymurtazamemon commented 1 year ago

@Hamobcdev Hey, Please come to the discussions sections and create a new Q&A discussion there, follow these guidelines while asking the question How to Ask Question Guide

This is the issue section where we only deal with issues related to the course.

closing #5452