Cyfrin / foundry-nft-cu

21 stars 22 forks source link

Failed to get EIP-1559 fees | Lesson 11 - Deploying #32

Closed dew10120 closed 3 months ago

dew10120 commented 3 months ago

HI, can some one help me with this please.

I'm trying to deploy the BasicNft to Sepolia test ne. However I get this error "Failed to get EIP-1559 fees"

I have included the Ethscan API key in the .env file also, any ideas why this occurs?

Thanks DEW

Equious commented 3 months ago

It could be an issue related to the RPC URL you're using. Could you try an alternative one?

dew10120 commented 3 months ago

It could be an issue related to the RPC URL you're using. Could you try an alternative one?

I tried a different URL as well, cant seem to find a reason for this issue :(

Equious commented 3 months ago

You might need to share some code. Are your gas fees configured in your helperconfig? (max/priority fees?)

pingmichael commented 3 months ago

it happened to me,I tried " foundryup " on cmd and it was solved

Equious commented 3 months ago

Resolving due to inactivity, please reopen if the problem persists.