Skip to content

Commit

Permalink
update code link to create-eth repo
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Dec 12, 2024
1 parent 877a8a6 commit 32333eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploying/deploy-smart-contracts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ It will automatically add the encrypted private key (`DEPLOYER_PRIVATE_KEY_ENCRY
You will be prompted to enter a password which will be used to encrypt your private key. **Make sure to remember this password as you'll need it for future deployments and account queries.**

:::info Info
We are only storing the plain private key in memory, it's never stored in disk files for security reasons. Can check the code [here](https://github.com/scaffold-eth/scaffold-eth-2/pull/1008/files).
We are only storing the plain private key in memory, it's never stored in disk files for security reasons. Can check the code [here](https://github.com/scaffold-eth/create-eth/blob/main/templates/solidity-frameworks/hardhat/packages/hardhat/scripts/generateAccount.ts).
:::info

If you prefer to import your private key, run:
Expand Down

0 comments on commit 32333eb

Please sign in to comment.