Replies: 1 comment
-
Hey @qscottw , No you are not missing anything. If the contract address is coming exact the same you provide then it is working fine. Since you are deploying in hardhat local network, this contract remains on your local only. The contract address remains same if you deploy it over and over but the data inside the contract address change according as what you provide. Well if you deploy the contract keeping all the data same in that case data inside contract address remains unchanged. I hope it answers your query. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Regardless if I set my own private key and rpc url,
running
yarn hardhat run scripts/deploy.js
deploys to the same mysterious address0x5FbDB2315678afecb367f032d93F642f64180aa3
which seems to be a default address that came with hardhat.Does that mean hardhat is not picking up the content in
hardhat.config.js
? What am I missing?Beta Was this translation helpful? Give feedback.
All reactions