Skip to content

Lesson 7: reusing "FundMe" at 0x344bABC478aCA638d1d0a9925e95e92Db480e7Bb #6096

Answered by Nlferu
tusharr1411 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @tusharr1411

It is just hardhat framework specific. Whenever hardhat detect you are trying to deploy contract same to already deployed it will just give you that deployed one as there is no point deploying same thing over and over on sepolia or goerli. If you really want to deploy again same thing just remove deployments folder along with cache and artifacts folders and you will get what you want. In case you will even sligthly change contract code you want to deploy it will be deployed also to new address.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by tusharr1411
Comment options

You must be logged in to vote
1 reply
@Nlferu
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants